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

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

[nongnu] branch elpa/cider created (now 6de6d3d642)


From: ELPA Syncer
Subject: [nongnu] branch elpa/cider created (now 6de6d3d642)
Date: Tue, 28 Dec 2021 13:58:48 -0500 (EST)

elpasync pushed a change to branch elpa/cider.

        at  6de6d3d642 [#3113] Try to fix cider-version ending up as nil

This branch includes the following new commits:

       new  3b76d7ed5d initial commit
       new  af2e011829 humble beginnings
       new  db6a0c1585 bdecode
       new  202e817026 send and recv
       new  e258aaa130 start nrepl server
       new  d09df2ccaf fix read only text
       new  d60ee582dc use concat instead of format to eliminate 'not enough 
arguments' format errors
       new  fcba0ffd0a use concat instead of format
       new  649cdf3f51 humble beginnings to adapting slime functions
       new  73fdee3b73 eval last expression (C-x C-e)
       new  20ada18c1d added id to requests
       new  1bb772d830 separate callbacks for interactive vs repl eval
       new  7465547a7a added nrepl-jack-in fixed up nrepl minor mode
       new  1db6c9b2b6 - Eval top level form under point. - Fix namespace 
handling in clojure buffers.
       new  2dc5f10b31 add support for stdout
       new  30c0b501f5 basic repl input history
       new  71d05a09e6 C-a in the repl buffer
       new  4f5e4899c6 C-c C-p eval print into current buffer
       new  886b2ec927 error and status done handling
       new  4b01678891 fix decode
       new  98bb3cf79e doco updates
       new  6c48c953a2 fix coding system on client stream to fix decoding 
errors on windows
       new  a3a5b6dfff Add function for macroexpanding an expression into a 
separate buffer
       new  ce16500b26 Refactor nrepl-handler to work with multiple buffers
       new  a0a0f3c837 Refactor nrepl-handler to work with multiple buffers
       new  065eac6a63 support multiple repl buffers
       new  893ddb2e47 prefix support for C-M-x
       new  549fe854f9 clean up compiler warnings
       new  0b9b18552b - tightening up the popup buffer handling - fixed pprint 
into popup buffer to exclude the value - refactored macroexpansion to use new 
popup functions
       new  65b66216fd fix macroexpansion
       new  201d75ab07 add C-c M-m macroexpand
       new  e1042e258a add C-c M-m macroexpand
       new  037007ba32 fix decoding of multibyte netstrings
       new  107d89d9da refactor handlers and incorporate pull request #2
       new  07e3130a6c refactor handlers and incorporate pull request #2
       new  9ba19b18a1 C-RET nrepl-closing-return
       new  44ef09263f C-c C-o nrepl-clear-output and C-c M-O nrepl-clear-buffer
       new  082dc87f8a C-c C-o nrepl-clear-output and C-c M-O nrepl-clear-buffer
       new  727fd31f1a humble beginnings to C-c M-p nrepl-set-ns
       new  a3a655a118 C-c M-n nrepl-set-ns, C-c C-z nrepl-switch-to-repl-buffer
       new  80360ad706 C-c C-r nrepl-eval-region, M-x nrepl-eval-buffer
       new  50e150cfcb C-c C-l nrepl-load-file, C-c C-k 
nrepl-load-current-buffer
       new  caaaceaec4 mode naming consistency
       new  f9bcd22111 Cleanup and commentary
       new  921d322d32 add .gitignore
       new  d09e2cdec1 C-c M-M macroexpand-all
       new  313d772823 macroexpansion fixes
       new  f32d30a11d fixes for bytecompile
       new  351343b117 installation doco
       new  082926e3b3 installation doco
       new  d6238397fe installation doco
       new  086f68c253 installation doco
       new  a38b90dda0 installation doco
       new  4ef43dea86 fix more byte-compile warnings
       new  7d28ee9eb3 fix macroexpand keybindings
       new  157cc52aaa bump version
       new  6eb68bdcd4 bumped version
       new  248e0cebf4 Implement M-.: nrepl-jump-to-def.
       new  b88f27f125 Add M-n and M-p to nrepl-mode-map.
       new  2e4b1f3cf1 M-n after end of history should blank out input.
       new  65dccedb96 Prevent M-p at top of history from pushing position one 
step further.
       new  2a804522df Implement nrepl-doc.
       new  bfd9e9abdd Implement basic completion.
       new  34055ce54e Implement M-.: nrepl-jump-to-def.
       new  3cacbbca28 Add M-n and M-p to nrepl-mode-map.
       new  578d3cb863 M-n after end of history should blank out input.
       new  d62d9712b2 Prevent M-p at top of history from pushing position one 
step further.
       new  ca66aed94b Add arc-mode require for archive-extract
       new  d13e952d62 Merge pull request #4 from technomancy/doc
       new  bc7300f75d Merge pull request #6 from technomancy/completion
       new  53671f8534 Oops; left in some lines from debugging.
       new  204f9fe21f Simplify nrepl-doc handler. Use existing popup buffer 
code for nrepl-doc. Add prefix propmpting to nrepl-doc and nrepl-jump-to-def.
       new  6b287f5105 Merge pull request #7 from technomancy/remove-junk
       new  0e7672cc58 Better logic for what to clear before inserting 
completion.
       new  b04d5e27c2 Merge pull request #17 from technomancy/completion
       new  3478370282 added words of inspiration + version at startup
       new  f84aa58799 client session management
       new  3719321036 C-c C-b nrepl-interrupt
       new  94e00b4568 refactoring server messages
       new  5685c98e6c add nrepl-connected-hook
       new  1e7125e272 Let nrepl-jack-in accept project dir when given a prefix 
arg.
       new  cb597ebbee handle filter messages spanning multiple chunks of output
       new  9a2ba0bd0b add fn to eval current buffer's ns
       new  7cf5f0e065 use ignore-error instead
       new  2a82f4461b change lein command to 'lein'
       new  204e6c252e Merge pull request #29 from kingtim/lein2
       new  b70d1c8f04 Merge branch 'nrepl-eval-ns-form' of 
https://github.com/jsnikeris/nrepl.el into jsnikeris-nrepl-eval-ns-form
       new  048219e50d Merge branch 'prompt-jack' of 
https://github.com/technomancy/nrepl.el into technomancy-prompt-jack
       new  b50c9f44b8 display stacktrace on eval-error
       new  34619ccd90 Merge branch 'blowing-chunks'
       new  1c0a6482b3 Merge branch 'stacktrace'
       new  934d28ed53 merge pull request #23
       new  f3a66f2d90 merge pull request #25: completion
       new  a8b7c1b5d6 add mailing list information
       new  cc22b3c541 add mailing list information
       new  1aa7c1460c release v0.1.2
       new  add757b078 Readme formatting+links.
       new  d282b21a79 Added simple backend function for eldoc, added sk to 
list of authors. refs #27
       new  0bf08edc57 merging pull request #21
       new  e13d6a9638 Merge pull request #40 from technomancy/readme
       new  f23f935ca8 bump version
       new  5838f2ed91 fix nrepl-jump-back
       new  d22f71a818 accidentally reintroduced during merge
       new  e664319111 add nrepl-operator-before-point (by kingtim) and use it 
for eldoc
       new  e1be237e33 Ensure there's a connection before switching to repl 
buffer. Fixes #36.
       new  07c9c166b7 enable eldoc and format documentation
       new  33f6e60c77 Use standard tag ring mechanism for jumping to and back 
from definitions
       new  a218244d79 defalias pop-tag-mark as nrepl-jump-back, rather than 
wrapping the former
       new  8fad22f842 Merge pull request #42
       new  2a15eaf30c Merge branch 'check-connection-repl-switch' of 
https://github.com/technomancy/nrepl.el into 
technomancy-check-connection-repl-switch
       new  d84d3979c7 Merge branch 'simplify-jumps' of 
https://github.com/purcell/nrepl.el into purcell-simplify-jumps
       new  26840f2681 Always inherit faces: Emacs versions as old as 22 
supports face inheritance
       new  28cbb5ef6f basic stdin handling
       new  3da6e66450 merge pull request #27
       new  b3837d4788 Give a better error message when Leiningen 1.x is used. 
Fixes #50.
       new  08ef3c6d20 Merge branch 'always-inherit-faces' of 
https://github.com/purcell/nrepl.el into purcell-always-inherit-faces
       new  be8be415aa Merge branch 'master' into stdin
       new  a3aaa77904 Force nrepl-current-ns when loading file.
       new  419b0778ea It's nice to have C-c C-d in repl mode too.
       new  941bac786f use nrepl-buffer-ns for eldoc
       new  7156829e83 Add nrepl-send-request-sync and nrepl-send-string-sync
       new  43383d29b7 merge pull request #31
       new  c900166eb6 Persistent history
       new  51084697cf Merging current and saved input history.
       new  1bf4196f34 convert persistent history defvars to defcustom
       new  79ac580364 Merge branch 'master' of 
https://github.com/purcell/nrepl.el into purcell-master
       new  713005d8fe Merge branch 'doc-add' of 
https://github.com/kenrestivo/nrepl.el into kenrestivo-doc-add
       new  62a4772774 Fix for #53 goto the end of the buffer before inserting 
so stacktraces show up in order.
       new  87f7ffc7fb Fix argument order of plist-get to avoid squashing 
stderr/stdout results for sync evaluations
       new  8eb8896830 Merge pull request #57
       new  9c6905d4e1 release v0.1.3
       new  c7726bd403 bump version
       new  1a336853e6 Add M-x package-refresh-contents. Fixes #66.
       new  fffa1447d5 Make the error handler configurable
       new  d8a0e00de6 Properly quote backslash in file names.
       new  958b042fd9 Use completion-at-point-functions as completion.
       new  a1758fb6bc Merge branch 'patch-1' of 
https://github.com/jsyrjala/nrepl.el into jsyrjala-patch-1
       new  37fa0e3a4f Merge branch 'patch-2' of 
https://github.com/ordnungswidrig/nrepl.el into ordnungswidrig-patch-2
       new  e8247c69ad Switching to pst+ for stacktraces
       new  f5cc4d0ae9 Check we're really on a symbol before completing
       new  fc953b8a23 Merge branch 'master' of 
git://github.com/kingtim/nrepl.el
       new  64b5e86fc6 Add var to add extra eldoc safe commands.
       new  52c54362af improvements and simplifications for completion
       new  49559e452e Fixed the error in completion-in-region--postch
       new  df5f00efc5 remove needless 'and'
       new  e0926f69c8 Now this is really the final, absolutely perfect 
completion function.
       new  f521b9e121 Change complete-symbol keybinding to TAB in the repl
       new  0e9b8b00d2 Merge branch 'usePst+' of 
https://github.com/rwfowler/nrepl.el into rwfowler-usePst+
       new  0dc81c7fc4 emit stdout from interactive-eval into repl buffer
       new  465576af0b refactor into nrepl-emit-output-at-pos
       new  3f0bd6e26e Merge branch 'extra-eldoc-commands' of 
https://github.com/metajack/nrepl.el into metajack-extra-eldoc-commands
       new  46d423029f emit to bol
       new  2da0af6ebe add eldoc require
       new  ceb9d98f49 Merge branch 'master' into emit-stdout-in-repl
       new  feb032efbf namespace-qualify code sent to nrepl
       new  105b1d1591 fix ns handling for load-file
       new  b6154daf4e accept host as well as port
       new  a49ebe5ebc fix nrepl-server-filter to include hostname
       new  c6cf31d30a added a mention of MELPA in the README
       new  a80008e4cb Make completion configurable
       new  d4977529da Merge pull request #92 from bbatsov/mention-melpa
       new  674a5a2cca fix syntax highlighting
       new  a7a11acac8 Merge branch 'make-completion-configurable' of 
https://github.com/hugoduncan/nrepl.el into 
hugoduncan-make-completion-configurable
       new  4166c7f83a remove debug message
       new  b4f30929bf rebased
       new  3ee09f3251 Merge branch 'master' into issue-86
       new  2fa5b4ee83 make ns optional for sync eval too
       new  2135a62a61 Use :op load-file to load a file
       new  517ae789c1 Add clojurescript support
       new  9e18d6204a Bind g to nrepl-macroexpand-1-last-expression in 
macroexpansion buffer.
       new  50b266a74e Merge branch 'master' of 
https://github.com/tsdh/nrepl.el into tsdh-master
       new  acb806d2fc Add some missing keyboard mappings
       new  c7c4d23c80 Just require 'cl directly, since it's used at runtime
       new  26184a7775 Merge pull request #101 - Added a mention of melpa in 
nrepl.el as well
       new  789e8db445 Merge branch 'just-require-cl' of 
https://github.com/purcell/nrepl.el into purcell-just-require-cl
       new  3f69185b91 Restrict required version of emacs. Issue #88.
       new  1e15e91d53 Don't initialize repl buffer until client session is 
created.  Fixes #91.
       new  6a13204818 Adding some configuration options to the readme
       new  9defb60bb7 Create a separate session to be used by tooling 
evaluations (eldoc, completion, etc.)
       new  2e3c494035 Rename nrepl-eldoc-enable-in-current-buffer to 
nrepl-turn-on-eldoc-mode to be slightly more standard.
       new  a868008962 Merge branch 'master' of 
https://github.com/nbeloglazov/nrepl.el into nbeloglazov-master
       new  01ce62e6d7 Merge branch 'add-configuration-info' of 
https://github.com/rwfowler/nrepl.el into rwfowler-add-configuration-info
       new  626de7be42 Merge branch 'eldoc-rename' of 
github.com:kingtim/nrepl.el
       new  223eb7f66d Update Readme.
       new  e6c3c68b5c Switch order of nrepl buffer creation.
       new  8658c60c23 quiet byte-compiler
       new  da3aab51cb humble beginnings to describe op
       new  4153a5d05a Add nrepl-eval and nrepl-eval-async aliases
       new  2b9b46225e Workaround for ECB advicing of 
switch-to-buffer-other-window which causes it to return nil rather than the 
buffer
       new  ec0d5556b0 Ensure nrepl-eval-sync waits for :done when response is 
chunked
       new  b75c78fb49 release v0.1.4
       new  91bd66bec1 bump version
       new  c05353b4d2 merge master
       new  395052a1e6 Merge branch 'wait-for-all-sync-response-chunks' of 
https://github.com/purcell/nrepl.el into 
purcell-wait-for-all-sync-response-chunks
       new  1835095bba Merge branch 'byte-compiler' of 
https://github.com/rolandwalker/nrepl.el into rolandwalker-byte-compiler
       new  23bd6d4bf7 turn off history by default
       new  dc18f6d97c Mention ac-nrepl for auto-complete.el users
       new  1542a44e28 Merge pull request #108.  Add quit and restart commands.
       new  81a60201d9 Merge pull request #117 - Fix problem with default major 
mode.  Fixes issue #116.
       new  541372b74b Merge pull request #118 from purcell/mention-ac-nrepl
       new  0c918c75d4 Rebase.
       new  21245f4c64 Add nrepl-op-supported-p.
       new  fe1d1e5469 added a default host for the nrepl connection
       new  c7a4e20d8e Fix issue #120.  Make nrepl-request-counter buffer local 
to the connection buffer.
       new  24ad52db04 Rebase with master and integrate with describe.
       new  340b19d33c Merge branch 'xeqi-load-file-op'
       new  412c4a6aab revert buffer names
       new  9bdfe42760 regexp history search ported over from slime
       new  2951d85505 fixed this-command/last-command
       new  7746f36708 Add documentation for new history commands.
       new  0fc75114fe Fix doco.
       new  a47de77904 Fix issue #110.  Don't focus error buffer.
       new  4e7e4cdc87 whitespace cleanup - essentially created by saving the 
file after evaluating (add-hook 'before-save-hook 'whitespace-cleanup). This 
practice has the effect of reducing commit noise.
       new  3e20bd1971 Merge pull request #127 from samaaron/whitespace
       new  6efe9f84f4 add nrepl-eval-print-last-expression
       new  30c32224e0 While we're at it, add nrepl-kill-input, 
nrepl-{next,previous}-prompt.
       new  d5d39a9b66 Merge pull request #128 from samaaron/eval-print
       new  bf35712c1f Merge pull request #119 from kototama/master
       new  b321752c55 Merge branch 'filter-repl-history'
       new  4437ef3386 added menus for nrepl-mode & nrepl-interaction-mode
       new  25e4ca1ed1 fix issue #133 - string-to-number on port #
       new  c4b86d0887 Use nrepl complete op if supported
       new  f3bdf51204 Add support for javadoc middleware
       new  4d5f05483d Include filename in file-path when loading
       new  bbcdb890ae Merge branch 'menu' of 
https://github.com/bbatsov/nrepl.el into bbatsov-menu
       new  7622c66c25 Merge branch 'support-complete-op' of 
https://github.com/hugoduncan/nrepl.el into hugoduncan-support-complete-op
       new  2ac44e65bc use current-tooling-session
       new  df3ab3daf3 Merge branch 'fix-load-file' of 
https://github.com/rwfowler/nrepl.el into rwfowler-fix-load-file
       new  5737244ea9 Merge branch 'add-javadoc-op' of 
https://github.com/hugoduncan/nrepl.el into hugoduncan-add-javadoc-op
       new  7bcee80f2a add nrepl-port custom variable
       new  6b74e01d30 forward session to err handler
       new  8aae40cc41 require complete.core for completion calls - fixes issue 
#140
       new  50f7d01695 Merge pull request #142 from kingtim/err-handler-session
       new  0fa654e963 Merge pull request #143 from kingtim/nrepl-port
       new  0631a14203 Merge branch 'master' into hugoduncan-add-javadoc-op
       new  0f9101e506 Add default handler for nrepl messages that arrive after 
status done.
       new  10cce67905 manually merged pull request #102 - added a couple more 
inspirational quotes
       new  f4c63d00ef release v0.1.5
       new  f9d948eb10 bump version
       new  9fff3f86d2 Merge branch 'master' into default-handler
       new  923234c49a Fix issue #146.  Include "@" in nrepl-input-complete-p.
       new  7e32a8bf0f Clear the correct region when replacing the input line.
       new  88befbd2e9 Implement Shift-Home and Shift-Ctrl-a, which select just 
the user input when on the input line.
       new  ac7d282ee3 added nrepl-output-end missing value
       new  98fd79c064 extended the README a bit
       new  73525f5bab ignore "killed" and "hangup" events in sentinel
       new  5fa8891ac7 whitespace cleanup
       new  65eb6195d9 Fix issue #163 - exclude ns from nrepl-load-file.
       new  3ca95329eb Added convenience function to report the version of 
nREPL in use.
       new  37db2ba40f Merge pull request #158 from bbatsov/readme-improvements
       new  e8a0a9ef5e Merge branch 'master' of 
https://github.com/fogus/nrepl.el into fogus-master
       new  52ef2bf1fa fix banner
       new  70d8130f92 implemented indent-and-complete-symbol
       new  8496235375 use the font-lock-comment-face to propertize the banner 
text
       new  23a1d238ba update paredit section (from bbatsov)
       new  c75591491b Mention name of nrepl-interaction-mode in README
       new  73ad35e933 Merge pull request #172 from weissjeffm/master
       new  201a11a683 provided a proper default indent-line-function for 
nrepl-mode
       new  7637d3feb7 Merge branch 'fixed-newline-and-indent' of 
https://github.com/bbatsov/nrepl.el into bbatsov-fixed-newline-and-indent
       new  f46cd0f2ab implemented indent-and-complete-symbol
       new  a6750dd55d made the TAB command in the nrepl-mode buffers 
configurable
       new  928ed2f832 resolved merge conflict
       new  1d8d058c2b macroexpand using pprint with code-dispatch
       new  4f9a2c9924 readme changes
       new  d69dfde1f0 Merge branch 'master' of github.com:kingtim/nrepl.el 
into macroexpand-pp-code-dispatch
       new  ac6a95c2c0 - modified nrepl-macroexpand-1 to mimic slime (i.e. 
prefix uses 'macroexpand' instead of 'macroexpand-1') - shortened function 
names - updated doco
       new  fd2d1116b8 fixed the quotes in nrepl-tab-command's docstring
       new  3c4da3eec7 Merge branch 'indent-or-complete' of 
https://github.com/bbatsov/nrepl.el into bbatsov-indent-or-complete
       new  865c767ef3 mentioned the RainbowDelimiters mode in the README
       new  2056507d81 mentioned subword-mode in the README
       new  6bf055681f Merge branch 'master' of github.com:kingtim/nrepl.el 
into macroexpand-pp-code-dispatch
       new  85478bcbcc Port SLIME macroexpansion support to nrepl.el
       new  40e37a313d Merged in changes from master.
       new  4043c1c527 Merge pull request #177 from 
bbatsov/mention-rainbow-delimiters
       new  b5209d7bad Merge pull request #176 from bbatsov/mention-subword-mode
       new  fecfde32d8 Merge branch 'macroexpand-pt-deux'
       new  210c9dc626 Add doco for macroexpansion buffer.
       new  5b3a3d2dde mentioned nrepl-tab-command in the README
       new  6ac35acf22 Merge pull request #180 from bbatsov/tab-key-doc
       new  f02e948bd2 use pop-to-buffer when creating repl buffer
       new  8688a8109f changed the name of nrepl's error buffer to be 
consistent with the names of the other nrepl buffers
       new  8b4b559a1b made it possible to clear the repl buffer from Clojure 
source buffers (requested in #178)
       new  4576b8c326 adjusted the javadoc keybinding and mentioned it in the 
README
       new  95071c1678 Merge pull request #183 from bbatsov/nrepl-error
       new  b4a31cc390 Merge pull request #184 from bbatsov/nrepl-clear-buffer
       new  19ff3ad487 Merge pull request #185 from bbatsov/javadoc-keybinding
       new  30d2702030 merge pull request #186.
       new  35f77ccbbe eldoc highlight args, part 1
       new  97462a4be4 initial version of eldoc argument highlighting
       new  4dd689d26d Fix typo
       new  296d0a8533 fixed nrepl-symbol-at-point's behaviour when at the 
beginning of the line
       new  497e34e05f use the comment font face for the output cleared text
       new  0cafabaf5f use clojure-mode to display the source code of functions
       new  f7f9ebb72d Fix dir local variables for nrepl-mode buffer.
       new  27e3121d36 Added eval before the variable expansion fish shell 
doesn't support to use variable as commands (on purpose, see: 
http://lwn.net/Articles/136232/ "Impossible to Validate the Syntax" )
       new  3f21560f45 Fix issue #124.
       new  a83419443a Merge pull request #188 from bbatsov/output-cleared-face
       new  baa069b0f8 Merge pull request #190 from bbatsov/clojure-src
       new  5584eb5942 Merge pull request #193 from cola-zero/fix-nrepl-jump
       new  b1c1bcd7a1 Use ns-resolve for jump-to-def.
       new  dce4e0158f Remove leading slash from filenames for nrepl-jump.
       new  9b983d3848 Fix message formatting (fixes issue #195).
       new  ce9bdbd431 fixed #182 - bind the curly braces to Paredit commands 
when Paredit is available (a la Clojure mode)
       new  1933c12651 fixed #182 - bind the curly braces to Paredit commands 
when Paredit is available (a la Clojure mode)
       new  744dd60d6f Merge branch '#182' of github.com:bbatsov/nrepl.el into 
#182
       new  d5706bd6fa extracted some buffer names to variables and made the 
quit command aware of them
       new  d3202345f7 Get key bindings documentation into the minor mode 
descriptions
       new  ac14ad315c Merge pull request #205 from bbatsov/buffer-names
       new  c83b08651f Merge pull request #204 from iNecas/key-bindings-doc
       new  44ddf32c4d Merge pull request #203 from bbatsov/#182
       new  406a82372a Added contribution guidelines.
       new  e440d8a085 Removed the mention of new modules from CONTRIBUTING.md
       new  f4d4996ce2 fix #194 - stacktrace buffer was not respecting 
nrepl-popup-stacktraces
       new  fcb1492362 Implement nrepl-mode as a derived mode.
       new  3c49590b0e updated nrepl-popup-stacktraces docstring to reflect the 
fix for #194
       new  d35dcadeaf Merge pull request #210 from bbatsov/derived-mode
       new  e16cf86c44 Merge pull request #209 from bbatsov/fix-issue-194
       new  3832f1d6de Merge pull request #207 from bbatsov/contributing
       new  60485aa2c0 Merge pull request #189 from 
bbatsov/fix-nrepl-symbol-at-point
       new  5a19ffc8a9 Make several variables constants.
       new  3d862c67d7 Replace :else with t in a cond expression.
       new  781ddbdbd2 Bump the clojure-mode dep to 2.0.0.
       new  f9266ec4e8 Merge pull request #192 from berdario/master
       new  6e667972b9 Merge pull request #213 from bbatsov/else
       new  e11074c175 Merge pull request #214 from bbatsov/constants
       new  cdbe9debf0 Reset nrepl-buffer-ns on nrepl-restart.  Fixes issue 
#187.
       new  efeb95539c Emit server log output at bottom of *nrepl-server* 
buffer.
       new  1a4ea279b5 Add nrepl-disconnected-hook and disable nrepl when 
disconnected.
       new  5c713e2080 Suppress byte-compilation warning
       new  439d19050c Fix a couple of docstrings and indentation errors.
       new  38598c179e Use should instead of assert in tests.
       new  c590399fe3 Docstring additions and fixes.
       new  d21cffb0cc Merge pull request #223 from bbatsov/fix-warning
       new  4b3ef0a06a Merge pull request #224 from bbatsov/use-should
       new  31cd3864d0 Merge pull request #225 from bbatsov/cleanup
       new  6f88b797b6 Simplify popup buffer quit/restore using `quit-window'.
       new  9785567f5d Update copyright year and add link to contributors.
       new  26dddc6dcd Merge branch 'popup-refactor'
       new  77a0c578c9 Fix #199 - make *nrepl-src* closable with 'q'
       new  5ddecb1880 added a basic check for an existing REPL buffer in 
nrepl-jack-in & nrepl
       new  8a5580e104 Suppress byte-compilation warning
       new  11463218e1 Fix a couple of docstrings and indentation errors.
       new  a7074e46bb Use should instead of assert in tests.
       new  6e3a614acd Docstring additions and fixes.
       new  928a3d012a Simplify popup buffer quit/restore using `quit-window'.
       new  acbff50313 Update copyright year and add link to contributors.
       new  84c235f44b Merge pull request #230 from bbatsov/fix-199
       new  123fef885a Use nrepl-symbol-at-point instead of 
eldoc-current-symbol for eldoc.
       new  74a56f6712 release v0.1.6
       new  254d385c42 bump version
       new  010f097a21 set nrepl-buffer-ns on load so C-c C-n isn't required 
before evaluation and meta-. work correctly.
       new  a0ba381f7d Fix ido completion: 1) handle ns-refers in addition to 
interns 2) don't return a qualified symbol because the other 
nrepl-read-symbol-name options don't necessarily, and the qualification is 
wrong for refers 3) eval the callback in the buffer making the request so we 
can resolve unqualified symbols correctly
       new  8f25bb19d2 Fix #211 - implement jump to error from stacktrace
       new  503b5a02e7 Highlight compilation error in the source buffer
       new  9318ce6540 Mention race condition in a comment
       new  1ec5696e3d Don't underline the blank beginning of the error line
       new  10209f3dfb Use font-lock-warning-face as a basis for 
nrepl-error-highlight-face.
       new  08b5aab952 Remove debug message.
       new  798ea04250 Fix function indentation level.
       new  a739086840 Merge pull request #162.  pprint mode for REPL.
       new  1adf4417da Merge pull request #179 from 
bbatsov/check-for-existing-nrepl-buffer
       new  0bee4a76d1 This seems to do the trick. Now to refactor. EOM
       new  2e86cbf0c2 That clojure form reads significantly better to me. EOM
       new  fe0c974790 Fix #199 - make *nrepl-src* closable with 'q'
       new  4e7ff09d42 added a basic check for an existing REPL buffer in 
nrepl-jack-in & nrepl
       new  000f983576 Use nrepl-symbol-at-point instead of 
eldoc-current-symbol for eldoc.
       new  30baabbecf release v0.1.6
       new  c81b3848a2 bump version
       new  9793e2b4f1 Merge pull request #162.  pprint mode for REPL.
       new  d891c2fda2 Refactor REPL pretty printing code
       new  5289e7d0a6 Add Changelog.
       new  e329756a89 Rename Changelog.md to CHANGLELOG.md for consistency.
       new  77354cf762 Add macroexpand key-bindings to nrepl-mode-map
       new  8dcdcfd159 Add explicit setup of expected namespaces
       new  443a0fbd16 Merge branch 'master' of 
https://github.com/jpalmucci/nrepl.el into jpalmucci-master
       new  ff5c735a91 Removed non-salient changes.
       new  226a8adc28 Merge #226 - add command 
nrepl-pprint-eval-last-expression
       new  424ead3291 Merge branch 'compilation-mode' of 
https://github.com/bbatsov/nrepl.el into bbatsov-compilation-mode
       new  7742e81e59 Merge branch 'meta-dot-should-work-on-namespaces' of 
https://github.com/timvisher/nrepl.el into 
timvisher-meta-dot-should-work-on-namespaces
       new  2693f7d4bb Whitespace cleanup.
       new  94e98e8ed1 Merge #241 - Refactor nrepl pretty printing.
       new  ce65034ad9 Merge #243.
       new  ec314444c1 Merge pull request #244 from bbatsov/changelog
       new  a6e9f8ad1e Merge pull request #245 from 
hugoduncan/feature/add-macroexpand-bindings
       new  458261b0cd Merge pull request #212 from bbatsov/clojure-mode-version
       new  c95fb0c0da Add info about `M-.` to the CHANGELOG. EOM
       new  c21dda8135 Update readme to reflect updates to `M-.`. EOM
       new  e44a1f87c0 Macroexpand form at point.
       new  66fcc468de Clean up line widths for macroexpansion functions
       new  28304d170b Merge branch 'macroexpand-sexp-at-point'
       new  23489f75d3 Merge pull request #247 from timvisher/master
       new  e746bd54af Merge PR #250 - Clean up line widths for macroexpansion 
functions
       new  90f4ff5c0e Merge branch 'master' of github.com:kingtim/nrepl.el
       new  2ebd5a5160 Fix error in nrepl-macroexpand-expr-inplace.
       new  62c403096c Added 0.1.6 section to changelog.
       new  06e83f75e3 Added 0.1.5 section to changelog.
       new  92f90b208c Added history back to initial version.
       new  bd6a160e6a Fix 0.1.5 date.
       new  68b21da4dc Add convenience bindings to clojure-mode-map for 
starting nrepl
       new  ff9ac74181 Add multiple REPL connections
       new  fcdbe067b8 Add multi REPL readme section and changelog entry
       new  064b8e0d75 Warn when requesting a repl matching an existing repl
       new  78da3e9514 New customization variable: 
nrepl-popup-stacktraces-in-repl
       new  d967fe280c Add travis checkdoc configuration
       new  8dad9a0b87 Fix all checkdoc issues.
       new  442ff356f5 Merge pull request #262 from 
hugoduncan/feature/add-travis-checkdoc
       new  6bd9ec3187 CHANGELOG and README entries for 
nrepl-popup-stacktraces-in-repl
       new  510d8c6773 Merge pull request #232 from bbatsov/clojure-mode-map
       new  315d749cb8 Merge branch 'feature/add-aux-requires' of 
https://github.com/hugoduncan/nrepl.el into hugoduncan-feature/add-aux-requires
       new  8d81501cdb Checkdoc fixes.
       new  c5d7ed85e6 Merge branch 'hugoduncan-feature/add-aux-requires'
       new  4aa9f49243 Merge pull request #259 from jaor/local-popup
       new  9536c57bad Fix multi-repl buffer handling
       new  1a5b76496f Fix remaining checkdoc errors.
       new  e62f7b1303 Add TravisCI build status image to the README
       new  24d138394c Merge pull request #264 from bbatsov/add-travis-icon
       new  55a8a680f2 Add unit tests to travis configuration
       new  c9c610f0d5 Fixes for compilation-error-regexp-alist
       new  617dde7288 Use wget to retrieve checkdoc-batch.el
       new  ed4f4f3bc8 Fix #261 - remove error overlay in nrepl-load-file
       new  99ba2fe10d Don't try to highlight a compilation error in a REPL 
buffer
       new  0a0ac4b2c8 Mention `nrepl-jack-in` and `nrepl` keybindings in the 
CHANGELOG
       new  29edad5e08 Don't suppress namespaces in macroexpansion
       new  0b907b3ae5 Merge pull request #263 from 
hugoduncan/feature/fix-multi-buffers
       new  ae676f4d02 Merge pull request #265 from jaor/compile-regexps
       new  2e561764bc Merge pull request #266 from 
hugoduncan/feature/add-unit-test
       new  f3660dc542 Merge pull request #267 from bbatsov/fix-261
       new  a6b97b5d74 Merge pull request #268 from bbatsov/improve-error-hl
       new  afd4594f1c Merge pull request #269 from bbatsov/update-changelog
       new  9399cd7aca Merge pull request #270 from 
hugoduncan/feature/show-namespaces-in-macroexpansion
       new  3eaa49b5db Add an event buffer for debugging
       new  a183c43389 Address review comments
       new  306731b9fa Ensure sent message id is logged
       new  87e4c87ad1 Close nrepl-event-buffer-name on nrepl-quit
       new  8d7819bf72 Introduce the option to hide special buffers
       new  a029a6eb67 Fix nrepl-hide-special-buffers docstring.
       new  4f3e8fae64 Fix test names.
       new  222daae154 Keybinding improvements
       new  75df9c4320 Fixed a typo.
       new  64072a1a3d Rebind `C-c C-c` to nrepl-eval-expression-at-point.
       new  f35f542b6c Merge pull request #255 from bbatsov/hide-bufffers
       new  3541b13c19 Improve compilation error handling
       new  c8526b4304 Fix build failures due to 3eaa49b5
       new  390bc4b88f Merge pull request #277 from 
hugoduncan/feature/fix-build-failures
       new  618eb3f526 Merge pull request #272 from 
hugoduncan/feature/improve-load-file-on-errors
       new  770f9b9f1b Merge pull request #273 from bbatsov/keybindings
       new  dba299e5c6 Merge #281: Clean up killed connections.
       new  7c8a95eca2 Merge #275 - colorize output sent to nrepl buffer.
       new  3fa0704e78 Nix interesting "evalulate" typo.
       new  69d91afb47 Use repl-buffer rather than nrepl-buffer
       new  8531bb99f8 Allow connections without repl buffers
       new  dd878e8283 Add a hook that runs on load-file completion
       new  cdc5116771 Remove only nrepl-note overlays on load-file
       new  6c1c51e173 Merge pull request #279 from 
hugoduncan/feature/allow-no-repl
       new  bdcc5c5dec Merge pull request #282 from daemianmack/patch-1
       new  4b69d50941 Merge PR #287: nrepl-switch-to-nrepl-buffer no longer 
working.
       new  51d81010ea Merge branch 'feature/add-file-loaded-hook' of 
https://github.com/hugoduncan/nrepl.el into 
hugoduncan-feature/add-file-loaded-hook
       new  eb1477ea60 Fix checkdoc.
       new  e0ee2a0f9f Merge pull request #289 from 
hugoduncan/feature/clear-only-note-overlays
       new  0bb5ed7486 Improve error highlighting
       new  c054c0ae71 Add a couple of ert tests
       new  50d41d2d11 Replace car, cadr and cdr with CL equivalents
       new  9ad0ccfa28 Improve the menus appearance a bit
       new  1e037c47ea Add nrepl-clojure-version function
       new  6316d5d3d5 Merged with master.
       new  552870cfd1 Merge pull request #296 from 
bbatsov/improve-error-highlighting
       new  83174d76ab Merge pull request #297 from bbatsov/cl-style
       new  9d6d43bec8 Merge pull request #298 from bbatsov/improve-menus
       new  e7d075c3dc Merge pull request #299 from bbatsov/clojure-version
       new  1626302c3c Merge with master.
       new  b406b61a3a Fix issue #253.  Use synchronous evaluation to get the 
entire expansion before emitting into expansion buffer.
       new  d1f1e268ac Merge pull request #303 from kingtim/fix-macroexpand
       new  1fe6ef4941 remove superfluous message
       new  90ac80ab9b Update changelog for 0.1.7.
       new  722550721a Merge branch 'dir-locals'
       new  3fa8c2f666 Add 0.1.8 section to changelog.
       new  8c6f866640 release v0.1.7
       new  19c0fbb62f bump version
       new  bb476a40ec Fix nrepl-connections-buffer-mode-map
       new  c4509ed88f Fix usage of nrepl-nrepl-buffer
       new  273fef3cc7 Remove obsolete function nrepl-stacktrace
       new  0ab69da88f Use (nrepl-current-ns) rather than nrepl-buffer-ns for 
interactive eval
       new  f37376e7a8 Fix broken test.
       new  f2eb41873c Merge pull request #306 from bbatsov/remove-obsolete
       new  36891e7206 Default to event logging disabled.
       new  2efff2e3f4 Merge branch 'master' of github.com:kingtim/nrepl.el
       new  d19b5b5689 Enhanced error highlighting, errors in red, warnings in 
yellow.
       new  5d080d6366 fix handling of missing column better
       new  1f44c77ed6 Hook into `paredit-space-for-delimiter-predicates`
       new  f568035c50 Don't try to switch namespace if we don't know which one 
to switch to.
       new  d2e72ad7e2 Merge pull request #307 from 
sw1nn/enhanced-error-highlighting
       new  189adef212 Merge pull request #333 from happy4crazy/paredit-bug
       new  4eb5fa9864 Merge pull request #340 from 
ragnard/fix-nrepl-set-ns-with-unknown-ns
       new  898a8b3080 Update TravisCI URL
       new  a33136f290 Update project URL
       new  d70e26af8b Remove a few tabs
       new  1f4e7d0141 Take care of a compilation warning
       new  e35042053d Take care of a compilation warning
       new  a23378418b Merge pull request #309 from 
DerGuteMoritz/use-current-ns-for-interactive-eval
       new  0139262237 Add feature: switch back to clojure buffer
       new  8fd13a5bd7 Merge pull request #344 from 
moonranger/switch-to-clojure-buf-squashed
       new  6d158d2a10 Update copyright and extend contributing section a bit
       new  e4ab11b14c Move from cl to cl-lib
       new  8d5851368e Replace first, second and rest with car, cadr and cdr
       new  8d0e64a8c7 Always evaluate ns forms in the user namespace.
       new  6836609ca8 Merge pull request #345 from samaaron/ns-forms-in-user-ns
       new  47013a410b Replace when not with unless
       new  47db2e44a4 Mention @samaaron's Emacs Live
       new  22e2f9abda Mention smartparens
       new  fce2568ade Use the contents of target/repl-port as default port, if 
present
       new  a07e6d8238 Add extendable SLIME-style Selector to nREPL
       new  f8eb536580 Remove tabs
       new  098de54eb9 Fix function name
       new  e4565e2c8a Mention ac-nrepl
       new  dbb85a22db A couple of cl-lib fixes (fixes #346)
       new  1aa045c4d8 Fix a typo
       new  a9763eaf94 fix nrepl-jump on remote nrepl connection
       new  7f064d9052 Merge pull request #311 from 
klang/feature/remote-nrepl-and-nrepl-jump
       new  9db6d38130 Fix byte-compilation error (and a typo, too)
       new  33251e421b FIX: update URL to reflect repo move to clojure-emacs
       new  c91b7899eb Merge pull request #347 from MerelyAPseudonym/patch-1
       new  3c3802f4fe Small docstring fixes.
       new  9787256caa nrepl.el (nrepl-send-string-sync): Fix typo
       new  9e31aed63c Merge pull request #348 from bzg/master
       new  8ff26e8b91 Replace tabs with spaces
       new  b27b8cdc8f Use more subtle error/warning face if possible
       new  67a2de0e5b Release 0.1.8
       new  6c71a0a980 Prepare for 0.2.0
       new  5c5f350a80 Fix keybinding highlighting
       new  d144c89f44 Fix nrepl-selector key binding
       new  59e189746d Merge pull request #351 from miikka/bind-nrepl-selector
       new  12558e8f6d nrepl-switch-to-repl-buffer uses buffer matching current 
namespace
       new  adcb533083 Merge pull request #350 from jonpither/master
       new  1e9d5cddd6 formatting - making indentation consistent
       new  f7b9007ed9 Adding should to tests
       new  14670c3d36 Merge pull request #357 from jonpither/master
       new  859a539757 removes extra paren in README example install code
       new  a383a160b1 Merge pull request #358 from bmabey/patch-1
       new  7b9e6ca5f7 clojure buffer name uses project name
       new  73925f528d Merge pull request #352 from 
jonpither/project-buffer-name
       new  7a1ca04345 Simplify test infrastructure
       new  fbc19b622b Replace problematic cl-position with custom code
       new  9cf6b339e1 Add a note on running the tests
       new  5666779cf9 Remove elpa file in clean task
       new  6092b7a469 Fix broken Travis build
       new  831ee803cd Show port along with project name in 
`nrepl-repl-buffer-name'
       new  c97c6abeba Merge pull request #355 from vedang/project-buffer-name
       new  c6b6e19f6f Rotate and display nrepl connection
       new  a609c80d0c Merge pull request #359 from jonpither/rotate-and-display
       new  9004976787 Kill some tabs
       new  8356b3b62d More robust version reporting
       new  7bc7f10ba9 [Fix #362] Update version logic in the welcome banner
       new  d26dfb5772 Add missing require for pkg-info
       new  78f92c9037 Add `nrepl-switch-to-relevant-repl-buffer' as separate 
functionality.
       new  db63bf203e Merge pull request #361 from 
vedang/fix-switch-to-repl-buffer
       new  81e9ea42cc Extract banner generation to a separate function
       new  3a43eed929 Add missing pkg-info dep to Cask
       new  1d50e5a2cd Replace some cl-lib functions with dash equivalents
       new  b691d22499 Don't attempt el-doc without a session
       new  57ad9684a5 Merge pull request #364 from 
hugoduncan/feature/dont-try-eldoc-without-session
       new  13954d4520 Bump dash.el dep to 2.1.0
       new  3e36322826 Fix library version discovery
       new  baa23356ed Leverage function from dash 2.1 -elem-index
       new  df2e5d295a Fix next-error
       new  9649326a72 Merge pull request #365 from 
hugoduncan/feature/fix-next-error
       new  31fef2c429 Minor docstring improvements
       new  99391ce4fe Fix indentation
       new  bbdd4c5c98 Fix Cask URL
       new  8d2e1ad90e Fix Cask version
       new  8c2954264a Fix Cask dir name
       new  232d4b52e1 Use the same requires as clojure.main in the REPL
       new  0a30655c22 [Fix #292] Update requires for the tooling session
       new  701ce4b706 Bind C-c C-q to nrepl-quit
       new  55b7d15ccb Name of connection and server buffer uses project name 
and port
       new  5797cf9026 Merge pull request #363 from jonpither/master
       new  6995496cf6 Fixing rotate and display when current buffer is nrepl 
buffer
       new  473e473202 Merge pull request #369 from 
jonpither/fixing-rotate-display
       new  2eae253f9b Mention extensions in the README
       new  5208793086 Clarify Leiningen 2.x requirement
       new  f1935e6bce Retrieve the eldoc string synchronously
       new  5bb0f5ce9e Merge pull request #373 from herberteuler/synced-eldoc
       new  1b41224c05 Update manual installation instructions
       new  e855fd63a6 Code style
       new  4ff6658d3d Improve the behavior of nrepl-quit
       new  b2ba6c86c2 Suggest the use of smartparens-strict-mode
       new  01c29bdd82 Leverage setq-local
       new  152c51fd4e [Fix #349] Proper Clojure indentation for REPL buffers
       new  404c3bcbda nREPL -> nrepl.el
       new  cb19dca373 Add nREPL version to connection info
       new  a7cae7c368 Display some extra info in the banner
       new  593183237b More words of inspiration
       new  bee2d69d80 nrepl-insert-banner -> nrepl-insert-banner-and-prompt
       new  f0ea91d927 Minor terminology changes
       new  39568a7b3b [Fix #377] Mention that 0.2.0 requires Clojure 1.5
       new  418f47082f [#349] Really fix the indentation in nrepl-mode
       new  1d92c44ed6 Rename nrepl-mode to nrepl-repl-mode
       new  f26d3d668c Terminology fixes
       new  c5f7960fce clojure -> Clojure
       new  218f0234d6 Remove support for the deprecated clojurescript-mode
       new  0a7f4a4545 Use different lighters for REPL mode and interaction mode
       new  f353a489f1 Terminology fix
       new  563d84e422 [Fix #378] Make the display of the REPL buffer on 
connect optional
       new  13f6e0dfaa [Fix #354] Add an option to auto-select error popups
       new  228f1b4ef5 Update the Changelog
       new  be23783d39 [#377] Restore support for Clojure 1.4
       new  db998d5664 Minor terminology fix
       new  f3049ab9bb Set correct name on find-or-create-repl-buffer
       new  5e953fd268 Merge pull request #381 from ljos/master
       new  87345bf9e6 Bump version to 0.2.0
       new  38c569081e Start the development of version 0.3
       new  89174492f4 Start to break up the code into separate components
       new  c058313569 Extract version info into a separate file
       new  796fc2edc7 Extract macroexpansion logic
       new  3ae6d24a7f Implement connection rotation in nrepl-selector
       new  b7dc7a9da2 Extract nrepl-selector
       new  d4795e3d1b Remove extra blank line
       new  b8387a2f94 Terminology fixes
       new  a4f90f2d25 Fix REPL init
       new  c78b9ebdfb [Fix #382] Fix version reporting
       new  a135f5e870 Remove redundant lexical-let
       new  7266734eec Fix nrepl-library-version
       new  f9695905f2 Update code highlighting in the README
       new  4e5d2ff7b9 Revert "Fix nrepl-library-version"
       new  5bab31374c Take care of a couple of compilation warnings
       new  16a6a238de Move around a bit of REPL code
       new  b11660cb33 Move nrepl-send-input to nrepl-repl
       new  4d61450056 Extract REPL buffer-local variables
       new  8a5111fb7a Extract eldoc and interaction commands
       new  e2894f9751 Rename some REPL variables
       new  c3b0c093b4 Rename project to CIDER
       new  841c4bd506 Terminology fixes
       new  413ff93a98 Fix error handler's name
       new  c989a4ef7a Update Google Group URL
       new  1a214ec902 [Fix #383] cider-set-ns -> nrepl-set-ns
       new  87a7045bdd [Fix #383] - Use cider-handler instead of nrepl-handler
       new  3a42ac0953 Merge pull request #384 from trevorbernard/master
       new  d14bf0609f Update package front-matter comment
       new  f2f481ba57 Extract some namespace related functions from 
nrepl-client
       new  68c2222961 Rename cider-interaction-mode to cider-mode
       new  14cfb61ed2 Update changelog
       new  e05157be55 Terminology fixes
       new  86f09ac8fb Fixing test-cider-rotate-connecton-buffer test
       new  dc683352f2 Merge pull request #387 from jonpither/master
       new  8356011300 test-cider-connections-buffer is passing.
       new  2e9f7fdd69 Merge pull request #388 from jonpither/master
       new  7cfe17a474 Add missing parenthesis in README
       new  94cae2b39b Merge pull request #389 from ljos/patch-1
       new  c12ed5f821 [Fix #385] Make cider and cider-jack-in autoload the 
entire cider.el file
       new  d0e5934fd9 Fix quitting an restarting
       new  719075a46b [Fix #386] Add support for displaying the REPL in the 
current window
       new  2da77242e5 Rename cider-input-start-mark to 
cider-repl-input-start-mark
       new  3f5f32d546 Rename cider-prompt-start-mark to 
cider-repl-prompt-start-mark
       new  15b54ae8c6 Rename REPL history variables
       new  a6cd74268f Rename output markers
       new  0d5422fc45 Rename cider-tab to cider-repl-tab
       new  193fab70f3 Rename cider-reset-markers to cider-repl-reset-markers
       new  64a4ce5e4f Introduce a cider customization group
       new  f473509940 Fix a typo in function name
       new  fa133e5f75 Update cider-decompile and cider-tracing links
       new  3ac4809203 Minor menu changes
       new  439c6d54dd Extract some clojure-mode related code from nrepl-client
       new  e1c2f6a119 Code style
       new  0dc14bd657 Extract a bit of duplicated code
       new  86b6f31b58 Remove obsolete save-window-excursion
       new  c641d6b1b1 Rename cider-set-ns to cider-repl-set-ns
       new  f066bf2577 Make cider-repl-set-ns usable in REPL buffers
       new  e84bbbf7e9 [Fix #396] Fix cider-restart
       new  f31d6a0e51 Look for nrepl port in .nrepl-port as well.
       new  bdd4f7eb63 Merge pull request #395 from tobias/nrepl-port
       new  9db026e298 [Fix #393] Detect properly ns forms
       new  fca2f33ed1 Code style
       new  17ba2b9863 Fix function name
       new  f63deafb32 Fix docstring
       new  5e55468518 [Fix #397] Fix eval interruption binding
       new  e60600252e Fix version message
       new  d5ccf0e2d4 Terminology fix
       new  f37905fad7 [Fix #400] Provide instructions for upgrading from 
nrepl.el to CIDER
       new  3db9df1761 Split clean and elpaclean
       new  1297dce5bd byte-compile all *.el into *.elc
       new  4e36f6fc93 Add automagic dependency tracking for .elc files
       new  375977e733 Strip remainder of require line to avoid comments
       new  e3d5f00ec3 make test now provides load-path with -L .
       new  0988a8c4df nrepl-current-clojure-buffer renamed to cider-
       new  77db3e202a declare nrepl-buffer-name-{separator,show-port} before 
use
       new  0385c1f0eb cider-repl-mode depends on cider-turn-on-eldoc-mode
       new  ed85c2a115 cider-eldoc.el depends on cider-symbol-at-point
       new  bbf625ee8d cider-selector.el depends on 
cider-find-or-create-repl-buffer
       new  6cadf349a5 Merge pull request #402 from 
dgtized/nrepl-current-clojure-buffer
       new  1109d6be04 Merge pull request #401 from 
dgtized/makefile-bytecompiles-all
       new  e6ab5a2923 Merge pull request #403 from 
dgtized/bytecompilation-warnings
       new  0fbfa1de83 Dropped cider-interaction-mode alias as it was causing 
problems
       new  9790229537 Fix cider-mode menu description
       new  b996a9266d Signal an error if nREPL is disconnected
       new  948d61d5a6 Merge pull request #406 from 
dgtized/signal-error-if-not-connected
       new  4e53ec3a8d [Fix #407] Handle the case when CIDER is not installed 
via package.el
       new  4a1e71b429 Autoload cider-selector
       new  d946841f3c Extract cider-selector tests into a separate file
       new  bc73eb58cd Extract bencode tests
       new  f48796efe7 Rename nrepl-tests.el to cider-tests.el
       new  8d2fd33065 Minor comment fix
       new  95c9ba3763 Extract error parsing tests
       new  2ad015c21c Apply ANSI color to all output
       new  024db0cde6 Add pkg file
       new  bf4e8f1d01 Add package building task
       new  36752a17e2 Release 0.3.0
       new  1bcd3a83bd Fix package generation task
       new  01eb1204bb Ignore the packages dir
       new  7aa07fa2fe Fix library version discovery bug
       new  7ab3c531e3 Fix function name
       new  9a30ebcf32 [Fix #408] Bump version to 0.3.1
       new  fe158d8570 Refactor package generation code
       new  93671cecb4 Start work on the 0.4.x series
       new  decc222c3e Fix Makefile
       new  e517482d9d Add a table of contents to the README
       new  bb396aea9b Doc fixes
       new  ac46756bc7 Add some version tests
       new  f6ca2fcbed Rename a bunch of REPL functions
       new  9b46be26ad Fix REPL banner insertion
       new  53ab60ce58 Extend and refine section on contribution
       new  e86cdbb4e6 Add missing space
       new  13d29e4f58 Add a .projectile file
       new  4fd9ea73d4 Do major-mode checks with derived-mode-p instead of eq
       new  59da30258a Reorganize some REPL related code
       new  0db3fe0db0 [Fix #315] Remove spurious newlines in output
       new  c4794b9143 nREPL -> REPL
       new  2a905c00ad Add command cider-read-and-eval
       new  ed316bbc9d Terminology fix
       new  eb9f6475b0 Add some documentation about the REPL history
       new  00f92d270d Update changelog
       new  aa32d82128 Fix a docstring
       new  0ceada1bc5 Remove ert dev dependency
       new  cd5d0adec4 Move cider-recently-visited-buffer to cider-selector.el
       new  10708a1b94 Don't consider special buffers in 
cider--recently-visited-buffer
       new  9c4a0b9706 Fix a typo
       new  8fbb5f27e9 Fix build
       new  c9b4a5f325 Use the EMACS env variable value if available
       new  34e4858952 Use Cask 0.5.0
       new  5f7edbb6df Fix build
       new  d04af601cb Fix the README to refer to the right command to quit 
cider.
       new  e301f641e3 Merge pull request #413 from franckcuny/patch-1
       new  b1be94e92a Autoload macroexpansion commands
       new  83137613db [Fix #415] Make a message gender neutral
       new  d14a0ecec1 Remove a couple of extra blank lines
       new  338c10cae2 [#414] Improve the tracking of ancilliary buffers
       new  e610af8540 [Fix #414] Fix error on quit
       new  5e0f749d31 Fix file header
       new  0ebad228b8 Update .gitignore
       new  2c22210f5c Update README.md
       new  94fa37ca04 Merge pull request #417 from kranki/patch-1
       new  3bc35b78ed Link the contribution guidelines
       new  52f1590678 Extend a bit the contribution guidelines
       new  836dcfde7a Use cider-connected-p
       new  6ed96ae548 Simplify a bit some code
       new  3c93161dba Abstract some of the high level evaluation logic
       new  40b27578c1 Add session as an optional arg to some eval functions
       new  56c1f899cf Extract nrepl-current-repl-buffer and rename it to 
cider-current-repl-buffer
       new  30de3c5f80 Fix a docstring
       new  b93f4ad8e5 Fix a docstring
       new  08a6f3d02a Fix cider-symbol-at-point and cider-find-ns
       new  e8f55a94be Implement ns completion for cider-repl-set-ns
       new  80d7b7d84c Fix a nil bug in cider-symbol-at-point
       new  6ac6c7174d Fix a docstring
       new  bfb81764a9 Refill a docstring
       new  3351ba645f Small terminology fixes
       new  b19d2c173c Leverage nrepl-connected-hook for the "connected" message
       new  f4c250c51f Add missing link
       new  d8a4ba52d1 Add new command cider-eval-last-expression-to-repl
       new  f37bab22e1 Add command cider-insert-last-expression-in-repl
       new  fedaf25fe4 Move cider-handler and rename it to cider-repl-handler
       new  e8f9fb8ec0 Refine error message
       new  6ff6b8759a Add command cider-eval-last-expression-and-replace
       new  6455ae747c Add missing full stop
       new  106da88e71 Rename `cider-eval-expression-at-point` to 
`cider-eval-defun-at-point`
       new  3caf17e64a Mark a helper function as "private"
       new  c39472cf6c Change `last-expression` to `last-sexp` in a number of 
functions
       new  b1103a8913 Namespace properly the REPL emit functions
       new  86a1139cda A couple of small doc fixes
       new  44675447cd Add some compatibility aliases for renamed commands
       new  328281ac2f Run disconnection hooks in nrepl-close instead of 
calling to cider
       new  c0cdef6f8d add cider connection hooks on autoload of cider
       new  4b6ceb2603 Add obsolete aliases for some renamed variables
       new  556f072537 Merge pull request #418 from 
dgtized/use-nrepl-hooks-in-cider
       new  6236cace23 Add prefix arg support to cider-insert-last-sexp-in-repl
       new  b0601bd104 [Fix #237] Don't swallow output from futures
       new  5c8c380a50 Replace redundant lexical-let with let
       new  57c994a88b Improve selector help
       new  8c4f34cbb8 Add SLIME-like REPL shortcuts
       new  e6c835ebb9 Minor terminology fixes
       new  cb55019da8 Change the name of the REPL buffer to *cider-repl ...*
       new  f1b190a237 Fix broken tests
       new  67e7bafd00 Remove obsolete comment
       new  e5e7109f40 Revert an accidental change
       new  265c4edede Add a few new startup messages
       new  693567c683 Create non-existing namespaces when evaluating code in 
Clojure buffers
       new  0b67949af7 Mention troncle in the README
       new  c6ecdf88c4 New command cider-ping
       new  0226f9d63e Move cider-repl-mode into cider-repl.el
       new  774d1488d4 Simplify file loading
       new  e3478b9753 Fix regression in cider-repl-handler
       new  41716548e0 Release 0.4.0
       new  08b270e170 Add cider-pkg.el to the Marmalade archive
       new  6796c09bcb Adding insert-fn functionality
       new  a912a750b7 Merge pull request #374 from jonpither/ido-fns
       new  15d8b127cd Small doc fixes
       new  c4cc30aab6 Extract selector help buffer name into a defconst
       new  eb88d4c838 Add clojure.core qualifier to fns where missing
       new  65de1d4145 Merge pull request #428 from 
johnmastro/qualify-clj-core-names
       new  8404f96aaf Bump pkg-info dep to 0.4
       new  06d149c1a0 Add history and completion support to cider-read-and-eval
       new  5ce6726347 Bump development version
       new  aa4cc0cf3a [Fix #416] Mention a dep on clojure-complete is 
necessary for embedded nREPLs
       new  13f4abe267 Improve tramp support
       new  b174790089 Mention commit squashing in the contribution guidelines
       new  da335db87c Update a link
       new  e2d30d2731 cider-get-value now returns Emacs Lisp objects instead 
of strings
       new  2b87411b1e [Fix #316] Honor :init-ns namespace on startup
       new  313a3ef68e Add support for controlling the value of `*print-length*`
       new  20ba198365 Merge pull request #430 from ragnard/control-print-length
       new  fe96cfdc17 [Fix #432] Handle properly eldoc args
       new  90c226a48e [Fix #436] Avoid an infinite loop when evaluating ns 
forms
       new  e8352edc3f Handle invalid sexps in cider-eval-last-sexp-and-replace
       new  bb1c78dea3 Update REPL buffer name format in the README
       new  1774102ed2 Code style
       new  508ecf75d9 Add a customizable prefix for interactive eval results
       new  0d1e8fc19a Font-lock interactive evaluation results as Clojure code
       new  5d6eee2bf0 Make it possible to use clojure-mode font-locking in 
REPL buffers
       new  09641bbdb1 Minor docstring fix
       new  17ee1cf760 Adding cider-pprint-eval-defun-at-point.
       new  b7853b7a3b Merge pull request #445 from krisajenkins/pprint-defun
       new  9a66b033fe Bump dash.el dep to 2.4.1
       new  9c41cb9a6a Add the ability to use a configurable result prefix in 
the REPL
       new  09403b78d2 Colorize result prefix in the REPL
       new  b3e679b6ce Use defvar-local to define buffer-local variables
       new  8d80e0356b Add missing default values
       new  db4c1c1b52 Add some basic help to the REPL shortcuts
       new  18a0f29506 Tidying up switch-to-relevant-buffer, updating docs, and 
adding check against ambiguous switch.
       new  7e7bac3cb4 Merge pull request #451 from jonpither/tidy
       new  6c4b63b060 Correct key-bindings in README
       new  c3ea43b4c1 Mention the clojure-doc Emacs tutorial
       new  df382e9987 Add logo to README
       new  3d81188b50 Refine title
       new  6164f3a288 Better wording
       new  a256c32cf0 Update an error message
       new  0d5cba1fa1 Use a more descriptive name
       new  12c23e923b Add logo & credit @ndr-qef for its creation
       new  ec565d6528 Use bigger logo in the README
       new  05f864a193 Clean up logo SVG code.
       new  c70e74d81e Merge pull request #456 from ndr-qef/logo
       new  1e9bfb4e6c Showing endpoint host when no project directory.
       new  8433e2ad10 Merge pull request #458 from jonpither/show-host
       new  9e1f86a31c Release 0.5.0
       new  07068a68be Start the 0.6 series
       new  a1f0171b4c Stop running the tests on emacs-snapshot
       new  b1cd9a2f49 Remove superfluous heading
       new  7ddcc07a8f Minor README fixes
       new  9a1333bd73 [Fix #457] Add cider-insert-defun-in-repl & 
cider-insert-ns-form-in-repl commands
       new  c058189e03 support for cider-nrepl's 'complete' op
       new  401c75e6ea Merge pull request #461 from gtrak/master
       new  2f99279ce8 Add license info about the logo
       new  194866485b add option to control whether loading a buffer prompts 
you to save the corresponding file
       new  53458df616 Merge pull request #470 from cemerick/master
       new  ee0b0e0799 Let *1 be set properly when pretty-printing, fixes gh-468
       new  675ef054e2 Merge pull request #471 from cemerick/master
       new  d919f5bf63 Improve version reporting
       new  4340b1e482 [Fix #465] Cider jump-to-def via info op, changelog
       new  1c3d175d50 Fix url for issue #460 in changelog
       new  56dc504a38 Merge pull request #465 from gtrak/master
       new  35ec3d1c98 Docstring fixes
       new  38a9963271 Update copyrights for 2014
       new  fa7a9cfbd2 [Fix #439] Add a workaround for race condition bug in 
cider-restart
       new  bdcfceb295 [Fix #441] Workaround for the timing bug in cider-jack-in
       new  ea3e8f1c54 Document the cider-version var
       new  7499bfaf9e sleep -> sleep-for
       new  595c51f3e7 Use a bit of sleep instead an idle timer to avoid ns 
init problems
       new  aa699d3edf Remove idle timer
       new  3ce181a622 Use clojure.stacktrace/print-cause-trace
       new  1fb15f2904 Merge pull request #476 from 
hugoduncan/feature/use-print-cause-trace
       new  75af93f160 Use lexical binding everywhere
       new  fb010fb81a Require Emacs 24
       new  b119508ed4 Get rid of lexical-let
       new  290b2dc068 Add missing type and group to a defcustom
       new  b43f210307 Fix defvar shadowing
       new  794a10503d Replace deprecated turn-on-eldoc-mode function
       new  2b503566c1 [#482] Fix jump-to-def for cljx dependency jars.
       new  25c4343f91 Merge pull request #483 from gtrak/master
       new  a7ca32e663 Rename arg to eval to match expected behavior
       new  9907013acf Remove unused bounds-of-thing-at-point call
       new  9708ffd248 Actually pass prompt-project to cider-jack-in
       new  1548d249e7 current-ns is unused
       new  2ce3776623 Drop unused let buffer
       new  e43164426a Drop unused optional argument buffer
       new  17c6cf1661 Merge pull request #484 from dgtized/lexical-fixes
       new  416538964d A first pass at integrating an inspector
       new  e8c58b550c Add cider-inspect to cider-mode-map
       new  8e6228f68d Fix variable shadowing warning
       new  d2c6a75b4d Remove a couple of redundant params
       new  4d5e847125 A couple of terminology fixes
       new  1d9c63b913 Minor formatting fix
       new  c01972cdf2 Mention cider-nrepl
       new  8e4c7bff04 Remove unused argument
       new  619c6d6000 Fix a bunch of unused variable warnings
       new  aa1eec7a83 Update logo; add favicon files
       new  24996a5fa9 Merge pull request #485 from ndr-qef/logo
       new  0da035bccf Small terminology improvements
       new  173dc967e0 cider--backend-version -> cider--nrepl-version
       new  5d650ba612 (set (make-local-variable 'x) ...) -> (setq-local x ...)
       new  f38043dc4f Font-lock STDERR output using a different face 
(cider-repl-err-output-face)
       new  3e29c80ab1 Docstring fixes
       new  3f49cbb7c1 Fix a bunch of unused variable warnings
       new  094eca88f4 Fix cider-inspector-mode anchor
       new  61dd646971 Update README.md
       new  0f538d10b8 Merge pull request #487 from franckcuny/patch-2
       new  67a230edfc Improve support for tramp source buffers
       new  88cfb7478e Remove leading whitespace in doc strings
       new  53d6c94ff8 Merge pull request #486 from hugoduncan/feature/tramp
       new  4bd08103d2 Make cider-doc-handler work synchronously, and rename it
       new  e33f072e65 Extract `cider-doc-buffer-for'
       new  bc5e9f4b27 Make cider--jump-to-def-eval-fn work synchronously
       new  550f1cf2f3 Move find-tag-marker-ring insertion to 
cider-jump-to-def-for
       new  72bf24b5f6 cider--jump-to-def-eval-fn-1: signal errors
       new  6cb9efbf1d Define cider-company-location
       new  466d5501a2 Define cider-company-docsig
       new  ef008f66a9 Mention company-mode and company-cider
       new  4e68adca45 Upcase the argument name
       new  8939d8a531 Add Changelog entry
       new  fcad847f3c cider-company-location: check explicitly for namespace 
error message
       new  be32b87bb1 Merge pull request #490 from dgutov/company-capf
       new  52de1cbaf1 cider-doc-buffer-for: return nil when response was empty
       new  cf3746b7b8 cider-ido-read-var: add a space to the prompt
       new  a8afdcca24 Merge pull request #491 from dgutov/doc-tweaks
       new  1f610e4b28 Fix function indentation
       new  d94a584e1c Extract cider-var-info and cider-get-var-attr
       new  9d9fcc4d62 Retrieve arglists for eldoc via info nREPL op when 
available
       new  ea8ae79695 Fix a couple of warnings
       new  244b3801de Handle nil argument in cider-var-info
       new  80cd1399bc Bind cider-inspect to C-c M-i
       new  4bffae1a40 Remove an extra mention of ac-nrepl
       new  d18c3f78f0 Check for wrap-inspect middleware in cider-inspect
       new  a3d75655fd Fix compiler warnings in the inspector
       new  fbd92d4f73 [Fix #492] Add missing argument in 
cider-eldoc--arglist-eval-fn call
       new  66a67b0866 [Fix #493] Rotate nREPL connection handles no nREPL 
connection and introduce cider-ensure-connected.
       new  41b4608652 Merge pull request #494 from 
jonpither/rotate-no-connection
       new  15f0c3f687 Update README.md for issue #474
       new  b4692cbb83 Cider command uses known endpoints
       new  bf918a5eaf Merge pull request #496 from jonpither/known-endpoints
       new  514dcb33e6 Merge pull request #497 from scottdw/patch-1
       new  bc7d0bbd23 when + not == unless
       new  2343efc451 Minor refactoring
       new  35c8429473 Code style
       new  60003a0122 [Fix #501] Nil appearing in nrepl-server buffer name 
when no project directory.
       new  09b7ea8377 Merge pull request #504 from jonpither/nil-designation
       new  347e79e2f6 Adding cider-change-buffers-designation.
       new  c5868c81fd Merge pull request #500 from jonpither/rename-buf
       new  399b689947 Fixing reference to nrepl-connection-buffer in 
cider-change-buffers-designation.
       new  a9191f5c33 Merge pull request #508 from jonpither/rename-buf
       new  e00b4d2b23 Fix badge link
       new  89dc58e211 Farewell to tabs
       new  3fa71aa17a Fix end of file comment
       new  23cb95d8d4 Fix a unused variable warning
       new  f6148b96d7 Remove unused variable
       new  411430585a Updating README with switch to namespace.
       new  8ae510adf1 Merge pull request #509 from jonpither/readme-nses
       new  6ffcdbc066 Rename cider command to cider-connect
       new  becfa17fff Remove stuff deprecated in 0.4
       new  d822737cab Removing dynamic vars for symbol loading
       new  9749c082c5 [Fix #515] Prompt passed through 'jump to' functions.
       new  3e3120e999 Merge pull request #516 from jonpither/no-vars
       new  8b446f32c1 Removing references to IDO.
       new  b3d4e1e6d3 Merge pull request #517 from jonpither/removing-ido
       new  71b486af30 Add a section of minibuffer completion
       new  bf156e5f4d Correct group names
       new  b2dad37656 Add a couple of links to the cider group
       new  6d8b360966 Add :package-version attribute to several recently added 
settings
       new  d928cfcd6d Enable cider-jack-in on tramp buffers
       new  40b6f1c7b8 Merge pull request #489 from 
hugoduncan/feature/tramp-jack-in
       new  d7cf810b20 Update README.md's REPL pretty-printing symbols
       new  9fc374917c Merge pull request #519 from itegebo/master
       new  9d4eb7112d Output the result from cider-eval-print-last-sexp on a 
separate line
       new  5292cde49b [Fix #498] Implement scratch buffer functionality
       new  b6e4ade458 Remove spurious ring-insert in jump-to-def-op
       new  fe1bf790ff Merge pull request #520 from gtrak/master
       new  8fb457d5dd Fix a regression introduced in #489 that broke 
cider-jack-in outside lein projects
       new  fa180444d2 Tidying up nrepl-make-response-handler.
       new  206d292bc1 Merge pull request #526 from jonpither/lexical
       new  0bb92d1f70 [Fix #525] and clojure-emacs/cider-nrepl#25, bencode 
parser can handle nil
       new  0e149df540 Merge pull request #527 from gtrak/master
       new  241c5d0589 [Fix #510] Handle differently eldoc info obtained from 
the middleware
       new  e0ad5999d5 Add the Java version to the welcome banner & the 
connection info
       new  9b382a4e87 Add stacktrace filtering/navigation from middleware.
       new  55cd244c5e Merge pull request #521 from jeffvalk/master
       new  103ebcb59c Fix section name
       new  156f1f2646 Refill a section
       new  5936085a74 Clean up company-mode section
       new  8819c475b9 Terminology fix
       new  7cfec2bde7 Remove mention of non-existing command
       new  40482ef526 Handle dicts in info response.
       new  1672e80b6f yas/expand -> yas-expand
       new  fa02e3b61c Merge pull request #531 from gtrak/master
       new  ba6695540f Fix a compilation warning
       new  977af2ac09 Strip text properties from the completion prefix
       new  d63112056b incf -> cl-incf
       new  bd8bb1157c Add missing :package-version
       new  fd14211dfe Bump version to 0.6.0
       new  ad0f4adb47 Start work on the 0.7 series
       new  51469a2ae7 Update the cider-version variable
       new  fb87a2bc28 Make cider-nrepl a requirement
       new  7e1533f4f6 Explicitly depend on Emacs 24
       new  d8d0af7403 Remove spurious jump-to-def-eval reference.
       new  863cf7ad7e Support Java method description from middleware.
       new  b1c162cf69 Merge pull request #536 from gtrak/master
       new  f1387a7858 Add Gittip badge
       new  d1c5df9626 Merge pull request #537 from jeffvalk/master
       new  32b3de19c1 remove explicit dependence on pkg-info
       new  91e1761a3a Merge pull request #538 from vitoshka/master
       new  44974a6da0 Remove eval-based eldoc retrieval
       new  266eba3565 Enable 'jump' keybindings for stacktrace navigation.
       new  8731cb5c00 Merge pull request #539 from jeffvalk/master
       new  fad1d3993b [Fix #540] Correct a wrong font reference
       new  89a00122da Enforce code style via .dir-locals.el
       new  731b6ae7d1 Code style
       new  2ded320a63 Warn on startup if cider-nrepl is not available
       new  9a5b389c2a Revert "Warn on startup if cider-nrepl is not available"
       new  eecb584410 Enable full Java participation in Clojure symbol lookup.
       new  ffdc3e98b2 Merge pull request #542 from jeffvalk/master
       new  03cbf42ea7 Add basic tracing support
       new  f4f58e3488 Remove extensions section
       new  a12d8d1bf9 Use 'info' middleware for Javadoc.
       new  0bc0021635 Merge pull request #545 from jeffvalk/master
       new  e871b4c669 Use 'info' middleware for 'doc' function and fontify.
       new  a7bf35fbca Merge pull request #547 from jeffvalk/master
       new  7ad94270c0 Update 'doc' for special forms and Java symbols.
       new  b80394e884 Merge pull request #551 from jeffvalk/master
       new  7a690df246 Wrap exception messages in stacktrace buffer.
       new  0cce86ae52 Merge pull request #558 from jeffvalk/master
       new  a55fc45a8e Add fill prefix for stacktrace messages
       new  1feddfc58f Mention freenode channel
       new  07de52b25b Merge pull request #559 from 
hugoduncan/feature/add-fill-prefix-to-stacktrace
       new  324a45d27f Mention Gittip in the contribution section
       new  78b38307a4 Add license badge
       new  50b4f9a733 Extract completion context and pass it to Compliment
       new  f7ee30e43a Merge pull request #560 from 
alexander-yakushev/compliment-context
       new  5259faf1c6 Add a few missing :package-version properties
       new  31eb2122da Dostring style
       new  6b893e1783 Fix crash when reading from empty history file
       new  8fd1c5402b Merge pull request #562 from expez/master
       new  ac5140cec9 Minor rewording
       new  5436edf63c [Fix #564] Remove redundant cider-src command
       new  c250bfbdfb Separate out cider-lein-command and 
cider-lein-parameters. Now requires a working exec-path by default
       new  5f1b12c8e5 [#564] Rename "Jump" menu item to "Jump to source"
       new  489b0f1ad3 Add dist folder to .gitignore
       new  1b7b4af3c0 Suppress large file warning in cider-find-file
       new  a9ef03c3ed Merge pull request #544 from AdamClements/master
       new  279c80132e Strip buffer properties from buffer content before 
loading it in nREPL
       new  bb6c5ba408 Docstring fixes
       new  7ebff05e49 Clean up cider-lein-command related code
       new  2f67b5ad9c Prevent error on 'jump' when symbol is not resolved.
       new  02b76120db Merge pull request #567 from jeffvalk/jump-fix
       new  93ff47491a [Fix #563] Don't prompt for method class to generate 
eldoc
       new  941bc9daa8 Make stacktrace a major mode; disable electric-indent in 
it.
       new  b0c46bee75 Merge pull request #566 from jeffvalk/master
       new  2a712c3b10 Enable toggling of the 'all' filter on stacktraces.
       new  aa31ab8da3 Don't drop *out* on cider-interactive-eval-print
       new  78f7343e19 Merge pull request #570 from jeffvalk/master
       new  65acdd0886 Disable electric-indent on stacktrace more cleanly.
       new  d0157b5486 Merge pull request #573 from jeffvalk/master
       new  3600a269d6 [Fix #574] Correct the pretty print menu entry
       new  dc257d61b7 Remove redundant completion dispatch function
       new  b8a0878d1e Replace Marmalade with MELPA Stable in the installation 
instructions
       new  ce7e4f9224 Simplify a bit Javadoc handling code
       new  51b05febd2 Fold redundant cider-load-file-op function
       new  6419409600 Add REPL support for beginning-of-defun and end-of-defun
       new  54ada4b917 nrepl-bdecode-buffer did not handle negative integers.
       new  b919e337fe [Fix #578] Simplify nREPL boot command
       new  3563498eda Merge pull request #571 from fredericksgary/print-out
       new  c261763ea4 Merge pull request #577 from violahs/master
       new  e5f4634ff5 [#577] Add a test for decoding negative integers
       new  ff0a4dd22b Refine integer matching regexp
       new  5e1d5e36dc Don't swallow errors silently in nrepl-net-process-input
       new  014c553b67 fix typo
       new  e183be1088 Merge pull request #579 from dpathakj/master
       new  2420a74c59 Rename nrepl-log-events to nrepl-log-messages
       new  3362245be5 Fix broken tests
       new  0e5fab834a Update 'method' -> member' to support updated Java info.
       new  a109c4462b Merge pull request #584 from jeffvalk/master
       new  18592040a1 Add mode for presenting documentation.
       new  5c91a6f056 Merge pull request #585 from jeffvalk/doc-mode
       new  d6b588d483 Increase the default size of 
nrepl-message-buffer-max-size
       new  4c13856bf6 Improve connection message a bit
       new  2b13d9a92d Code style
       new  d6cc5ff2c1 More sensible decode error message
       new  9de1c02098 Remove some redundant lets
       new  57c9eaf51c [Fix #590] Disable electric-indent in the inspector
       new  a6646d5b17 Small doc fixes
       new  d1b2edbe35 Simplify cider-symbol-at-point
       new  4f3b6a7085 Further simplify cider-symbol-at-point
       new  ded8a74608 [Fix #580] Don't check for the lein command presence on 
remote hosts
       new  39d8cab655 Show the full message in case of decode errors
       new  91b1edbea6 Add a todo related to #580
       new  752274f0ad removed extra brackets which broke cider-jack-in
       new  38fda6cd4b Merge pull request #591 from cpoile/extra-brackets
       new  a4c65cd02b [Fix #593] Restore compatibility with Emacs 24.3
       new  c3252809aa [Fix #593] Fix error with no symbol at point
       new  b1c2d774a0 Merge pull request #595 from johnwalker/fix-593
       new  82fed6929e Add a couple of unit tests for cider-symbol-at-point
       new  9f195a6487 Fix showing documentation with company-doc-buffer.
       new  6d349c26a4 Merge pull request #596 from cichli/fix-company-doc
       new  994fac07aa Fix indentation
       new  7a63d2bec3 [Fix #552] Load resources from jar/zip files efficiently.
       new  71e015ace6 [Fix #589] Don't prefer local paths over tramp by 
default.
       new  2d93c7d7d9 Merge pull request #599 from jeffvalk/master
       new  cd07302d62 Update README and CHANGELOG.
       new  ad014c9862 Merge pull request #600 from jeffvalk/master
       new  8c1c7a2b14 Use defvar-local
       new  a8934f330f [Fix #554] Set cider-auto-select-error-buffer to t by 
default
       new  4f1f41b9c2 Fix an incorrect comment
       new  36e948b70a Fix a docstring
       new  4c573f5054 Prevent whitespace-mode from interfering with clojure 
font-locking in the REPL buffer
       new  f5b721acdc Fix `cider-company-location`.
       new  3658fe2ad8 Merge pull request #604 from 
cichli/fix-cider-company-location
       new  894e445fa7 Issue a warning when all the required nREPL ops are not 
supported
       new  7fc95c5aa7 Report cider-nrepl's version on REPL start
       new  4d1ea2effc [Fix #553] Warn if there's a version mismatch between 
CIDER and cider-nrepl
       new  4e8ec7d2b3 Some work in progress on a more efficient way to fontify 
a region as Clojure code
       new  9efba48bf0 Add a couple of missing spaces
       new  5e23b8dc4d Display middleware version in connection info
       new  b1db3aa9df Make it possible to select the error buffer via 
cider-select
       new  27ecce4541 [#598] Handle mismatching file names in error 
highlighting
       new  016c6cf1ea Move generally useful functions to cider-util.
       new  19af27c600 Merge pull request #608 from jeffvalk/current
       new  b0cd13f5b3 [Fix #609] Mention the exact cider-nrepl version that 
has to be installed
       new  f7201f16d8 Extract cider-string-join helper
       new  a322217104 [#609] Clarify information about cider-nrepl dependency
       new  0f7ed0c36c [Fix #569] Present stacktrace frames for all causes.
       new  60674f3e6c Merge pull request #610 from jeffvalk/master
       new  11275356b2 Update README and CHANGELOG for stacktrace enhancements.
       new  5871b07bfb Merge pull request #611 from jeffvalk/master
       new  428f36ebff Display compiler's error location in stacktrace.
       new  d4f54c901e Merge pull request #612 from jeffvalk/master
       new  bbd4e68969 [Fix #602] Parsimonious configuration of the stacktrace 
display
       new  e6bfe3b9fe Merge pull request #603 from vitoshka/on-error
       new  3bbfa2c3e5 [Fix #597] Don't process incomplete messages unless sure
       new  112550d2e3 Merge pull request #616 from vitoshka/nrepl-filter
       new  69fce18c6f [Fix #607] Don't eval pprint code in the tooling session
       new  8052d6690e Move entry to proper changelog section
       new  944f525c77 [Fix #615] Allow error/stacktrace display without 
middleware.
       new  c38e8bc222 Merge pull request #620 from jeffvalk/master
       new  7321989184 Adjust docstring
       new  f3337e7dec Add missing newline between welcome banner and version 
mismatch warning
       new  711e426a5d Don't show version mismatch warning if cider-nrepl is 
not installed at all
       new  15b17b6351 Create the REPL buffer after we have the session's 
description
       new  8a5edc9cac Remove unused no-repl-p param
       new  2e3811642b Minor refactoring
       new  1cd9150689 [Fix #583] Avoid trying to decode the contents of the 
REPL buffer
       new  cf2b5b7d34 Update copyright years
       new  fca0c2bf2f Fix a description
       new  a11a6b3583 Code style
       new  fbe9ad8faf Refactor macroexpansion to use cider-last-sexp
       new  09dc1b1a55 Reimplement macroexpansion in terms of middleware
       new  0980a3329e Add an example profiles.clj to the README
       new  45870d30e8 Replace redundant quasi-quoting
       new  462257ce1e Remove some fugly REPL ns setup code
       new  a2b37dd28a [Fix #613] Add clojure.test integration.
       new  f359a0c3e3 [Fix #8] Add code refreshing command
       new  34c4ac7080 Add timeout to sync requests
       new  9098201d53 Merge pull request #625 from jeffvalk/master
       new  8ca4d12398 Include cider-test.el in package.
       new  a07c6a7b81 Merge pull request #627 from cichli/master
       new  8721429619 [Fix #626] Enable `cider-test-run-test` on any Clojure 
buffer.
       new  00312396cd Merge pull request #628 from jeffvalk/master
       new  54c00d9d41 [Fix #630] Remap cider-test-show-report to C-c C-t
       new  6ba0de8870 Move menu definitions inside keymap definitions
       new  9f2747ac74 Fix jumping between definitions in the same buffer.
       new  5a1d375196 A first draft of configurable interactive eval output
       new  450b63bdfc [Fix #629] Remove use of paredit in 'cider-test'.
       new  aa9aa082bc [Fix #22] Add jump to resource command
       new  b292719df4 Merge pull request #635 from jeffvalk/master
       new  14aef1d8ca Merge pull request #634 from cichli/master
       new  69637658da Fix #636.
       new  c53868978c Merge pull request #638 from cichli/patch-1
       new  72d0937a0d Changes to the code that handles errors.  There was a 
free/unbound variable.  Looks like a copy paste bug.
       new  1aef9714f3 Merge pull request #641 from violahs/master
       new  fb83a0c48c [Fix #637] Ensure stacktrace presents exceptions with 
nil message.
       new  aaf1a77f28 Merge pull request #642 from jeffvalk/master
       new  0eeb8d8264 Bind cider-jump-to-resource to C-c M-.
       new  ffc6eb896e Fix markdown syntax
       new  e59e32b671 Adopt a more consistent format for the changelog
       new  79d0e36db3 Fix a typo
       new  c2902f240b Minor tweak
       new  db3fe2c612 Fix cider-jump-to-resource's keybinding
       new  c3f3effb8c Fix another typo
       new  081a99ab5b [Fix #640] Add instructions for using CIDER with 
embedded nREPL servers
       new  8e80c678ac Restore errantly removed 'cider-stacktrace-face'.
       new  939524e7f9 Merge pull request #644 from jeffvalk/master
       new  3fff5fe472 Refine a bit cider-jump-to-resource
       new  a5ff8154ed Fix a docstring
       new  938f9ac10c Add empty string check to cider-read-symbol-name
       new  f97acb2fc3 Use cider variants of lisp-eval-region and 
eval-last-sexp in repl
       new  6ab9c7c6a6 Merge pull request #647 from 
dgtized/repl-should-shadow-lisp-eval
       new  7071ba083b Make it more obvious that cider-jack-in is simply using 
lein
       new  e6bc37833c Move point on new scratch buffers below comments
       new  69630fa692 Merge pull request #650 from dgtized/scratch-needs-space
       new  429d66ae17 [Fix #605] Ensure that resource file urls are decoded 
and correct on Windows.
       new  c4dc748271 Use cider--resource-file-url-to-filename to get jar path.
       new  03d2285f97 Merge pull request #658 from scottdw/fix-605
       new  bf795e8f77 [Fix #633, #659] Refactor `cider-find-` and 
`cider-jump-`.
       new  6899d72cd2 Merge pull request #663 from jeffvalk/master
       new  59f5ff8a4d Add apropos support.
       new  fec420b50c Merge pull request #664 from jeffvalk/master
       new  29d068cbd3 Extend a bit the words of inspiration
       new  2aaa0f76b2 Add standard key bindings for buttons in doc-mode.
       new  cefbda32ca Merge pull request #666 from sw1nn/doc-mode-keybindings
       new  ca268b275f Add  keybindings for buttons in test-report mode.
       new  c0c14a0c92 Merge pull request #667 from 
sw1nn/test-report-mode-keybindings
       new  f053c386d0 Removed the ability to manage *print-length*
       new  a4805fc4a1 [Fix #655] Improve the error highlighting logic
       new  eac2bdd03c [Fix #662] Use Clojure font-lock for results displayed 
in popup buffers
       new  f39a470a0d [Fix #668] Handle stderr in default handler
       new  d8cd4ff401 Code style
       new  7725275762 Fix default nrepl handler
       new  05c3090c4e [Fix #669] Suppress major mode hooks in 
cider-font-lock-as
       new  d94c5cff3c Fix cider-jump-to for tramp
       new  9478bbfcd2 Merge pull request #672 from 
hugoduncan/feature/fix-jump-to-for-tramp
       new  f7286789d7 [Fix #670] More robust Clojure font-locking for the 
*cider-result* buffer
       new  04972c8524 [Fix #670] Save point between two inserts to popup 
buffer.
       new  1003085834 Merge pull request #673 from danskarda/fix-670
       new  39275cb5d3 Add Grimoire integration
       new  24b2b7e725 Replace ? in grimoire URLs.
       new  802df2fdca Merge pull request #676 from otfrom/handle-grimoire-qmark
       new  a22cce7e3e Replace ! in grimoire urls
       new  9c61521898 Replace * in grimoire urls
       new  22ea65355b Mention that CIDER 0.7 users should remove 
clojure-test-mode
       new  548f66e3e2 [Fix #677] Pass ns to the macroexpand ops
       new  04a335d022 Fix a variable name
       new  04fcaa550e Make namespace display in the macroexpansion buffer 
configurable
       new  1a63524240 Recommend @alexander-yakushev's ac-cider-compliment over 
ac-nrepl
       new  d7763fe067 [Fix #681] Add a few extra keybindings to 
cider-macroexpansion-minor-mode-map
       new  f185f66f0c Add quit to the doc menu
       new  8a45d2c494 Use cider-doc-javadoc instead of cider-javadoc
       new  b0cee9ec16 Add a menu for cider-macroexpansion-minor-mode
       new  83f0f03b59 Rename cider-macroexpansion-minor-mode to 
cider-macroexpansion-mode
       new  fcf6d53719 Mark cider-jump as deprecated
       new  89ff2a1449 Update some references to cider-macroexpansion-minor-mode
       new  d68f1848aa Revert "Use cider-doc-javadoc instead of cider-javadoc"
       new  84999fc90b [Fix #683] Don't use C-c C-h keybindings
       new  bec3533113 Allow third value 'tidy for 
cider-macroexpansion-suppress-namespaces.
       new  8401323d65 Merge pull request #686 from tsdh/master
       new  a8c77c27bb Make cider's scratch more consistent with Emacs Lisp's 
list-interaction-mode
       new  df9d445f09 Mention cider-scratch improvements
       new  c209d8aa50 Simplify cider-grimoire-replace-special
       new  5e19be0acb Update grimoire URL generation for grimoire 0.3
       new  d73683c07a Use a dynamic mode-line for cider-mode
       new  6851394d59 [Fix #682] Place the point after the expanded form when 
doing macroexpansion
       new  d765ccfe68 Add the ability to display Grimoire documentation within 
Emacs
       new  910fd30fa5 Promote @jeffvalk to a team member
       new  70967f872c Terminology fixes
       new  2c281dd511 Update the Clojure version requirement
       new  37fb62b1e8 Use truename consistently in highlighting compilation 
errors
       new  d9bc05d030 Don't make info request for empty symbol
       new  74d47ef5a5 Merge pull request #697 from 
hugoduncan/feature/no-info-on-empty-string
       new  480ba2f3d5 Implement auto-jumping to error locations
       new  fdfc40b8bd Delete error overlay on modification
       new  6c39b34975 Merge pull request #690 from vitoshka/truename
       new  99dbdbd019 Add cider-doc-map/menu and refactor cider-doc- into 
cider-doc-mode- prefix
       new  e67b04e270 Merge pull request #691 from vitoshka/doc-map
       new  80331d4bd5 Update ac-cider reference
       new  544dab00c9 Update company-mode section
       new  ec2ae0de1d Update cider-docview-mode's lighter
       new  de77b59ee8 Refactor a bit the grimoire code
       new  950c38ab16 Release 0.7.0
       new  f2d420d89c Update the changelog
       new  aaede576f8 Start the 0.8 dev cycle
       new  35054b45b9 [Fix #704] Annotate completion candidates
       new  b65fd3f707 0.7.0 isn't a snapshot any more.
       new  77a8501f8b Merge pull request #710 from alexrobbins/patch-1
       new  19a5e7f14b Refactor and document nrepl-client.el
       new  618ec0adf1 Merge pull request #708 from vitoshka/nrepl-refactor
       new  e82ad25fe3 Mention completion-at-point annotations
       new  eabf404487 Minor presentation changes
       new  30d60b1ada [Fix #705] Rework macroexpansion namespace display logic
       new  d05271ea94 Created CIDER quick reference card.
       new  1c7bfed675 Merge pull request #716 from flexibeast/refcard
       new  000a0b0120 Inline a redundant function
       new  9ce8512855 Add Paypal donate button
       new  9dcabcb890 Add cider-undef with C-c C-u binding
       new  213f7611a1 Merge pull request #721 from hugoduncan/feature/add-undef
       new  0ce9ba6541 Add a missing dot
       new  9bbe4a1c23 Mention PayPal donations in the contributing section
       new  2ea9521103 Minor changes
       new  b394977bc2 Document the release policy
       new  c5f3ceb688 Remove assert in cider-util.el
       new  82478caa6c Add requires to cider-stacktrace
       new  28bfabaacb Merge pull request #718 from 
hugoduncan/feature/fix-cl-macs-require
       new  f516443f54 Remove a redundant function alias
       new  126e34c742 Remove a redundant require
       new  fd4fda6fcd loop -> cl-loop
       new  800fbaae5a Fix a docstring
       new  1bb3835421 [#671] Don't try co complete if not connected
       new  5a411d3daa Add a docstring to cider-annotate-symbol
       new  2c08112f36 Use a single mode line construct for cider-mode-line
       new  a87756ad26 [Fix #698] Provide an interactive command for clearing 
compilation highlights
       new  ccab66bf6c Add a missing deprecation alias
       new  de48de4024 [Fix #652] Prevent eldoc from clobbering an error 
message in the minibuffer
       new  b3d9ed25a5 Font-lock properly error messages in the REPL resulting 
from interactive evaluation
       new  5e9148fb84 Trim the final newline of interactive (err) output
       new  26e3d763e9 Extract a bit of duplicated code
       new  b110e522e3 Fix a docstring
       new  0d1153c3fa Remove some code duplication
       new  3a5ba6adcc Fix error message
       new  3e5a73b1ff Remove unused local variable
       new  5d2388a308 Remove the unused alternative fontification functions
       new  95f8d4ab58 [Fix #728] Restore the clearing of compilation 
highlights on interactive eval
       new  56d44b1667 Fix a docstring
       new  0a2c4494af Minor comment changes
       new  2fb187ccf2 Add prefix arg support to cider-quit
       new  d09589232d Add prefix arg support to 
cider-clear-compilation-highlights
       new  863d55de2b Display an error message on sync request timeout
       new  a8d084a1f1 Find source locations even when clojure doesn't report 
them.
       new  21b1b8f0aa Merge pull request #693 from vitoshka/stack-nav
       new  0e89f39498 [#693] Add a changelog entry
       new  3ef54cc303 Derive stacktrace-mode from special-mode
       new  4426647b61 [#693] Correct the logic for interactively eval-ed defs 
lookup
       new  7bb9b5f8aa [#631] Workaround for missing var metadata
       new  a92b52f295 Refine cider-locate-def
       new  8df584e278 cider-jump-to: Always jump to absolute line number, refs 
#737
       new  f9b4b54142 Remove non-interactive use of goto-line, refs #737
       new  55ca53abb0 Merge pull request #737 from 
juergenhoetzel/fix-cider-jump-to
       new  11fc6b36c5 Simplify a bit of code
       new  0b89cd248b Add Cygwin support. Refs #735
       new  8194945ecb Merge pull request #735 from juergenhoetzel/cygwin
       new  c654e7796a [Fix #671] Remove problematic :init-ns related code
       new  917ccc250d Get Clojure and nREPL versions from describe-session's 
response
       new  37b5bfb847 [#671] Retrieve Java version from nREPL's describe 
session
       new  8709927172 [#671] Check middleware compatibility asynchronously
       new  1ec623c861 [Fix #739] Require clojure.tools.namespace.repl before 
using it
       new  1e5c9e7144 Correct compatibility check
       new  0f7dcd3c65 Fix a small problem with the middleware compatibility 
check
       new  c8e9dd1c02 Modify when test report success message is shown.
       new  c442e8133a Don't move point when clearing or highlighting test 
results
       new  7b7601b69d Merge pull request #717 from r0man/stop-moving-point
       new  f528d502bf Simplify a bit of completion code
       new  2142ee5cfe Add a cider-stacktrace-print-level defcustom
       new  00c8cb96fa Merge pull request #738 from 
hugoduncan/feature/add-print-level-to-stacktrace
       new  71e7de4769 [Fix #744] Restore the ability to customize the command 
invoked by cider-jack-in
       new  f6786c248c Fix changelog
       new  94496e4b14 Only show cider-test-report buffer on test failures.
       new  1dbc4090f0 Merge pull request #743 from r0man/no-popup-on-success
       new  b58ba0ac54 Replace a usage of cl-plusp
       new  d29fe30856 Make it possible to disable completion candidates 
annotations
       new  09dcec9511 Use repl buffer as connection buffer
       new  2ecad82279 Merge pull request #729 from vitoshka/repl-connections
       new  44a0d0804d [#741] Use (cider-current-ns) when requesting completion 
candidates
       new  521ee96cbc [Fix #751] Correct some incorrectly merged code
       new  d249e4b796 Refactor a bit the REPL buffer init
       new  97e39c110e [Fix #752] Use a fully-qualified let in pretty-printing
       new  0fd123757a cider-prompt -> cider-repl-prompt
       new  85f60afe65 Replace an usage of goto-line
       new  b8afa39cf4 Remove unused local
       new  84cf5edee7 Suppress unused variable warning
       new  ec9c3ee4b6 Don't shadow the dynamic variable major-mode
       new  f0610b5597 Refactor cider-find-buffer
       new  e3f4184f44 Replace an usage of goto-line
       new  6792ca8fd3 Take care of a few unused variable warnings
       new  89bacf101b Add missing error param
       new  217ec38a09 Correct several docstrings
       new  4dd1526544 Don't display the ns result when switching between 
namespaces
       new  aeb125e78d Simplify cider-repl-set-ns
       new  dd1c044201 Fix unused variable warning
       new  b788a8dace Add `other-buffer` flag to `cider-jump-to`
       new  a34e0d46c0 Don't forget offset line in `cider-stacktrace-navigate`.
       new  b130451533 Fix `cider-jump-to-var` with no symbol at point
       new  a83bd7f21a Merge pull request #761 from vitoshka/jump-to-var
       new  63ebbc7307 Fix "making delay-mode-hooks buffer-local" message
       new  d8d3db5c8a Merge pull request #764 from vitoshka/delay-mode-hooks
       new  f43a272d6d Add a basic Java classpath browser
       new  b85fe7d479 Add namespace browser
       new  48ef14a781 Merge pull request #765 from jxa/browse-ns
       new  c1018ad0a5 Mention namespace browser in the changelog
       new  08a41d280d Add command cider-open-classpath-entry
       new  3398f63746 Use defvar-local
       new  27e4e07986 Derive from special-mode
       new  21cb2324c1 Honor `cider-auto-jump-to-error` when 
`cider-show-error-buffer` is non-nil
       new  0e79de2ffc Merge pull request #770 from vitoshka/jump-to-error
       new  d9dcecee9e Fix nrepl-client-sentinel for recent changes
       new  2347de0a27 Merge pull request #771 from 
hugoduncan/feature/fix-nrepl-client-sentinel
       new  95926e61ee cider-jump -> cider-jump-to-var
       new  1efc9fa7df [Fix #772] Don't read Clojure results as Emacs Lisp code
       new  519f6c7c39 Enhance `cider-find-file` and use stacktrace file data 
for navigation
       new  782a39f9ec Merge pull request #763 from vitoshka/cider-find-file
       new  d07b7a080a [Fix #631] Set file and line metadata when doing 
interactive evaluation
       new  14ac115db4 [#631] Track column number in interactive eval
       new  5776eed669 How to pin to MELPA Stable in README
       new  92efe5ffb8 Simplify dummy contents generation
       new  6c71007b1c Observe `cider-stacktrace-print-level` for test errors.
       new  d6dcc140d7 [Fix #776, #773, #733] Rewrite bencode decoder
       new  85751103d6 Merge pull request #778 from vitoshka/bencode
       new  eed90f3508 Simplify var def lookup
       new  da3e910528 Further simplify var def lookup
       new  2a1ac0a41b Remove the no file check in the error highlighting logic
       new  4ad789bfa4 Restore the logging of nrepl response messages
       new  dccec4beb2 Merge pull request #788 from 
hugoduncan/feature/restore-logging-of-response-messages
       new  6f10d9511a Fix cider-jump-to
       new  0374ccab31 Merge pull request #789 from hugoduncan/fix-jump-to
       new  291e84dd5e Merge pull request #775 from terjesb/master
       new  b7c487a8f3 [fix #780] ensure buffer connection is in 
nrepl-connection-list on time
       new  123e1b5e07 Merge pull request #790 from vitoshka/780
       new  be86fcfd21 [fix #772] and fix broken `cider-eval-and-get-value`
       new  837635aeb6 Merge pull request #786 from vitoshka/master
       new  e7523cf68d Fix a couple of function calls
       new  b2972cf5ea Replace some inlined code with wrap-ns middleware usage
       new  48b5233e57 Clarify auto-complete instructions
       new  21172f4e2d [#780] make sure to dispatch requests in connection 
buffer
       new  055bde5544 don't dispatch to nrepl--make-default-handler and throw 
an error instead
       new  70c0bb4806 Merge pull request #768 from pandeiro/master
       new  56d5ed3af5 [fix #750] make `nrepl-pending-requests` and 
`nrepl-completed-requests` truly local
       new  5763280494 Merge pull request #791 from vitoshka/dispatch-request
       new  b0fb842055 Improve readability and visibility of *nrepl-messages* 
buffer
       new  67615c94f1 Simplify handling of the ssh tunneling
       new  08f48fbc02 Merge pull request #792 from vitoshka/better-message
       new  017e708776 Merge pull request #756 from vitoshka/ssh-tunnel
       new  cb2c7f1952 [fix #795] correctly map on candidates in 
cider-eldoc-arglist
       new  7a3b345ea5 Merge pull request #796 from vitoshka/master
       new  34fe3bfb5a Expand nREPL dict api and apply throughout
       new  3e80273981 Merge pull request #799 from vitoshka/dict-api
       new  5c25210e65 Add support for prettify symbols mode to cider-repl-mode
       new  0d368a5be1 Remove some code duplication
       new  e1ec0fbc19 Pass session to ns-list and ns-vars middleware ops
       new  b5e55381f7 Merge pull request #801 from cichli/ns-cljs-support
       new  401e81941c [Fix #749] Make font-locking compatible with 
font-lock-mode
       new  0278169d03 [Fix #783] Mention that GNU ELPA is required
       new  9c17cab6e4 [401e819] fix face in *nrepl-messages* buffers
       new  fd6c6b7411 Merge pull request #802 from vitoshka/master
       new  240b46c5e9 fix error message on missing source location
       new  40b6b3ac13 Merge pull request #803 from vitoshka/master
       new  3b214ff0ff [Fix #749] Replace a few more 'face references with 
'font-lock-face
       new  f5294ad408 ensure `cider-interrupt` is executed in connection buffer
       new  5d6f89baeb correctly handle nREPL dicts in cider-test.el
       new  d201a43821 Rewrite `sync-request` subsystem
       new  13fed5c4e4 Merge pull request #805 from vitoshka/master
       new  cb3509eb54 Merge pull request #804 from vitoshka/sync-request
       new  c1b367a007 make sure file is non-nil in 
`cider--jump-to-loc-from-info`
       new  fb7e019557 [Fix #781] Insert the full ns-form on into dummy eval 
file
       new  7a56b6b0f4 Merge pull request #807 from vitoshka/master
       new  52d9e01c2c Update classpath response processing
       new  3f267eb5aa Fix a typo
       new  67e070c9c6 Fix cider-jump-to-resource
       new  332f3367bf Track resource middleware changes
       new  585349a496 Remove unused param from cider-jump-to-resource
       new  7ad94d5ee1 Fix a number of compile warnings in `nrepl-client.el`
       new  c9fcff3bb1 set pprint/*print-right-margin* to popup window width
       new  f843dbf15b Merge pull request #813 from vitoshka/pprint
       new  c975b48931 Merge pull request #812 from vitoshka/master
       new  8747a7f6e9 [Fix #810] don't allow requests before client 
initialization has completed
       new  7512b836b6 Merge pull request #811 from vitoshka/startup
       new  8e84d63b3a Expand nrepl--init-client-sessions's docstring
       new  a90c37f103 Expand nrepl--init-connection-buffer's docstring
       new  8fa4464502 Unify the style of comment annotations
       new  77a44c702c Refactor the interactive evaluation API
       new  f7569f5985 Merge pull request #816 from vitoshka/ieval
       new  4488c6b1d1 Bump the clojure-mode dep
       new  8b8cf4c7a2 Bump the cl-lib dep
       new  e3aab3b3eb Track cider-nrepl changes in the complete middleware
       new  42db94e9f0 Improve interactive evaluation with special buffers
       new  98e0d0af9c Strip :reload and :reload from ns-form
       new  dc5fb95139 Make `cider-repl-set-ns` to ask for ns in buffers with 
no ns form
       new  f587820bed Merge pull request #815 from vitoshka/scratch-ns
       new  57ac60494e Enhance `cider-connect` to auto-detect running nREPL 
servers
       new  34ba8452d1 Merge pull request #808 from vitoshka/cider-connect
       new  b7ca04eca6 Add `no-error` optional argument to 
`nrepl-current-connection-buffer`
       new  3d21d014fa [Fix #814] Use `cider-current-ns` instead of 
`nrepl-buffer-ns`
       new  0d3db7304a Merge pull request #817 from vitoshka/buffer-ns
       new  f630018757 Set `nrepl-buffer-ns` in non clojure buffers
       new  52edef6048 Merge pull request #823 from vitoshka/in-ns
       new  6e0e591708 [Fix #822] Rewrite nREPL connection logic
       new  165b75b078 Merge pull request #825 from vitoshka/direct-conn
       new  da1540aabd [Fix #828] Fix completion issues and don't forget 
project directory in `cider-connect`
       new  d7546f6be1 Merge pull request #829 from vitoshka/connect-completion
       new  ab782bac2a Quit stacktrace window on interactive evaluation
       new  78c66cdec2 Use `*cider-read-eval*` buffer for `cider-read-and-eval` 
error locations
       new  23f5972231 Merge pull request #831 from vitoshka/bury-stack
       new  e06aef11d6 [Fix #834] Don't use `select-window` in 
`cider-popup-buffer-display`
       new  7a227fda1c Set `paragraph-start` and `paragraph-separate` in 
*cider-messages* buffer
       new  94a38fe470 Merge pull request #841 from vitoshka/mess-para
       new  062380944d Merge pull request #837 from vitoshka/834
       new  c5f140c0d5 [Fix #838] Inline eldoc-beginning-of-sexp
       new  58cf88ca64 Track some changes in the info middleware
       new  76e6bc8128 Fix broken test
       new  f1ee2c8acd Code style
       new  d70542b581 Don't try to lookup eldoc for forms like (:keyword var)
       new  270047f1f4 Add super basic exception handling for sync requests
       new  0d8e01935d [c9fcff3] set *print-right-margin* in REPL window
       new  cede0ef569 [Fix #844] Detect absense of var info
       new  12f4782244 Merge pull request #846 from vitoshka/pprint2
       new  d71dd08dba Extend the words of inspiration with a Madonna quote
       new  63aae2064f Recommend the use of lein 2.5+ for cider-jack-in
       new  d4f921077f Track upstream changes to the apropos middleware
       new  428dbf470c Move information about non-canonical installation ways 
to the wiki
       new  f8739deae5 Merge pull request #840 from jauhien/master
       new  1e1d272999 Merge pull request #849 from freeduck/master
       new  f85c6a1339 Don't show eldoc if you're not in a list
       new  a97b881eee [Fix #713] Retrieve eldoc via a dedicated op
       new  7cd88d4b8c Add apropos to the list of required ops
       new  07937aee2a Strip string properties when doing an eldoc request
       new  9d5a280ba0 [Fix #782] Cache eldoc data to reduce the number of 
eldoc nREPL queries
       new  0a0b93444e Fix cider-ping command
       new  ac36215e95 Update cider-nrepl's version check
       new  5f6e73bd90 Mention nrepl-log-messages
       new  5fff55a176 Pimp the font-locking in the inspector
       new  6fd32b1215 Adjust inspector prompt
       new  22285653ec Create a basic major mode for nREPL messages
       new  dce1d9e191 Display the result from file-load like the result of an 
interactive eval
       new  c4f9e49683 Fix eldoc formatting in company
       new  0898b38118 Revert "don't dispatch to nrepl--make-default-handler 
and throw an error instead"
       new  9b086b9e2e [#853] Workaround for nREPL responses without a matching 
request
       new  e4adc5e7fb Update the MELPA urls
       new  59a6b5cf30 [Fix #860] Use non-gready .+ in 
`cider-ps-running-nrepl-path-regexp-list`
       new  0221d16955 Merge pull request #862 from vitoshka/regoverflow
       new  eb41defa41 Track upstream changes in toggle-trace's implementation
       new  73996a9890 Improve `cider--goto-expression-start`
       new  39ec9f51b5 Don't use callback buffer in compilation error 
highlighting and navigation
       new  5a58af1a4f Execute each response in process buffer
       new  a138f52fc4 Easier to understand how to set up dependencies
       new  962a360e09 Merge pull request #863 from slipset/master
       new  950c4ae81d Add the ability to jump to a definition from a docview 
buffer
       new  cf4f91e716 Add missing empty line
       new  ed071a3911 Kill a trailing space
       new  4d337c0906 Kill some commented out code
       new  1b917a9b88 gittip is now gratipay
       new  ff0fcbd5e1 cider-repl-buffer was changed to cider-repl-name
       new  8951bf946b Merge pull request #864 from 
alexander-yakushev/bad-context
       new  6a35f3cdeb Improve `cider-jump-to` logic
       new  d31f18c32b Merge `cider-highlight-compilation-errors` and 
`cider-jump-to-error-maybe` into `cider-handle-compilation-errors`
       new  864af7f912 Track current buffer in interactive evaluation handlers
       new  0ff3bb0f33 [#856] Push mark and use `cider-jump-to` in 
`cider-handle-compilation-errors`
       new  c3d8f39b87 [Fix #856] Add 'errors-only option to 
`cider-auto-jump-to-error`
       new  e7f1ae0e95 [Fix #847] Don't auto-jump to error if eval buffer has 
been covered
       new  aaad601d61 Avoid covering selected window in `cider-popup-buffer'
       new  15479fac46 Merge pull request #866 from vitoshka/jump-to-error-2
       new  f54aaa2628 Font-lock properly error output from load-file
       new  732e69ffbb Font-lock properly error output from 
cider-eval-print-handler
       new  d56bd8cab3 Add an inspirational quote by Edsger W. Dijkstra
       new  b92fd0ee44 nrepl -> nREPL
       new  24d7c26731 Close nREPL client sessions on disconnect
       new  87975f12f6 Code style
       new  45a0e51319 Implement the ls-sessions nREPL op
       new  de09901aa6 Make it possible to kill an nREPL session interactively
       new  039e22a813 Update the changelog
       new  a244197fdd Fix a typo
       new  d9e5140aef Fix a couple of broken tests
       new  3585b25ded [#868] Handle stdout and stderr responses for test 
requests
       new  7a7f0c7522 Don't pipe output into a killed popup buffer
       new  37cbd21798 Merge pull request #870 from vitoshka/popup-live-buf
       new  2c87ca3d5e Add a command to display an nREPL session description
       new  aa11d29fcb Refine REPL menu
       new  6a3582dfdb Extend the REPL menu
       new  efce8f708b Code style
       new  4722f9f098 Rename cider-load-current-buffer to cider-load-buffer
       new  b8fcfb0d2f [Fix #865] Add cider-eval-buffer alias for 
cider-load-buffer
       new  eec7675096 Add cider-eval-file alias for cider-load-file
       new  b5c57b62da Fix a typo
       new  0901af994c Extract the apropos and grimoire functionality into 
separate source files
       new  c11d441d3b Fix a typo
       new  3a3aa9950f Fix buffer name
       new  919b97d5ee Fix broken tests
       new  1bb6a8d49c Add MELPA badges
       new  6180bc8325 Extract hardcoded inspector buffer name into a constant
       new  28a7d4c6cc Add the inspector buffer to the list of ancillary buffers
       new  95a899240c Simplify cider-to-nrepl-filename-function
       new  1ac5ba3c68 add whitespace README shenanigans
       new  9ee5c7464b Merge pull request #873 from tonini/master
       new  64012de68d A few indentation fixes
       new  dbdc1c3b40 Track cider-nrepl tracing changes
       new  c31a8626fd Implement ns tracing
       new  9da4bee371 Make var tracing aware of non-traceable vars
       new  7ef2c4464c Add missing space
       new  63b58dfc26 Fix docstrings
       new  07836b22f4 Fix cider-toggle-trace-var's docstring
       new  f768bf5d50 Fix toggle-trace-var op name
       new  864dd3ec6e Using sync-requests is not really discouraged
       new  e1d4d26c6f Whitespace & indentation fixes
       new  89e4f4c6e3 Require everything in clojure.main/repl-requires on 
startup
       new  ec96953e79 Handle nil as the value of nrepl-sync-request-timeout
       new  ee3fdfbf0d [Fix #777] Honour lein's :init-ns on startup
       new  524dea5587 [#784] Document the existence of 
cider-test-infer-test-ns and make it a defcustom
       new  f1d75e47fa Mention cider-test-show-report-on-success in the README
       new  2420bd60ca [Fix #784] Make it possible to run tests in the current 
ns with `C-u C-c ,`
       new  c8f4e7c15b Merge pull request #832 from vitoshka/read-eval
       new  7dec70e58d Fix ns detection logic in cider-read-and-eval
       new  756dea0620 Update changelog for cider-read-and-eval history fix
       new  18c7d04483 [Fix #876] Fix cider-change-buffers-designation
       new  1ffa8b08ef Fix broken test
       new  57ace07ee0 Add cider-nrepl-session-buffer to cider-ancillary-buffers
       new  c8a40997e2 Add a screenshot
       new  546c9b9328 Quit cider popup buffers with 'append argument
       new  244ba6195f Mention some of the more prominent features in the README
       new  5be523c8bd Merge pull request #877 from vspinu/quit-append
       new  f95a6b993c Release 0.8.0
       new  14a7a7f42a Catch up with a bugfix release of cider-nrepl
       new  32c29796ef Add 0.8.1 to the changelog
       new  b7be39b93c [Fix #883] Encode properly the javadoc url
       new  d761381fa4 Correct cider-toggle-trace-* bindings
       new  877670e8a4 Merge pull request #890 from danmidwood/master
       new  d29931c007 Remove obsolete make targets package and packageclean
       new  ea6ae347ef Update .gitignore
       new  b834f5b3ed Update some MELPA references
       new  4f9496594d [Fix #867] Fix (cider-grimoire-lookup) regression due to 
HTTP 301 (Moved Permanently) to the old Grimoire URL.
       new  08518f6ffc Merge pull request #891 from pw4ever/issue867
       new  60a83ee4b2 Mention Marmalade in the installation instructions
       new  4784bf9f75 Add quote from Einstein about simplicity.
       new  02ae59e42b Merge pull request #897 from eigenhombre/master
       new  0c56233f1e Clarify interrupt entry in the menus
       new  85efcae6d9 Fix REPL menu tracing entry
       new  6f46bb73b2 Bump the version to 0.8.2-snapshot
       new  b03d3a0c4b Update the meaning of CIDER
       new  48fceed956 Put font-lock-face in rear-nonsticky when the 
font-lock-face property in used
       new  956cd189d9 Merge pull request #902 from wlabelle/nonsticky-fix
       new  13724e7f6c Update the changelog
       new  7935cccefb [Fix #888] Handle comments in cider-repl-mode
       new  325078dd5b [Fix #880] Update reference to 
nrepl-make-connection-default in the README
       new  7431d6ff62 Fix a docstring
       new  8a128dd79e Fix a docstring
       new  1dba82f40f [Fix #830] Stop using load-file for most interactive 
evaluation commands
       new  f889460900 Update the contribution guidelines
       new  0ca359fa2a [#912] Improve a bit the robustness of the cider-restart 
command
       new  797d473f21 Remove redundant url-encode-url invocation
       new  92d5ffd6cb [Fix #885] Ensure text property keys are symbols.
       new  f7f953e067 Merge pull request #918 from llasram/intern-keys
       new  0a63bfdd58 [Fix #495] Add some ClojureScript usage documentation.
       new  eb330d7f29 Tidy table of contents in README.md
       new  c197cd6ffd Merge pull request #911 from 
cichli/clojurescript-documentation
       new  d2e370dd9a Fix Tab-completion in cider-read-from-minibuffer
       new  13fc517043 Use completion context only in clojure-mode buffers
       new  8ae2fe89d2 [Fix #894] Make it possible to enter any symbol with 
cider-read-symbol-name
       new  da02879e2f Use the clojure-mode-syntax-table when reading Clojure 
code from the minibuffer
       new  f93ccf5583 Report Clojure's version including its qualifier
       new  4c0b1141fd Release 0.8.2
       new  43120de5f8 Start work on 0.9
       new  8a185a3f99 Indentation fixes
       new  7cf1edfe37 [Fix #922] Update `make test` and add testing note to 
README
       new  58a1730da1 Prioritize a buffer-local ns over the REPL's ns
       new  8110c99161 Make it possible to trigger Grimoire doc lookup from doc 
buffers
       new  c1d9f81690 Quick and dirty fix
       new  725ee47ac4 Merge pull request #926 from 
pandeiro/makefile-tests-cask-build
       new  0f6c757dad Replace nrepl-buffer-ns with cider-buffer-ns
       new  500c8216ff Make it possible to trigger in-browser Grimoire doc 
lookup from doc buffers
       new  4ae2f37ee8 Ensure buffer local variable is not cleared by mode 
change.
       new  f24dee0241 Merge pull request #927 from greywolve/patch-1
       new  f42ef6d978 Isolate `nrepl-client` connection logic from CIDER
       new  6ec5ceac22 Merge pull request #903 from vspinu/isolate-nrepl
       new  4ad8383842 Use Grimoire 0.4.6 /search
       new  0454e5c069 Merge pull request #929 from arrdem/master
       new  ef645cfa14 [Fix #930] Explain in README how to use local JVM API 
doc over the online version on Oracle's site.
       new  1f952699e5 Merge pull request #932 from pw4ever/issue930
       new  1b1bb3cc69 [Fix #934] Simplify eldoc setup
       new  c5a43a28e8 Compilation optimizations
       new  6df2d8592c Define cider-turn-on-eldoc-mode as an alias for 
eldoc-mode
       new  af1667d59d Use #' where appropriate in the README
       new  2dad9d7d33 [Fix #921] Non-interactive `cider-jump-to-var`.
       new  4b402086e5 Merge pull request #941 from 
llasram/noninteractive-cider-jump-to-var
       new  c394fab9f0 Added Gitter badge
       new  ae3cc632d6 Merge pull request #942 from gitter-badger/gitter-badge
       new  8f248a865a Display the gitter channel more prominently
       new  37667a7656 [Fix #909] Don't rely on eval's response for REPL ns 
tracking
       new  60ac582776 Fix typo in cide-mode-line docstring
       new  c1c527a6b0 Merge pull request #945 from tanzoniteblack/ligher-typo
       new  f01b6f9f82 [Fix #920] Implement boot support for cider-jack-in
       new  dc2c88c174 Merge pull request #947 from pandeiro/boot-support
       new  338dfd0530 Add section on nREPL middleware use with Boot
       new  99f262a97b Merge pull request #948 from pandeiro/boot-support
       new  73f92717fc [Fix #949] Define custom cider-default-repl-command.
       new  2443eaf254 Bump clojure-mode dep to 4.0
       new  879556cd30 Add missing space to docstring
       new  c42925f9fe Avoid a forward reference to 
cider-to-nrepl-filename-function
       new  0f0f082093 Use sshx instead of ssh in cider-select-endpoint
       new  db10301614 Merge pull request #953 from federkasten/ssh-to-sshx
       new  7ad39170f1 Rephrase a sentence
       new  cf507d223b Merge pull request #951 from 
pandeiro/projectless-repl-bugfix
       new  f7239a2007 Reorder and clean-up some browse-ns code
       new  72e8e1926c Take care of a compilation warning
       new  8d90946542 Use #' where appropriate
       new  ecb3c5de99 Use cl-oddp instead of oddp
       new  7808a109ed Fix a couple of broken message invocations
       new  ebd5e9843a Take care of some compilation warnings
       new  8bede86f15 Avoid a recursive require of cider-interaction
       new  9fca7887e9 Move a few requires where they belong
       new  50f2621759 Move cider-sync-request:macroexpand to 
cider-macroexpand.el
       new  4bb032bbfc Eval ns forms in the "user" namespace on interactive eval
       new  7c639f9aab Deprecate redundant cider-eval
       new  83d360d474 Give repl prompt its own 'field' text property
       new  9b2a8e76ef Merge pull request #936 from GordonGustafson/master
       new  64b883214c Fix arg name
       new  68de95093a [Fix #954] Detect project root properly in non 
file-visiting buffers
       new  5001f7fee8 [1dba82f] On error don't auto-jump to tooling files
       new  4b66bff458 Add nrepl-dict constructor
       new  6e8bffa214 Favor error lines reported by stacktrace
       new  d309a991c0 Merge pull request #854 from vspinu/stack-nav
       new  57669571dd Merge pull request #962 from vspinu/form-init
       new  aa80e2c856 Auto-eval source buffer ns form when needed
       new  3b9dcfe06c Merge pull request #956 from vspinu/950
       new  7ae6bc5366 Add a few docstrings
       new  d5bd33e1fa Merge branch 'master' of github.com:clojure-emacs/cider
       new  b661d10199 Add code formatting commands
       new  f7b169f4b7 Fix indentation
       new  d20f02e486 Merge pull request #973 from cichli/fix-indentation
       new  1b7e64ad98 Add support for pprint middleware
       new  d76aab00b4 Fix typo
       new  a036623a15 Merge pull request #974 from cichli/fix-typo
       new  2969118664 Merge pull request #972 from cichli/pprint
       new  ce92fa1b4a Fix ansi output coloring for test failures
       new  389b8902fa Delete unused function cider-repl--mark-output-end
       new  80d9567b36 Describe purpose of cider-repl-output-start/end in 
docstrings
       new  11fdeb4b84 Add support for format-edn middleware
       new  dbf5e281f7 [Fix #977] Properly indent the result of 
cider-format-region
       new  f54c9b5f51 Merge pull request #976 from GordonGustafson/master
       new  060817b136 Merge pull request #978 from cichli/format-edn
       new  358c737c3d [Fix #979] Add cider-inspect--popup-buffer for inspector
       new  f002ccaa1a Fix typo
       new  fa13772cc6 Merge pull request #980 from cichli/fix-inspector-popup
       new  8a18cf9a08 Prefer find-buffer-visiting to get-file-buffer
       new  2f359519a3 Merge pull request #982 from cichli/find-buffer-visiting
       new  c699d7c1b1 [Fix #970] Warn when used with incompatible nREPL server
       new  e2775111a0 Display error output in cider--check-required-nrepl-ops
       new  d787aac9e9 Allow the prompt to be tailored by adding 
`cider-repl-prompt-function` and `cider-repl-default-prompt`.
       new  cec7613c11 Merge pull request #984 from 
simon-katz/make-the-prompt-tailorable
       new  a591f0fcae Relative path is better than absolute path
       new  5dd923433d Merge pull request #990 from syohex/use-relative-path
       new  9a368fe645 Give cider-repl-handle-shortcut a nicer error message
       new  421d34edc5 New defcustom `cider-auto-select-test-report-buffer`
       new  83fb320bc8 Merge pull request #991 from mwmitchell/master
       new  033dea0fbd Merge pull request #987 from rntz/master
       new  7e4f4beda7 Add missing package-version property
       new  5b8f98c66a Fix indentation
       new  4f916d2f75 Add quit to the list of REPL commands
       new  2aa48f237e Use #' where applicable
       new  786a98ba7e Add restart to the list of REPL commands
       new  57d7776fde Add support for middleware-annotated completion 
candidates
       new  cf495921c0 Enable annotated completion candidates by default
       new  8502a3f670 Add function cider-insert-region-in-repl
       new  d153cd5655 Merge pull request #986 from syl20bnr/send-region-to-repl
       new  9c1f99af38 Kill some tabs
       new  eb172036cc Merge branch 'master' of github.com:clojure-emacs/cider
       new  9520007fd2 Merge pull request #993 from cichli/completion-metadata
       new  7bb25903fa Fix style
       new  a68fb5b0d9 Add options for configuring completion annotations
       new  262119dcc5 Merge pull request #995 from cichli/completion-metadata
       new  8bc09037a4 Update copyright years
       new  7fe58f2f86 Add annotation for `local` completion candidate type
       new  547e639091 Merge pull request #997 from cichli/local-candidate-type
       new  a33eba610b Add annotation for `keyword` completion candidate type
       new  8a35ee9207 Fix typo in cider--format-buffer
       new  6b7caffe00 Fix style
       new  efcd80a0c7 Merge pull request #1001 from cichli/fix-format-buffer
       new  e39543b49b Merge pull request #1000 from 
cichli/keyword-candidate-type
       new  4bbe9ccf59 Explain what CIDER means :-)
       new  e7667eb53f Send ns with interactive eval requests
       new  3786e9e743 Merge pull request #1003 from cichli/master
       new  09ed3c75ba Update inspector to use :inspect option of eval op
       new  78d6834644 Merge pull request #1009 from cichli/inspector
       new  15f1c376a9 Use #' where applicable
       new  9a604b0f94 Add missing completion annotations
       new  9bea58dd6a Merge pull request #1010 from 
cichli/missing-completion-annotations
       new  8f2fa9279e Fixed typo in README.md
       new  5c27399a48 Merge pull request #1012 from cglwn/typo-fix
       new  64be20c512 Clear stacktrace buffer prior to rendering
       new  a95d17b508 Reuse the same window for consecutive stacktraces
       new  5df04b0d32 Use the REPL buffer's ns when evaluating code in the REPL
       new  c9baef750f Merge branch 'master' of github.com:clojure-emacs/cider
       new  de0d752969 Merge pull request #1013 from 
cichli/clear-stacktrace-buffer
       new  7eaf496f7e Restore inhibit-same-window behaviour
       new  4b2732e7ff Handle gracefully missing nREPL version
       new  7f7f9f9413 Don't popup the same buffer in multiple windows
       new  5124c2bd4c Merge pull request #1015 from cichli/inhibit-same-window
       new  da652f7313 Ensure point is moved correctly when rendering stacktrace
       new  80d1c0820a Fix style
       new  f87bb76027 Add cider-stacktrace-print-length
       new  b97e2dbbe7 Mention #1004 in CHANGELOG.md
       new  dd7b79ea9c Merge pull request #1016 from 
cichli/stacktrace-print-length
       new  1fe1d52eb8 Rename `value` slot in `ns-list` and `ns-vars` responses
       new  6c57dd09fe Merge pull request #1023 from cichli/rename-value-slot
       new  d4d9c7281c Remove unused function cider--sync-request-value
       new  59671a7d2d Merge pull request #1020 from cichli/error-buffer-point
       new  12dc6756b4 Add `nrepl-repl-buffers` function
       new  c313a5237c [#955] Reuse existing repl buffer when cleint process 
had died
       new  1120b62f47 Add password listener to `nrepl--ssh-tunnel-filter`
       new  e290687d2e Merge pull request #958 from vspinu/955
       new  88206c684f Merge pull request #1028 from vspinu/ssh-password
       new  61ff769ca0 Document recent changes by @vspinu
       new  3143f83c27 Merge pull request #1029 from vspinu/master
       new  bb108a44b5 [FIX #1024] Do not move up at the beginning of the buffer
       new  f3f62e6fa2 Merge pull request #1025 from danskarda/fix-1024
       new  b0dab074f5 Code style
       new  1b357033a2 Send the complete ns form in interactive eval requests
       new  e96925e859 Merge pull request #1030 from cichli/send-full-ns-form
       new  3fe283f366 Use `face` text property for error buffer buttons
       new  fe7fc29c6b Merge pull request #1034 from 
cichli/button-face-text-property
       new  1d6c85ba62 [Fix #699] Prompt for symbol in interactive doc functions
       new  e3181e1f7e Fix indentation
       new  012ccb397f Merge pull request #1031 from EricGebhart/doc-prompt
       new  4a28fbbf80 Merge pull request #1037 from cichli/fix-indentation
       new  3992604868 Allow buffers with no file to be formatted
       new  eadac9f217 Merge pull request #1039 from 
cichli/format-buffer-file-restriction
       new  370ef2f592 Add edebug specification to `nrepl-dbind-response`
       new  48e06dbf63 Merge pull request #1042 from vspinu/master
       new  554430b049 Example bind to localhost instead of every interface
       new  a3083cbded Merge pull request #1043 from hura/patch-1
       new  1202eb5b48 Add `cider-prompt-for-symbol` option
       new  9492a05223 Merge pull request #1044 from cichli/prompt-option
       new  f0145830eb nrepl-client.el: Add an input-handler queue
       new  d6b6d77583 Add cider-debug.el: Interactive debugger similar to 
edebug
       new  b22a523fca Merge pull request #1019 from Malabarba/debug
       new  6f3908d79a Keep rocking :-)
       new  320f12563e Mention the debugger in the list of features
       new  8d317fe91b Whitespace fixes
       new  ca62f4c523 Use unicode copyright symbol
       new  af2648bce1 Pass right-margin opt in `cider--pprint-eval-form`
       new  931bc79446 Merge pull request #1047 from 
cichli/pass-right-margin-opt
       new  c83c59ddb5 Fix a docstring
       new  8814c41524 Refine the minimum required nREPL version message
       new  c5661d7801 Delay creation of error buffer until the error can be 
rendered
       new  26ac3123c0 Merge pull request #1046 from 
cichli/delay-error-buffer-creation
       new  9285b4124d Use :debug-value instead of :value
       new  125583768f Merge pull request #1053 from Malabarba/master
       new  5528f1e28b [#1032] Combine jump-to-var and jump-to-resource into 
one function
       new  ceb2d7df75 Merge pull request #1036 from EricGebhart/jump-to
       new  fad5e90c71 [Fix #1057] Update a couple of references to 
cider--jump-to-var
       new  699cbec6cb Remove cider-jump's alias
       new  628336a4a8 Mention my (not particularly good) Clojure/conj 2014 talk
       new  e5c83d77c0 Mention cider-eval-sexp-fu
       new  5a9c339dd2 Remap cider-grimoire to `C-c C-d r` and `C-c C-d C-r`
       new  75b63a4a5c Kill an extra blank line
       new  339905246e Remove obsolete variable alias nrepl-log-events
       new  ea449959e0 Fix encountering "need-input" status in 
`nrepl-send-sync-request'
       new  5d48f3ce19 Merge pull request #1074 from Malabarba/master
       new  dfeb76941f Fix evil's string objects not working in the repl
       new  4e1d14f1cc Merge pull request #1075 from 
expez/fix-string-objects-in-repl
       new  f24cf862f6 Set checkdoc-arguments-in-order-flag to nil
       new  c777d489c2 [#1069] Handle missing doc better
       new  4a9147f825 [#1069] Show a link to the source in the doc buffer
       new  213c293c0f Code style
       new  4c961d9280 [Fix #1014] Jump-to other window with prefix
       new  38add97f77 Code style
       new  0b02b14757 Merge pull request #1040 from 
EricGebhart/jump-other-window
       new  1c8fb7edc4 Code style
       new  b7d0b16a48 Use string-match-p/looking-at-p as possible
       new  a07262b417 Merge pull request #1080 from syohex/refactoring
       new  a914e5d27a Code style
       new  5d1cfa57a7 Add maintainer header
       new  36786465b3 Fix a docstring
       new  0b39b854e9 Improve a docstring
       new  d0d2a669e9 [Fix #1078] Remove cider-load-fn-into-repl-buffer
       new  934463cf4b Merge pull request #1082 from 
clojure-emacs/remove-cider-load-fn-into-repl-buffer
       new  9ff62a39f3 Update ClojureScript documentation
       new  f78f4cdf54 Fix a compiler warning
       new  e8b1330f17 Remove an unused variable
       new  b4a7ebc09f Remove an unused function
       new  ad5c7fd485 Fix a compiler warning
       new  d373cb1f87 Remove the / prefixing vars in cider-browse-ns
       new  33ab642100 Do nothing on blank lines in cider-browse-ns
       new  0d30e6fe2b Add 'd' and 's' to cider-browse-ns-map
       new  85d16c8a51 Mark private functions in cider-browse-ns
       new  9ebcba21f0 Merge pull request #1084 from 
clojure-emacs/tweaks-to-cider-browse-ns
       new  16e1b77cc6 Rewrite cider-debug and document new debugging keys
       new  0e2899a9ff Use _ where appropriate
       new  134873479b Remove unused parameters from cider-default-err-handler
       new  9b2b313306 Remove unused parameter from cider-test-stacktrace
       new  b957e29b3d Move var declarations to be before where they're used
       new  79115faa13 Add missing require
       new  f15b6108d6 Merge pull request #1085 from 
Malabarba/rewrite-cider-debug
       new  208ff9a6fc [Fix #1062] Add completion candidates to 
cider-find-resource
       new  f8907bb777 Small changelog tweaks
       new  34273f44d2 Merge pull request #1086 from cichli/compiler-warnings
       new  7d387dd94d Remove obsolete cider-eval-buffer command
       new  a02cca85e6 Code style
       new  ad53f5b5a7 Fix some comments and docstrings
       new  ce1c2f51fc Add validation for empty path to cider-find-resource
       new  db1831a621 Code style
       new  30645212ac Fix typo
       new  e27f4828a0 Merge pull request #1087 from syohex/fix-misspelling
       new  4d0fb65c08 Fix a typo
       new  973f115c7c Update changelog
       new  fa162fb2c9 Add support for refresh middleware
       new  c12276a4ba Update changelog
       new  c85d5ae23c Merge pull request #1041 from cichli/refresh
       new  d0571da3cf Enable cider-stacktrace-mode before displaying the error 
buffer
       new  f713020b6f Add cider-macroexpansion-print-metadata option
       new  d5799bede1 Fix a typo
       new  b6c7cd7a9e Kill a redundant blank line
       new  e64dfdabea [Fix #1061] Add cider-find-ns
       new  c5207720ea Merge pull request #1093 from clojure-emacs/cider-find-ns
       new  3bb5c40ef7 Fix a keybinding in the changelog
       new  6e0a4eed07 Fix missing space in Grimoire prompt
       new  c03a988b4b Use #' where appropriate
       new  63e6e68237 Display the current connection in cider-mode's modeline
       new  cdf75b1f3c Remove the obsolete function alias for the cider-connect 
command
       new  d16cd8448a Use #' where appropriate
       new  2e0f543279 Update the CIDER group description
       new  c7390700d9 Tiny improvements
       new  c7d433717e Don't display the current ns in the connection info
       new  1964c20fe7 Fix an invalid face usage
       new  1449cf6fb3 Fix a docstring
       new  83ec392864 Add support for `pprint-out` slot in eval responses
       new  a61ecd9a10 Merge pull request #1098 from cichli/pprint-out
       new  eef306901d nrepl-client.el (nrepl-send-sync-request): New optional 
argument
       new  19bf3f9205 Improvements to cider-eval-defun-at-point
       new  fc5e0336d9 Merge pull request #1101 from Malabarba/master
       new  89b0919c1c Update link repository RainbowDelimiters
       new  a0758e36cb Merge pull request #1103 from 
edipofederle/update-read-link
       new  5507c6c2f3 Bump the Emacs dep to 24.3
       new  48c680ee92 Remove redundant cl-lib dep
       new  c43b727e6c Remove carriage returns when decoding strings
       new  502c6d35aa [Fix #1105] Set eldoc function when reading from 
minibuffer
       new  a13c12f2f9 Merge pull request #1108 from tsdh/master
       new  7f73323d1a Use #' where appropriate
       new  f6903d71f7 Fix bad link in contributing.md
       new  c6e57f9013 Remove an extra space
       new  422b96c2b7 Use #' where appropriate
       new  bc02a48008 Improve a docstring
       new  4283d3aee5 Fix a typo
       new  5d01de25d3 Fix a typo
       new  3d9ed3e178 Update README.md
       new  bf050a1760 Merge pull request #1116 from chptx/master
       new  4e6b0b9f51 Add an option to disable automatic cider-mode
       new  da768bb0fb [Fix #1111] Clean up the cider-mode & cider-repl-mode 
menus
       new  73e9ab3b76 Merge branch 'master' of github.com:clojure-emacs/cider
       new  9c4eb0e549 Mention #cider on https://clojurians.slack.com/
       new  3fc5d4f94a [Fix #1067] Add a troubleshooting section to the README
       new  40b6964ef1 Add the troubleshooting section to the table of contents
       new  5b5615ed15 [Fix #1088] Kill source-tracking evalution
       new  501e3484ca Merge pull request #1109 from abo-abo/master
       new  b983db6a36 Tweak changelog
       new  a092c74f13 Remove clojure-enable-cider and clojure-disable-cider
       new  2c0ca62f94 Document cider-auto-mode
       new  0521e0404a [#1104] Clear the cached ns form on quit
       new  1f6a37527d Improve a docstring
       new  b2ac07d07c [Fix #1077] Respect 
`cider-repl-display-in-current-window` in `cider-switch-to-last-clojure-buffer`
       new  9fa3f31f0e Document verbose-debug
       new  0e50abd3d0 Bring back "namespace-not-found" status
       new  c8785c47e0 Merge pull request #1119 from Malabarba/master
       new  8a42fadff7 Merge pull request #1118 from abo-abo/master
       new  88a0e0c652 Improve formatting
       new  c980119074 [Fix #1106] Display local variables in the debugger
       new  3487955dd6 Merge pull request #1121 from Malabarba/master
       new  b71049a68b Fix cider-insert-in-repl indenting too much
       new  59b3d5edd9 Fix occasional (wrong-type-argument stringp nil)
       new  d7062b0b0d Fix cider-insert-in-repl not appending
       new  4f32dbabab Merge pull request #1125 from 
clojure-emacs/insert-in-repl-bug
       new  920c2e8a1c Update the recommended steps when reporting issues
       new  7de3e991a0 Merge pull request #1131 from 
clojure-emacs/update-issue-reporting-steps
       new  3b1c837e6c Kill some dead code
       new  3d67c24f7e Remove usages of `first' and `second' from cl
       new  9397f47553 Use cl-ecase instead of ecase
       new  3dcbf1823f Release 0.9.0
       new  9b19e218bc Remove an irrelevant changelog entry
       new  fa8aadcd66 Fix corner case with locals display
       new  7143a5c67f Merge pull request #1135 from Malabarba/fix-locals
       new  53f77360f8 Merge pull request #1128 from Malabarba/master
       new  e8aaf47344 Change the README to show new bindings for Grimoire
       new  010dfb89fb Merge pull request #1136 from vedang/grimoire/fix-readme
       new  7472317afb Use cl-assert instead of assert
       new  331020dccb Add a note about manual nREPL upgrade
       new  11859d18b4 [Fix #1141] Mention how to uninstrument a form in the 
README
       new  de23b4dd2b [Fix #1139] Correct the handling of ns forms and forms 
with unevaluted ns
       new  47739b6bd1 Fix a couple of changelog entries
       new  c5adef48c4 Bump the version to 0.9.1-snapshot
       new  12d9061549 Mention recent bugfixes in the changelog
       new  b7fb01cef5 Extend the section on manually upgrading nREPL
       new  9f3a409a75 [Fix #1122] Run client initialization in new client 
buffer
       new  9a0a6b0ce2 Merge pull request #1150 from vspinu/1122
       new  eebb89117d [#1122] Add changelog entry
       new  ec91732d14 Use `pop-to-buffer-same-window' instead of 
`switch-to-buffer'
       new  d2d969ef78 Replace "fancy" double quote character with "regular" 
double quote
       new  fdb9342ed9 Update `Using Boot` section in README.md
       new  fe6c136657 Fix behavior of cider-switch-to-current-repl-buffer
       new  8bb3890ff7 Merge pull request #1153 from 
whysoserious/fix-cider-switch-to-current-repl-buffer
       new  1cd643cc49 Merge pull request #1152 from j1n3l0/master
       new  eabd9523d1 Merge pull request #1151 from 
whysoserious/update-boot-docs
       new  5f34683d25 [Fix #1142] Don't sniff for ports when port is present 
in `cider-known-endpoints`
       new  2cce7211a3 Merge pull request #1156 from vspinu/1142
       new  b1be1634ed Add overlays to the debugger
       new  2c4ae7203b Merge pull request #1155 from Malabarba/debugger-overlays
       new  b735d2df3e Use fringe arrows on the debuger
       new  1ffa46185d Merge pull request #1160 from Malabarba/debugger-overlays
       new  6f83c0baa6 [Fix #1143] Handle tests without location metadata
       new  ccf85d046d Fix a deprecation warning
       new  7320c8d25d Code style
       new  fdb83ec95f Fix a docstring
       new  50297554e5 Tiny fix
       new  bd30ad7a35 Enhance ns form caching
       new  63f689c3b8 Fix a few deprecation warnings
       new  8f7f123614 Fix a docstring
       new  a68761b928 Add a section on var metadata in the caveats listing
       new  89e6217a1e Release 0.9.1
       new  311df3c1b7 Fix a malformed call-site
       new  af17b0ab63 Change when-let to -when-let
       new  18485506dc Merge pull request #1164 from abo-abo/master
       new  26d5415942 Rewrite the debugger
       new  95ba59da43 Merge pull request #1149 from Malabarba/master
       new  bba9c9eb95 Bump the version to 0.10.0-snapshot
       new  3a623403f4 Debugging is now a minor mode
       new  09c1d2eff5 Debugger will popup a buffer if source has changed
       new  3e56eb4360 Add support for debugging function literals
       new  833df98c6d Merge pull request #1172 from Malabarba/master
       new  0b510a662e Extract function cider-set-relevant-connection
       new  5428f24375 Default project prompt to nrepl-project-directory
       new  14a393939e Merge pull request #1165 from 
ryfow/extract-set-relevant-connection
       new  7bf27c7904 Define command to run -main
       new  1709246906 Merge pull request #1174 from Malabarba/master
       new  3e91ec68bd Add cider-run to the menus
       new  cd4d255ae5 Fix the changelog format
       new  02c4e801ec Integrate debugger with interactive evaluation
       new  4410610c0c Add partial support for debugging maps
       new  c24bd67bca Add inspecting to the debugger
       new  fe7675ca1d Define cider-debug customization group and a small fix
       new  c895d8352d Merge pull request #1176 from Malabarba/more-debugger
       new  d705a2c8b3 More informative error on cider-docview-file
       new  005c97a250 cider-jump-to supports jumping to vars by name
       new  eabfac8b5c Use clojure-mode's sexp navigation commands
       new  c97ed64420 Merge pull request #1180 from 
Malabarba/small-things-all-around
       new  685d0af4a4 Fix navigation bug introduced with map handling
       new  2b3be6565e Add a note about nrepl-ritz
       new  e5fc0690a6 Merge pull request #1182 from Malabarba/master
       new  0a8d54edea [Fix #1173] Add company setup steps
       new  96743f3419 Generalize cider-browse-ns--list to support multiple 
namespaces
       new  ce1ce8ca1f Add cider-browse-instumented-defs command
       new  c66f5e2d9b Highlight instrumented definitions in each clojure buffer
       new  b255cc01a5 CHANGELOG and README
       new  c4b8d6b24f Merge pull request #1183 from Malabarba/list-instrumented
       new  653a3437e2 Change cider-version to a defconst, so it reloads 
properly
       new  cca1c166a8 Merge pull request #1186 from Malabarba/master
       new  dbd910b9cf Mention manual completion with company in readme
       new  bdf7c48df3 Merge pull request #1185 from 
clojure-emacs/improve-company-docs
       new  534e621c93 [Fix #732] Change the semantics of cider-quit and 
cider-restart
       new  4c4080dae1 Update required company version for indent or complete
       new  a6357aeba4 Fix accidental global hook
       new  9e66f87642 On killing the client, ask the user about killing the 
server too
       new  ea8f5ed080 Merge pull request #1184 from 
Malabarba/kill-server-with-client
       new  bd505eb7e4 Add a menu to debug-mode
       new  b0e26ef54c Add configuration to move or remove the debugger's input 
prompt
       new  38c1fe42f8 Add a warning in the documentation about unreleased stuff
       new  8fcdd79660 Remove Vagrant-related stuff from the Makefile
       new  00ed1e70ee Improve overlay removal logic
       new  9559b3e231 Don't quit the debugger on C-g
       new  2c01b430cc Merge pull request #1187 from Malabarba/master
       new  ae040e6925 New debugging tool-bar
       new  98a778d414 Merge pull request #1188 from Malabarba/master
       new  854c16fe2d Fix a docstring
       new  a13b61fd32 Fix a docstring
       new  3286f0041a Configurable print-level and length for debugger values
       new  68d8c6dcef Merge pull request #1191 from Malabarba/master
       new  8ebf1b53e2 Quick fix for the debugger print-level
       new  aeebb51f21 Merge pull request #1193 from Malabarba/master
       new  d57a3edb38 Only pass print-level and print-length if non-nil
       new  1d16d244fb Merge pull request #1194 from Malabarba/master
       new  a155d7dda5 [Fix #1189] Don't show result from automatic ns evalution
       new  85efe132e5 Demote some errors to user-errors
       new  32fe4c3c5f Report debugging errors
       new  6b11217549 [Quickfix] Require inspector before using
       new  b4573a8e9d Merge pull request #1199 from 
Malabarba/important-quickfix
       new  cf625a1512 Merge pull request #1200 from Malabarba/master
       new  b18977bad4 Refactor connection closing
       new  51aed6a1d7 Define sibling buffers, hooked to die together when one 
dies
       new  83c893a706 Allow the caller of nrepl-start-server-process to 
provide a callback
       new  0b0fd09a5c Define a command to start a pair of Clojure(Script) REPLs
       new  523a541cd2 Automatically direct requests to correct Clojure(Script) 
buffer
       new  36e6b0a4a8 Small overlays fix
       new  8d79f8f0b2 Improve mode-line lighter
       new  fe05ca4cf8 Add CLJS support to Readme and Changelog
       new  ae8cda36e7 Merge pull request #1195 from Malabarba/double-client
       new  3a0d1d7692 Integrate overlays with interactive evaluation
       new  6b2e5af7d2 Merge pull request #1201 from Malabarba/master
       new  6db1315db1 [Fix #1052] Use recursive-edit in debug-mode
       new  5307f499c2 Merge pull request #1202 from Malabarba/master
       new  4ee7431ff9 Improve debugger buffer/file finding
       new  7773b917f6 Refactor debugger message handling
       new  cb7f515f38 Bump the cask version to 0.7.2
       new  27799e502d Log nREPL messages by default
       new  5da3ff3d49 Documentation and other small fixes
       new  de890541a3 Revert "Bump the cask version to 0.7.2"
       new  f856095506 Fix bug when completing with no prefix near point
       new  b9ad4c43e9 Merge pull request #1205 from 
lewang/completion-without-prefix
       new  9ec9812615 Merge pull request #1206 from Malabarba/master
       new  9906b1a814 pushnew -> cl-pushnew
       new  ed31a4cc1b Revert "Revert "Bump the cask version to 0.7.2""
       new  d668a9d2d1 Quit the debugger when the buffer is killed or reverted
       new  2d745c2977 cider-interactive-eval takes a BOUNDS argument
       new  17385d6dfc Improve usage of the eval result overlays
       new  291a1ba8cf cider-read-from-minibuffer accepts PROMPT without ": "
       new  737085d32d Merge pull request #1208 from Malabarba/buffer-killing
       new  582a197c47 Merge pull request #1207 from Malabarba/symbol
       new  e3e8637328 Better positioning for the result overlay
       new  510ea049c8 Merge pull request #1209 from Malabarba/master
       new  aa62783f25 Organize connection closing a bit
       new  13bf8efcb0 Merge pull request #1210 from Malabarba/master
       new  969063f0ce Add pagination of long collections to inspector
       new  89330ccddb Add customizable default page size to inspector
       new  b3b9bfefc5 Merge pull request #1212 from 
alexander-yakushev/pagination
       new  b1cc2b9db6 [Fix #1213] Buffer checking in 
nrepl-make-response-handler
       new  2bf5ce2df5 Merge pull request #1214 from Malabarba/fix-repl
       new  c5281641b0 Convert version warning to error
       new  5481e9c531 Add optional FACE arg to cider-emit-into-popup-buffer
       new  99d53482a6 Log cider-refresh messages to a dedicated buffer
       new  8cb434bb0d Add support for `before` and `after` refresh middleware 
opts
       new  fc8d114cd8 Code style
       new  09c65eb6be Mention code reloading in README.md
       new  c70c277a4c Merge pull request #1219 from cichli/refresh-before-after
       new  0a1935b767 Fix cljs to clojurescript in readme
       new  81e6a701af Require weasel before using it
       new  80d283ccc5 Merge pull request #1211 from Malabarba/master
       new  f1fded77cd Merge pull request #1221 from Malabarba/fix-readme
       new  f3cbe7c7ab Fix typo in README
       new  b00693ed04 Merge pull request #1223 from nblumoe/patch-1
       new  a36ad1f79c Fix a docstring
       new  34b02bd103 Fix a few error messages
       new  2476975f87 Fix a docstring
       new  efcae14728 Fix a docstring
       new  032ddcdf02 [Fix #1216] Move project-handling code to from 
nrepl-client to cider
       new  0365770556 Fix a docstring
       new  b9e485d979 [Fix #1220] Treat keywords as symbols in lookup commands
       new  97fd0ec675 Fix a typo
       new  b9aaef8c90 Rename the nREPL client process to nrepl-connection
       new  18ae10a9ef Fix a docstring
       new  3750062b42 Fix an error message
       new  31dba8eb9a Fix a docstring
       new  9c2a7abce5 Include a link on how to fix wrong nrepl version
       new  bb0da75a14 Merge pull request #1229 from 
clojure-emacs/improve-nrepl-warning
       new  4900f9336a Fix an issue with the debug-buffer
       new  bf774a7b7e Display result in the echo if the edge of the overlay is 
off the screen
       new  5bc16d826d Debugger waits a moment for process output before 
returning control to the user
       new  0dae6c073f Merge pull request #1230 from Malabarba/master
       new  9b5d14ff7d Fix inspector keybinds (and add a couple)
       new  cb35041ab8 Merge pull request #1231 from Malabarba/master
       new  3066056acc Substitute `clojure-project-dir' for 
`cider-project-directory-for'
       new  76339afd50 Merge pull request #1215 from aJchemist/patch-1
       new  1e607b081d Update the upgrading from clojure-test-mode instructions
       new  a7ee20910a Reflow a long line in the README
       new  bd42837764 Fix NodeJS CLJS REPL starting
       new  646357142f Merge pull request #1233 from jeffdik/master
       new  0bc06d67c0 Add support for `(...) to the debugger
       new  baa9369f11 [#1236] Add two more functions for use in 
cider-repl-prompt-function
       new  7432d241e0 Merge pull request #1237 from Malabarba/repl
       new  070f547bb5 Merge pull request #1235 from Malabarba/master
       new  9af04142e9 Add support for `refresh-clear` middleware op
       new  dbe7b4eb73 Add some notes on tools.namespace to the reloading 
documentation
       new  81736397a3 Merge pull request #1241 from cichli/refresh-clear
       new  7ce2ea4ce9 [Fix #1242] Make cider-last-sexp a little bit smarter
       new  002c14956e Merge pull request #1244 from Malabarba/master
       new  e5640dc4b7 [Fix #1222] Add option to apply a single face to the 
results overlay
       new  18e7bc4435 Merge pull request #1245 from Malabarba/master
       new  87711f8cce [Fix #1177] Add TAB and RET keys to the test-report 
buffer
       new  1180f8f850 Merge pull request #1248 from Malabarba/master
       new  6698fc5e0d Fix indentation
       new  eb42e617f7 Fix a docstring
       new  a84e2c10a7 Replace font-lock-fontify-buffer with font-lock-ensure
       new  6d70bcc20a [Fix #1079] Don't font-lock very long results
       new  92310b0be1 Add handling for a nil cider-font-lock-max-length
       new  67ab67dab1 Make it possible to disable Clojure font-locking for 
interactive eval results
       new  3dd8d94a6a Convert cider-font-lock-max-length to a defcustom
       new  1120e5fdd7 Fix spacing in some docstrings
       new  bc6727653f Fix undefined function
       new  b1a7b1fa35 Merge pull request #1249 from vmfhrmfoaj/master
       new  b306117020 [#1217] Add a command for associating projects with 
connections
       new  fb454fd884 Move cider-current-dir to cider-util.el
       new  b21d9b5f86 Check whether we're connected in 
cider-assoc-project-with-connection
       new  4baf1dfe72 Convert a message to an user error
       new  bf8294a956 Simplify cider-set-relevant-connection
       new  b5d4e8049a Kill the second prefix arg of 
cider-switch-to-relevant-repl-buffer
       new  053228a44f Add the ability to associate projects with connections 
on cider-connect
       new  f4c820c9cd zombi -> zombie
       new  2dd56d117f Kill some obsolete aliases
       new  9dd7462274 Fix a docstring
       new  4985db8a9b Rework cider-set-relevant-connection into a simpler 
function
       new  61705c5663 Check for connection presence in cider-quit
       new  9a4270ccc1 Dispatch interactive evaluation to the relevant 
connection
       new  d1e52747e1 Rename nrepl-current-connection-buffer to 
nrepl-default-connection-buffer
       new  72b1367abb Rename cider-display-current-connection-info to 
cider-display-default-connection-info
       new  2983890146 Make cider-display-default-connection-info operate on 
the default connection
       new  776517f6f7 Add missing obsolete version info
       new  ebf30aa3b7 Make cider-interrupt operate on the relevant connection
       new  65878aba47 Don't change the default connection when selecting a 
relevant REPL buffer
       new  7daaa765d0 Adjust terminology
       new  b913664c8a Make cider-display-default-connection-info more generic
       new  9d9d24d4c4 Fix an infinite recursive invocation
       new  a65b060d3c Add a mention of Leiningen 2.5.2
       new  0beb656790 Reflow some long lines in the README
       new  f1f8fd747c Fix a typo
       new  2ff96a9759 Fix broken tests
       new  52ce552537 Add optional params to 
cider-assoc-project-with-connection
       new  707cd6c406 Rename cider-rotate-connection to 
cider-rotate-default-connection
       new  2d89c29e9d Refine a docstring
       new  fe4acded4c Make it possible to suppress the project prompt when 
doing cider-connect
       new  895f455603 Simplify a nested list
       new  2de89b42a7 [Fix #1127] Make it possible to associate a buffer with 
a connection
       new  77f7d21d66 Simplify REPL-switching code
       new  b21572b9ca Kill a few obsolete tests
       new  475c7d6982 Add missing obsolete version
       new  c2bc28af8d Eliminate some code duplication
       new  6a597acada Improve wording a bit
       new  e03d6c0e22 Improve the front-matter of nrepl-client.el
       new  6445313910 Correct the pretty-printing message
       new  2e5655902e Update a comment
       new  d0f0e7b98b [Fix #1238] Document cider-repl-prompt-function
       new  5c5ee90964 Merge pull request #1253 from kleewho/master
       new  cfbe137eab Fix the setting of REPL namespace
       new  d19ad85f8a [Fix #1197] Display some indication that we're waiting 
for a result for long-running evaluations
       new  36e000a8a3 Merge pull request #1250 from zarkone/eval-progressbar
       new  433f0eafaf [Fix #1258] Erroneous defcustom reference
       new  a763e83ef2 Improve the formatting of the README a bit
       new  91a15d4f7a Improve wording
       new  ac9b7d3327 Reflow a few long lines
       new  9a590ecb13 Remove an obsolete comment
       new  2815cf5bc4 Fix a docstring
       new  d81b77a557 Use stdout and stderr in the names of all output emitters
       new  de3e63bff6 Mark cider-repl-emit-output-at-pos as internal
       new  53842dc5b0 Fix stderr handling in cider-stdin-handler
       new  b2baed879f Rename cider-repl-output-face and 
cider-repl-err-output-face
       new  2f354c3187 Remove some obsolete changelog entries
       new  b8f8862545 Move a changelog entry to the changes section
       new  dedab05aa7 Mention the new smart connection routing in the changelog
       new  bf72824830 Refactor to prefer when over single clause if
       new  15baecee8e [Fix #1239] Add cider-refresh-show-log-buffer
       new  a1e4d7ceba Merge pull request #1260 from cichli/refresh-echo-area
       new  2cccb45712 [Fix #1252] Fix breakage in cider-repl-clear-buffer
       new  2dccfd600a Merge pull request #1261 from 
clojure-emacs/clear-buffer-stops-working
       new  c2d21eeb9b Add a note about using cider-connect
       new  d02b56be72 Mention @cichli in the team section
       new  9ddc3c2188 Mention @expez in the team section
       new  cfa030b59d Mention @malabarba in the team section
       new  a4f482c256 Change a confusing parameter name
       new  5983fc3fc8 Mention that debugging is not supported on ClojureScript
       new  8e0541bebf Remove a mention of clojure-quick-repls
       new  34a0f55a1c Improve the README intro a bit
       new  4257f55bac [Fix #1264] Don't dispatch load-file over the default 
nREPL connection
       new  f0256324fe [#1264] Get rid of nrepl-current-session
       new  bfb63fb4f1 Define obsolete aliases for nrepl-current-session and 
nrepl-current-tooling-session
       new  5237234a2c Correct a docstring
       new  049b38a834 Kill nrepl-close-client-sessions
       new  7d71f4e04a Improve the name of a local binding
       new  79591bef38 Add a note about updating CIDER and clojure-mode in 
tandem
       new  54aa127257 Fix a typo
       new  14da8c4b3e Move host lookup code to CIDER
       new  faf708f4cf Improve code style
       new  aa97ddb709 Change utilised to utilized
       new  2495a4c57c [#1225] Move a bunch of connection management logic to 
CIDER itself
       new  07175561f6 New possible value for `cider-prompt-save-file-on-load'
       new  1d270e4b9a Merge pull request #1271 from 
clojure-emacs/noconfirm-on-save
       new  16ccd21814 Update ubuntu version - Fix vagrant provision failure
       new  f513b64db8 Make `wget` quiet when downloading cask.
       new  0c5b393b54 Fix the connection browser's buffer name
       new  3826150843 Fix a docstring
       new  d8fc78fd3a [Fix #1272] Return a proper button string in 
cider--readme-button
       new  b1641c6ed2 Simplify connection tracking code
       new  e3e8487ae8 [Fix #1267] Make results overlay compatible with 
synchronous evaluation
       new  e54f9522fc Disable spinner during debug
       new  4f8a9bbe43 Fix `cider-switch-to-repl-buffer` always setting the 
namespace
       new  62d54d64c1 Fix many compile warnings
       new  a28ad4a061 Merge pull request #1269 from 
vigneshsarma/vagrant-provision-faliure
       new  15d5f3bd10 Merge pull request #1275 from clojure-emacs/1267-overlays
       new  c25513640d Merge pull request #1276 from clojure-emacs/warnings
       new  bb06fa8d63 Eliminate usages of `cider-default-connection` in the 
nREPL client
       new  88daf76034 [Fix #1278] Change cider-current-repl to 
cider-current-repl-buffer
       new  3332dc0ce3 Merge pull request #1274 from clojure-emacs/fix-dual-repl
       new  666f895c84 Improve a message prompt
       new  3956b84e65 Move the words of inspiration to cider-util
       new  05d1a3e3af Add a TODO about the direct usage of nrepl-client hooks
       new  b9d9fdb038 Add a simple wrapper for nrepl-op-supported-p
       new  26c50a2670 Add CIDER wrappers for nrepl-send-request and 
nrepl-send-sync-request
       new  48d7dbf6f1 Fix a couple of calls to cider-nrepl-send-sync-request
       new  d765cfc719 Add explicit connection & session params to 
nrepl-request:stdin
       new  8cbdc4abaa Add explicit connection & session params to 
nrepl-request:interrrupt
       new  bbcdf94c6e Add explicit connection & session params to 
nrepl-request:ls-sessions
       new  41efdcaefd Add explicit connection param to nrepl-sync-request:clone
       new  2149f43c13 Add explicit connection param to nrepl-sync-request:close
       new  b3c376dc36 Add explicit connection param to 
nrepl-sync-request:describe
       new  71bb17b050 Fix a reference to nrepl-sync-request:describe
       new  19d022ad22 Fix inability to get a repl going
       new  9def1e7e22 Partially remove sibling connections features
       new  cdd564e72f Cleanup buffer killing logic
       new  33d90ecd07 Merge pull request #1286 from clojure-emacs/kill-siblings
       new  384ece2678 Continue to decouple CIDER from nrepl-client
       new  da83654b94 Adjust outdated docstring
       new  b20ce276d5 Remove some legacy stuff related to error handling
       new  133a188884 Improve a docstring
       new  265abebf37 Remove unused local
       new  626381a153 Fix arg order in nrepl--eval-request
       new  3be3e71bd9 Fix wrong arity in nrepl-request:eval
       new  8e0d080808 Many small code improvements
       new  87d0352ce2 Deal with buffers directly, not their names
       new  b42f2cbf82 Merge pull request #1287 from 
clojure-emacs/use-buffer-not-buffer-name
       new  9287383332 In cider-close-ancillary-buffers, check buffer exists 
before killing it
       new  7f7bd64101 Alias cider-current-repl-buffer to 
cider-find-relevant-connection
       new  bb54b7b432 Don't complain in mode-line redisplay
       new  095d5ab7d7 Replace default-connection with relevant-connection in 
most places
       new  e163425870 Make relevant-connection a little smarter, and rename it 
to current-connection
       new  9238e5c17c Merge pull request #1290 from 
clojure-emacs/connection-vs-repl
       new  3fcad8a917 Remove an unused function parameter
       new  d7f6eb15bf [Fix #1288] REPL eval with pprint not working
       new  100728f64e Really fix cider-nrepl-sync-request:eval
       new  7120811fa5 Update an overlooked usage of nrepl-request:eval
       new  d58a6c6e78 Merge pull request #1291 from 
clojure-emacs/fix-broken-repl
       new  85a94ad41c Replace an usage of cider-current-repl-buffer with 
cider-current-connection
       new  b4efe5c467 Fix reference to free variable
       new  a576929e4c Let the client configure the nREPL response handling 
function
       new  695b6eca03 Use the state parameter to keep cider-repl-type updated
       new  0c0199855e Merge pull request #1292 from clojure-emacs/handle-state
       new  cfbf021460 Convert nrepl-message-colors into a defcustom
       new  2af70973f1 Fix "unknown-session" error in cider-inspect
       new  b93c1d6139 Update the Gratipay links to point to CIDER
       new  3e34968232 Fix "no buffer" error in cider-interactive-pprint-eval
       new  ed832dcfad Move cider--connections-refresh to 
nrepl-disconnected-hook
       new  a3b1d80e84 Move pprint-eval requests out of nrepl-client.el
       new  021a33482a Fix trying to string-join buffers
       new  d431035f53 Remove Gratipay's badge as it doesn't play nice with 
their new teams
       new  f2fa89e376 Capitalize Gratipay in the README
       new  67dd908a47 Mention Salt's crowdfunding URL
       new  bfd03efb79 Mention the donations section earlier in the README
       new  ed3cc60750 Apply overlay face to the result prefix
       new  de1cf65937 Drop dependency to cider-util in nrepl-client
       new  55185e6f7f Remove the redundant fallback handler
       new  ddfe81d949 Improve a couple of messages
       new  62c4408211 Replace a message with an error
       new  2455438bec Move the code that makes the newest connection default 
to `cider-connect'
       new  e09b4e9a3b Fix cider-visit-error-buffer
       new  77bfd94292 Merge pull request #1303 from luxbock/visit-error-fix
       new  d927a8cadf Move nrepl-find-reusable-repl-buffer to cider.el
       new  d29e5f1dd6 Kill some redundant code
       new  90343561c1 [Fix #1305] Track properly connections established via 
cider-jack-in
       new  7ff2d50f89 Improve a message a bit
       new  86a0fcd05f If there are connections, don't return nil in 
cider-find-connection-buffer-for-project-directory
       new  f8b98b5ef2 Change nrepl-base-response-handler to a hook, 
nrepl-response-handler-functions
       new  e91f8ec29b [#1305] Another stab at fixing our messed up init process
       new  173ed9a9a0 [Fix #1305] Move connection update code before the 
REPL's init
       new  6636215ac2 Axe the cider-buffer-connection variable
       new  92ed85200c Stop referencing nrepl-connection-buffer in cider
       new  f71a3291bd Properly keep track of all clients connected to a server
       new  23f607dc0d Improve cider--in-connection-buffer-p
       new  fff2956175 Fix test-cider-connections-buffer
       new  c4c5aae005 Fix cider--in-connection-buffer-p again
       new  eff3d80e89 Collapse large dicts in nrepl-messages as buttons
       new  53b37d8217 Merge pull request #1307 from 
clojure-emacs/collapse-large-messages
       new  706f98a592 Simplify cider-connected-p
       new  b4fd04cb5f Improve an error message
       new  3f60c319ea Kill unused function cider-parent-ns
       new  239a780274 [#1298] Show which connections you're about to quit with 
cider-quit
       new  5729ce8c05 [#1298] Add a proper warning for killing all connections
       new  e3658a70a5 Improve connection restart messages
       new  e1d12c33b4 Fix cider-current-connection in connection buffers
       new  7427dde50a Fix a debugging corner-case
       new  37588c610f New functions nrepl-dict-merge and nrepl-dict-get-in
       new  6bd2ee792e Each repl keeps a cache of ns data
       new  7c186a0f11 New file cider-resolve.el
       new  33c026ce87 Implement dynamic font-locking
       new  ac255b9609 Merge pull request #1301 from clojure-emacs/track-ns
       new  1197ff4ad4 [Fix #1311] Use 'link face instead of 'custom
       new  9870ac225a Use k instead of C-k to close connections in the 
connections browser
       new  d4771d51fc [#1314] Fix nrepl-pp for objects other than messages
       new  823fa4fd96 Don't assume CIDER is connected to dead buffers
       new  a2cbb8e15f Use plist instead of dict when compiling keywords
       new  e77a906d69 Remove gratuitous use of CL rest function
       new  5647304cab Merge pull request #1316 from cddr/replace-rest-with-cdr
       new  3237408413 Fix indent on cider-propertize-region
       new  e99a4b152f Bump dash dependency
       new  44337420cc Add troubleshooting section about package upgrades
       new  abf2a719ff Add troubleshooting section about restarting emacs
       new  7984cacc83 Merge pull request #1319 from 
clojure-emacs/moar-troubleshooting
       new  a3afb47c7d [Fix #1317] Sanitize the way we update font-lock keywords
       new  5721c14aeb [Fix #715] Add jump to error location when clicking on 
error message
       new  cc1011c3fb Merge pull request #1325 from turbopape/master
       new  9628aea4ad Show the project directory as default when picking
       new  5aa4aceedf Merge pull request #1326 from 
Peeja/show-project-dir-when-picking-project-dir
       new  d37e5191f7 Fix warnings in cider-repl.el
       new  46a9c0e514 Fix ID/callback entries being lost in sync requests
       new  a4bb285adb Don't throw errors in cider-current-connection
       new  615b9ca755 Make nrepl-close obsolete
       new  9a30619430 Don't call nrepl--maybe-kill-server-buffer in 
kill-buffer-hook
       new  603d647329 [Fix #1298] Update server's nrepl-client-buffers when a 
client disconnects
       new  dcbc7b4b46 Simplify nrepl--maybe-kill-server-buffer a bit
       new  1d2b8fa562 Don't try to close a dead connection
       new  9eedb0562f [Fix #467] Improve completion in the repl
       new  3fd94d8482 Merge pull request #1327 from 
clojure-emacs/fix-completion
       new  e83232cea7 [Fix #1320] Update cider-repl--state-handler with the 
new syntax
       new  69b9feadf2 Merge pull request #1329 from 
clojure-emacs/new-state-tracker
       new  50e3446768 Fix a couple of function names
       new  569b8fc1ee [Fix #1334] Don't log text properties
       new  bb64d42e54 [Fix #1335] Completion in the repl not working
       new  eb446e68af Reflow a long paragraph
       new  7140c792d6 Run tests against 4 different versions of emacs
       new  c186a25f91 Merge pull request #1284 from 
vigneshsarma/run-tests-against-multiple-versions-of-emacs
       new  818863b4a5 Fix broken link in the README
       new  a97b88c36f Be a little more paranoid about stopping the spinner
       new  7588f5e93c Explain some warnings for our future selves.
       new  e6876951b2 Move popup logic to cider-popup.el
       new  6473cd433f Move some prompting functions/vars to cider-util
       new  96492a39a8 Move tooling-file-p and ensure-op-supported out of 
cider-interaction.el
       new  73cdbf414f Move doc functions from cider-interaction.el to 
cider-doc.el
       new  57866b2e8b Merge pull request #1339 from clojure-emacs/refactors
       new  78f2efe4fa Add cider-load-buffer-and-switch-to-repl-buffer
       new  1ce18754e1 Merge pull request #1232 from jeremyheiler/master
       new  04bfd779ae Small changelog fixes
       new  5419a44626 [Fix #1333] Server filter understands the "interrupted" 
exit event
       new  9b2a89af82 [Fix #1333] Catch the right event
       new  8e011aa134 Improve troubleshooting section slightly
       new  5ed7e98a9b Fix order of steps in troubleshooting section
       new  574d49f8bf Fix some unused lexical variables
       new  ffe67d966d Fix a shadowed variable and a bad function warning
       new  4e2aaca4da Fix some undeclared functions in nrepl-client.el
       new  cc5fed8b84 Declare the url-filename function
       new  edb41ce085 Move many common-use functions to cider-common.el
       new  8eeda7a19b Move -find-var functions to cider-client.el
       new  b97954c08d Move current connection logic from cider-interaction.el 
to cider-client.el
       new  e21c80c7a2 Move all -switch-to-repl logic to cider-repl.el
       new  9b1421175b Move the post-connection middleware checking to cider.el
       new  83f3fffc94 Require cider-repl in cider-interaction.el
       new  704e5a4bae Move spinner logic to cider-client.el
       new  7a4a1c7069 Move current-ns logic to cider-client.el
       new  8dc85c4501 Move connection-info logic to cider-client.el
       new  5928d1bd1d Declare many interactive functions in cider-repl.el
       new  4b46fd36cb Merge pull request #1341 from clojure-emacs/refactors
       new  5473d2c2a3 Fix a few left-over byte-comp warnings
       new  516adfe8dd Add a test for byte-compiler warnings
       new  0da5124041 Ditch -some->
       new  f5c6e15e6b [Fix #1323] Validate repl input
       new  8505aae64b Merge pull request #1345 from clojure-emacs/test-warnings
       new  9461c4a300 Fix some bad declares
       new  16abaf45fe Add a test for check-declares
       new  386befaf92 Merge pull request #1351 from 
clojure-emacs/check-declares
       new  589f4557e5 [#735] Use built-in cygwin functions
       new  a1d110b2fb Merge pull request #1350 from juergenhoetzel/master
       new  2a27fa03a7 Implement dynamic indentation
       new  4dcb937c8b Merge pull request #1315 from 
clojure-emacs/dynamic-indent
       new  74a551d2aa Fix connection detection when file is not in a project
       new  efc9bb1616 Fix some bad usages of `message`
       new  f84e979310 Do dynamic font-locking after clojure-mode's font-lock
       new  a635452d03 Add a debug declaration
       new  3b7ec7e84f Fix a corner case in cider--debug-move-point
       new  e66991b677 [Fix #1332] Don't font-lock REPL stdout
       new  e661cc23fb Font-lock REPL input as it's being typed
       new  9a79b33bcb Further unentangle cider-interaction from the other files
       new  2d3493ef46 Move switch-to-repl logic to cider-mode.el
       new  315834750d Merge pull request #1354 from clojure-emacs/repl-fl
       new  1f408b5e22 Make cider--make-result-overlay take keyword arguments
       new  a805d85cdf Fix the debugger sometimes hiding the final result
       new  2fcbec2db0 Fix missing handler for id
       new  a4fc1e9909 Make the debugger wait time a little shorter
       new  61ff50e9b9 Fix lag in the debugger
       new  442de8f5ac Cleanup the debug-input messages we send
       new  396af5f54e Speed up the cider-font-lock-as function
       new  0c5c92a6ac Speed up cider--make-result-overlay
       new  b853dc58c2 New function: cider-nrepl-send-unhandled-request
       new  0a58dda60c Document the return value of the cider-nrepl-send-* 
functions
       new  69a06787e3 Merge pull request #1357 from clojure-emacs/performance
       new  3219e6088d Add a new message of inspiration
       new  2ede5a19b8 Fix a test
       new  deb55eae33 Integrate Travis with Gitter
       new  85ceb28976 Ensure nREPL connection for load-{file,buffer}
       new  761ea8df5b [Fix #1360] Don't try to create button from a nil message
       new  e2e4237b18 [Fix #1328] Auto-scroll the *nrepl-server* buffer
       new  68f8a14f2f Clarify server port detecting code
       new  763a4f385f Fix a couple of docstrings
       new  61a986d1b8 [Fix #1363] Don't inherit from clojure-mode-map in 
cider-repl-mode-map
       new  2c6d3dd4ab Add cider-selector to the cider-mode menu
       new  f625871ed2 Add a simple command to view the manual online
       new  9f74f6907c Add a simple command to report a bug
       new  482c1ed4b6 Add cider-autoloads.el to .gitignore
       new  10a712c573 Replace cider-jump-back with cider-pop-back
       new  a567c4ae5d Add a missing .
       new  b889e68328 Add missing "commentary" section
       new  bf0857b0f5 Fix a docstring
       new  5cbbe9451d Fix a call to completing-read
       new  0eabeb1cb6 [Fix #1364] Don't rely on multi-arity of <=
       new  80d0d4370a Add tests for cider-overlays.el
       new  59592b4faf Fix overlay tests
       new  b11ba7f4e4 [Fix #1369] Mandatory optional argument in cider-refresh
       new  3dd061a1de Update the cask URL
       new  737fc1a060 Improve wording
       new  d2abe0ff32 Fix a docstring
       new  9f91f3bb0a [Fix #1300] Make it possible to quickly replicate an 
existing nREPL connection
       new  6523b393cd Fix a docstring
       new  7eb82ad9e5 Display the REPL name in the connection browser
       new  883bf16148 Fix broken test
       new  821e9b3307 Bind describe-mode in the connections browser
       new  c0c8c2529b Document how to run the byte-compilation check task
       new  120b999d4c Subscribe to server out upon connection
       new  e43e60cc34 Make cider-emit-into-popup-buffer compatible with Emacs 
24.3 and lower
       new  82e44f3143 Merge pull request #1377 from 
Yuhta/add-face-text-property
       new  cb47d71f8a Merge pull request #1376 from clojure-emacs/out
       new  c8fb695965 [Fix #1371] Font-lock deprecated vars with a background 
color
       new  e9909b86ac Add a missing Changelog entry
       new  915f5639d8 [Fix #1348] Remove dash dependency
       new  40a755554b Merge pull request #1365 from rogergl/master
       new  324896179b Fix a require
       new  778cc3d024 Fix a bunch of docstrings
       new  04a0703f81 Fix some small issues in cider-compat.el
       new  6d6078f814 [Fix #1378] cider-ovelays-use-font-lock -> 
cider-overlays-use-font-lock
       new  6a04abf16e Fix a few needless `apply's
       new  ad89ee9e35 Use make-vector
       new  33263a858c Remove many uses of `newline' for (insert "\n")
       new  4210c4d076 Normalize the usage of if/when-let with that of let
       new  fa08579760 Delete some empty lines
       new  1bbe28cfb6 Bump the clojure-mode dep to 5.0.0
       new  a6e5a4507c Mention the Cognicast's episode on CIDER
       new  30ba5f882f Mention the enhanced font-locking and indentation in the 
list of features
       new  68d8b91c3b Mention the multi-connection support in the list of 
features
       new  3f771a2588 Reflow a few paragraphs in the README
       new  2c24aaae22 [Fix #1330] Leverage the source-tracking mechanism 
introduced in nREPL 0.2.11
       new  b3c5827abb Fix a few docstrings
       new  ae56b10061 Use the new line & column metadata in the debugger
       new  6f847d19a9 Fix a few docstrings
       new  65d5799680 Add a couple of nil checks to cider-interactive-eval
       new  9e6d071468 Fix a typo
       new  cc584deaad Add a keybinding for cider-jack-in-clojurescript
       new  b96fbffba9 Add test for Windows file names
       new  6bef4f8f97 Break some long lines
       new  aeab47bd69 [Fix #1385] Test for nil in find-reusable-buffer
       new  7b27db98a8 Merge pull request #1383 from edvorg/master
       new  c642f3aacb Refactor repeated code into let binding
       new  0da920db61 Match windows file names in cider-compilation-regexp
       new  3dcce71857 Merge pull request #1384 from juergenhoetzel/master
       new  38ff9f38af Add a Changelog entry for clojure-emacs/cider-nrepl#268
       new  ac0b2408a0 Extend documentation of cider--debug-move-point
       new  a62cd0f103 Add .dir-locals
       new  fb515297a1 Refactor cider-find-reusable-repl-buffer
       new  c47d59674f Merge pull request #1388 from clojure-emacs/refactor
       new  de9a9453fb Add basic gradle support
       new  7a68ef08cb Merge pull request #1391 from kotarak/gradle-jack-in2
       new  367e97cd47 [Fix #1389] Bump the required nREPL version to 0.2.12
       new  5a8fc2e0e7 [Fix #1355] Document that we support the `:style/indent` 
metadata
       new  af18b19f5c Merge pull request #1387 from 
clojure-emacs/document-indent-spec
       new  1b40896d4c Merge pull request #1393 from scottdw/fix-1389
       new  4798d58df7 When using a temp debug buffer, explain what the user 
did wrong
       new  c80f71357a Breathe new life into the refcard
       new  316f93a2a7 Merge pull request #1247 from vermiculus/refcard
       new  646a3a1fff Reorder the deps
       new  135bfee530 Fix a docstring
       new  32ed2e27d7 [Fix #1281] Add a defcustom controlling the request 
dispatch
       new  d80f98055c Add a note to improve the static dispatch in the future
       new  8682af5ad3 Fix read-directory invocation the *right* way
       new  641bdee30f Merge pull request #1395 from 
Peeja/show-project-dir-when-picking-project-dir-take-2
       new  19ce1738b8 Fix a docstring
       new  92d62183d3 Replace a redundant let* with let
       new  da1ca340f1 Fix a docstring
       new  a4b34d8c36 [Fix #1392] Track definitions made in the REPL
       new  8fe2413bb7 Track evaluations in non-REPL buffers as well
       new  e193c7aa88 Implement detection and recording of local variables
       new  366b6a4c7c [Fix #1324] Don't font-lock local variables
       new  e038ae20ab Add bug-reference-bug-regexp and bug-reference-url-format
       new  c59006d159 Merge pull request #1396 from clojure-emacs/locals
       new  3e27fa65db Remove Nameless vars from .dir-locals.el
       new  b3f69bf226 Better defaults for find-conn-buffer-for-proj-dir
       new  e67be7e4ff [Fix #1297] C-c M-n should act on both repls
       new  56d20b2fe4 Merge pull request #1397 from 
clojure-emacs/keep-dual-repls-in-sync
       new  68bb5c9e9f [#1337] Rebind clearing the REPL buffer to `C-u C-c C-o` 
in cider-repl-mode
       new  20d4b80615 [Fix #1337] Add a command to switch between the Clojure 
and ClojureScript REPLs for the same project
       new  27705327ae [#1337] Unify the REPL clearing behavior in cider-mode 
and cider-repl-mode
       new  03c0928fe4 Make connection optional in cider-other-connection
       new  2ff5097df2 Harden find-connection-buffer-for-project-directory
       new  fe4ec93ba6 Work on the assumption that cider-repl-type is never nil
       new  42e1125a04 Fix a broken test and improve cider--connection-pp
       new  f01729e589 Fix two more tests
       new  9118518dae Use Clojure(Script) instead of clj(s) in the connections 
buffer
       new  e1ff8a2752 Update test-report buffer when tests pass
       new  b6c57eac56 Fix a broken link in the README
       new  f975a71380 Merge pull request #1402 from 
jeffh/update-test-report-on-passing
       new  4970e9e522 Remove a duplicated step from the contribution guidelines
       new  221eaead7e Improve the "Pull Requests" section of the contribution 
guidelines
       new  1bdfc3a488 Add a gitignore entry for the new .dir-locals feature on 
master
       new  5d6b2e1304 [Fix #1407] Jack-in with existing connections
       new  f7d979d51c Merge pull request #1408 from 
clojure-emacs/fix-find-reusable-repl-buffer
       new  bf5e94fb56 Mention `C-c C-q` in the README
       new  6c5eea67df Mention more ways to see the available 
commands/keybindings
       new  47a899d713 [Fix #1405] Always update test-report but pop buffer 
only as appropriate
       new  9130031c5e Merge pull request #1410 from 
Fabricationatorishnicatorist/fix_1405
       new  9eaf350632 [Fix #1406] When running tests, report test ns in 
minibuffer messages
       new  245096f060 Merge pull request #1413 from 
Fabricationatorishnicatorist/report_ns_in_minibuffer
       new  608c92a962 Font-lock ns references in cider-test minibuffer messages
       new  99d78c728a Display the ns first in the cider-test minibuffer report
       new  bbe134f4d3 When users try to debug ClojureScript, point them to 
#1416
       new  2716275fc5 Fix cider-test-echo-summary not font-locking ns
       new  0271bbba31 Use font-lock-type-face when rendering the ns in 
cider-test-render-report
       new  7141d04028 Remove a mention of clojure-test-mode
       new  ab81d7ff3e [#1381] Don't show the macroexpansion buffer on errors
       new  c49fc4ba2a [Fix #1381] Don't the dump the sync request stacktraces 
in the  minubuffer
       new  4bd8e85b69 Switch to the connection (REPL) buffer after dumping a 
stacktrace in it
       new  ff619b31ce [#1420] Show stacktrace buffers for sync "eval" requests
       new  988014a718 [Fix #1418] Make clojure-indent-function work with full 
namespaces
       new  51caac8f93 [Fix #1419] Use dynamic font-lock wherever possible
       new  d854925571 Remove the mentions of Marmalade
       new  c752edd3c4 Clarify a note about GNU ELPA
       new  6a85928996 Move the middleware instructions in the installation 
section
       new  425e322fd6 Move the huge configuration section near the end of the 
README
       new  268526d4cd Drop the requirements section
       new  03a147c636 Add an overview section to the README
       new  da4a7cac4c Don't break cider-eval-defun-at-point in 
clojurescript-mode
       new  443a597a4a Ensure that the ": " doesn't get colored in 
cider-test-echo-summary
       new  2899b166c9 [Fix #1422] Don't require a balanced sexp on Return in 
the REPL
       new  90ddd2c505 Suggest the use of the :repl profile instead of the 
:user profile
       new  851724e247 Actually use the style/indent metadata we claim to 
support
       new  1b7ace7b97 Fix reference to unbound variable
       new  15bb0ceb79 Mention the difference between the :user and :repl 
profile in the README
       new  ff543170e6 Merge pull request #1426 from 
Fabricationatorishnicatorist/fix_1385_fix
       new  d7defbe120 Revert "Fix reference to unbound variable"
       new  456525f0c8 Fix error message regexp for building buttons
       new  31f80af050 Improve error button to only mark the file/line/col info
       new  0e35ce1eb4 Give better advice for *print-length* setting
       new  79c3d76910 Merge pull request #1431 from 
hanshuebner/print-length-documentation
       new  5645a4bb5c Extract a few links
       new  82475d38d9 Move some config-related doc to its appropriate place
       new  01f7974a0a Add a SLIME link
       new  680abbeae9 Add links to Sly and Geiser
       new  7307261b2f [#1038] Add a few more REPL shortcuts
       new  bf3f6ae105 A few improvements to the front-matter in 
cider-browse-ns.el
       new  d0232f64bd Fix a docstring
       new  966f82c646 Improve the code style in cider-browse-ns.el a bit
       new  9995770aab Reorganize the beginning of the README
       new  97a75196f4 Fix a typo
       new  bc306d68b8 Remove commented out code
       new  a3bfab7ea7 Pass session to cider-undef
       new  79dc48f79c Font-lock namespace in cider-toggle-trace-ns's messages
       new  d75b01cbaa Reduce the indentation level of a cond form
       new  47b0b271b0 Fix a docstring
       new  a474c3fbe8 Fix a docstring
       new  af21a1c462 Use `cider-propertize-ns` wherever possible
       new  f3cc02822a Fix a docstring
       new  e8f5ce7b68 Add missing docstring
       new  7c94b1944e Remove redundant nREPL op checks
       new  ce3a4597a3 Add session to the tracing nREPL requests
       new  73a11be344 Propertize var names in trace var messages
       new  59674b573d Add missing session in cider-run's nREPL request
       new  aede841d6f Propertize a var reference in cider-run
       new  fe5d2ae256 Propertize connection names in minibuffer messages
       new  3066b005ff Apply propertize on the connection name instead of the 
connection buffer
       new  b816b7e807 Remove an extra space
       new  8dd3267361 Add a session to a few middleware requests
       new  bf868fc143 Replace cl-destructuring-bind with seq-let in a few 
places
       new  c770191a8c Use face instead of font-lock-face for the minibuffer 
messages propertization
       new  6fafa1b240 Make sure all nREPL requests have a session
       new  abb69bbf74 [#1412] Track nREPL messages per session
       new  a7de86dac2 [Fix #1434] Correct pcase syntax
       new  066c5f397c Refine a docstring
       new  73a121ef2e Add a way to jump to the tooling session's messages
       new  e0c1ea045d Move a bit of code around
       new  173d02ba80 Fix a typo
       new  a223e3ca42 Mention the cider-jack-in keybinding in the README
       new  5ce33a3edd Fix a typo
       new  dda7e73a25 Mention the cider-connect keybinding in the README
       new  77916c0fde Correct a reference to cider-connect
       new  2155a6b698 [Fix #1421] Prevent font-lock from modifying the buffer
       new  94386d5634 Make the locals font-lock a little smarter
       new  f37db431aa [Fix #1280] Add readme links to all warnings
       new  3186afa311 Remove distinct REPL-switching commands
       new  9ba361b72e Improve the use of English a bit
       new  60f1dc2f69 Add missing word
       new  f4fa02d172 Fix the table of contents
       new  bcde307901 Add links to fireplace and CCW
       new  dcb243d8f2 Fix a typo
       new  439e60654c Unify mentions of CIDER in the README
       new  d1d809d317 Minor README tweak
       new  6d86413b97 Extend the intro a bit
       new  1785926f7f Clarify what cider-jack-in does
       new  d43632dccc Rename a section of the README
       new  5a1533f546 Move the cider-mode keybindings just after the mode's 
description
       new  842bdbf75a Add a section dedicated to cider-repl-mode in "Basic 
Usage"
       new  907ed1c50e Add a couple of entries to the words of inspiration list
       new  ac0f0d78c8 Don't run tests on the snapshot
       new  064cfbf320 Refactor cider-current-connection
       new  a480f48841 Harden cider-refresh-dynamic-font-lock
       new  27b6067e72 [Fix #1299] Eval in both REPLs for cljc and cljx
       new  5de2e37ca1 Refactor cider-repl-set-ns to use cider-do-connections
       new  6bc419568b Delete cider--ensure-session
       new  5cd56ce76b Turn do-connections into a function: map-connections
       new  cf54439456 Remove a few mentions of `nrepl-message-buffer-name'
       new  817d37e0d9 Merge pull request #1399 from 
clojure-emacs/dual-dispatch-eval
       new  1d7648cdc7 Dump decoding errors to a dedicated nREPL error buffer
       new  32c59a41d2 Improve a message
       new  193a9bd52b Improve the English a bit
       new  19039baffb Explain what package.el is
       new  bd71c1263a Extract the link to cider-nrepl
       new  3e4379c5b3 Improve the English a bit
       new  eac31e6ba9 Update the var metadata caveat
       new  3282af3e06 [Fix #1439] Wrong arguments in calls to sync-request
       new  650abd84ff [Fix #1437] Messages button not working with mouse
       new  031e8895a7 Mention the ticket tracking the porting of the debugger 
to ClojureScript
       new  1582f2f2ad [Fix #1412] Improve the nrepl-messages redirection
       new  583b2c5e0c Remove pointless safeguard
       new  e8ab2b50c7 Kill some redundant info
       new  0a9b518e14 Rework the keybindings section
       new  98fe8def30 Move the REPL config info in the "Using the REPL" 
section of the README
       new  ae3dc2b4e2 Move test running config close to the functionality's 
description
       new  c2288d2cb8 [Fix #1442] Hang during cider-quit due to wrong session
       new  94484984fa Move some REPL-related config info where it belongs
       new  8c0790b6e0 Fix the REPL font-lock explanation
       new  d7a55ba34c Move some stacktrace-related config where it belongs
       new  13625e9221 Move the code reloading section
       new  e26ae4697b Move the overlays section
       new  d4ecb92051 Release CIDER 0.10.0 (a.k.a. CIDERX)
       new  c32a260b83 Fix a broken link
       new  4f79a386eb Fix broken link to "Debugging" section
       new  7cc4a19232 Require cider.nrepl.print-method upon connecting
       new  a247af1582 Merge pull request #1448 from Peeja/patch-1
       new  75ba0964b3 Reflect new cider-use-overlays behavior in Readme
       new  0f2e4ca544 Merge pull request #1449 from Peeja/patch-2
       new  5b450b33a7 Avoid killed-buffer reference on restart
       new  fccde9b3b8 Merge pull request #1450 from rfkm/fix-restart
       new  7e6171fd69 Mention my ClojureX presentation in the README
       new  ae1e14d9e6 Improve formatting & wording a bit
       new  1d07dec6d7 Bump the development version
       new  9dce1e76f7 Revert "Require cider.nrepl.print-method upon connecting"
       new  313a0df8e5 Rename cider-cljs-repl to cider-cljs-lein-repl
       new  ef6c57d5a2 Improve doc for cider-cljs-lein-repl
       new  cb51197658 [#1446] Alter the behavior of cider-inspect
       new  8439663993 [Fix #1460] Font-lock traced vars
       new  f9596f42b4 Acknowledge the importance of ClojureScript
       new  69a7876721 Refactor cider-current-connection a bit
       new  003adaa11c [Fix #1459] Dispatch connections according to 
major-mode, not file types
       new  2dfe66e545 Document previous commit in the Changelog
       new  a8bf042786 right-margin -> print-right-margin
       new  3784ed7927 Add cider-pprint-fn option
       new  2d76a1a973 Remove outdated caveats of 
cider-repl-toggle-pretty-printing
       new  8b80360b89 Missing EOF newline
       new  058765a4ba Mention we now support only Clojure(Script) 1.7+ and 
Java 7+
       new  ccc8b859ef Update README for CLJS repl with boot
       new  d459328262 Merge pull request #1447 from cichli/pprint-fn
       new  5641300a88 Merge pull request #1457 from Naomarik/master
       new  042662cade Add optional pprint-out-handler arg to 
nrepl-make-response-handler
       new  e4f8dcaab5 [Fix #1466] Correctly font-lock pretty-printed results 
at the REPL
       new  01e6c03d02 Dead code removal
       new  759b0866d1 Merge pull request #1467 from 
cichli/repl-pprint-out-font-locking
       new  716237f66e Update a couple of README section references
       new  f452ba5771 [Fix #1460] Handle the case when tools.trace is inlined
       new  84312315ab Fix broken link to Indent-Spec.md
       new  492e8ab16c Merge pull request #1471 from camsaul/patch-1
       new  7e5d4c60ca Mention that CIDER 0.10 is the final version which 
supports Clojure 1.5 and 1.6
       new  1704d16f8a Use the pprint-fn slot when making format-edn requests
       new  83b53804c6 Handle the case of being in a REPL buffer when invoking 
cider-current-connection
       new  054c67affd Add missing dot
       new  5497f62ad6 [Fix #1463] Make the process of associating a connection 
with a project more flexible
       new  a80215f160 Improve the display of connections in the connection 
browser
       new  0ffa6d1909 Update Leiningen's required version in the README
       new  491d5e5510 Derive cider-inspector-mode from special-mode
       new  44cc9c01ba Fix occasional error when indenting namespace-qualified 
function
       new  ba6af51ccc Merge pull request #1475 from rfkm/fix-indent-error
       new  82c8289c7f Simplify cider--connection-pp a bit
       new  e44941f7f8 Improve the code style a bit in cider-inspector.el
       new  f0af97e7fe Display the REPL's type properly
       new  f2575ee115 Fix broken test
       new  f182fbc188 Fix a couple of symbol references
       new  b01848ec21 Backport string-remove-suffix
       new  6aefaba82e Introduce the concept of project name
       new  22cccb7f6d Replace usage of string-suffix-p with directory-file-name
       new  86f872f772 Check major mode first when choosing connection
       new  c6b0c1e93b Remove a few older depricated aliases
       new  4b5ffb7e59 Merge pull request #1477 from 
fajpunk/check-major-mode-first
       new  cffb8bb18c [Fix #1479] Make paredit and cider-repl-mode play nice
       new  711be5cdc6 [Fix #1452] Fix broken ANSI coloring in the repl
       new  5fa0e05132 Merge pull request #1455 from rfkm/fix-ansi
       new  546de8f6f2 Remove an ancient guard from the nrepl-server-sentinel
       new  316f75b7e4 [Fix #1486] Complete a partial fix in stacktrace 
font-locking.
       new  5c6003d18f Delete overlays when clearing REPL buffer
       new  2bff050013 Merge pull request #1488 from rfkm/delete-zombie-overlays
       new  f5d9de6187 [Fix #1482] Clear nREPL sessions when connection is 
closed
       new  559d013a1d Code style
       new  f7988e7e2d Merge pull request #1487 from rfkm/clear-sessions
       new  66217ea2de Improve stacktrace presentation of compiler errors
       new  c115e2a7a1 Use unambiguous line/column separator
       new  04bf2e55e6 Fix byte compilation issues in stacktrace
       new  896074d3f6 [Fix #1435] Display test results more specifically
       new  25dd106292 Rename cider-irender to cider-inspector-render
       new  acade58f58 Fix a typo
       new  a7e5671ac8 Ensure correct mode for test report stacktraces
       new  73aca50ded [Fix #1379] Fix test highlighting at start of line
       new  df40718be3 Fix typo in changelog
       new  740108f5cf [Fix #1490] Don't show the inspector buffer if 
evaluation fails
       new  9d6c5a91c4 Add a Changelog entry for #1490
       new  5eb525e19e Update the copyright years
       new  7a9ed75035 Add missing front-matter section to cider-popup.el
       new  2bfee3ba15 Improve the README a bit
       new  474926cd27 Improve some keybinding descriptions a bit
       new  f90d31aba9 Bump the clojure-mode dep to 5.1
       new  1e7a874303 Use text properties instead of overlays for ANSI coloring
       new  61e790adfc Improve docstring of `nrepl--clear-client-sessions`
       new  e284271133 Merge pull request #1500 from rfkm/use-text-prop-for-ansi
       new  bc8fae015e Merge pull request #1501 from rfkm/improve-docstring
       new  f8982e3803 Improve the docstring for nrepl--clear-client-sessions
       new  0f14fa14fb Add an inspirational quote by Donald Knuth
       new  534031f0d9 Add more words of inspiration
       new  f81c219cd6 Add some inspiration by J.R.R. Tolkien
       new  1e26f80460 Suppress eldoc when the current sexp seems to be too 
large
       new  66990c4c5d Update the readme and the changelog to account for 0.10.1
       new  edb3344c1a Mention StackOverflow in the discussions section of the 
README
       new  103c336b21 Fix a docstring
       new  d52af8796f Fix a docstring
       new  91061afb77 Support a :stack status in cider--debug-response-handler
       new  bfd519d498 [Fix #1456] Don't font-lock buffer if font-lock-mode is 
OFF
       new  d968a741da Fix docstring for cider--debug-move-point
       new  4c2fdd1f0a Implement the :here command in debug sessions
       new  19c1c3e479 [Fix #1515] Don't append the dynamic font-lock when not 
needed
       new  0b76149145 Fix quotes in the docstring of cider-pprint-fn
       new  75f2fd15b1 Don't run nrepl-dict-get if meta was not resolved
       new  79d2043335 [Fix #1518] Add cider-dynamic-indentation defcustom
       new  5ad457b5ac Merge pull request #1517 from clojure-emacs/debug-here
       new  65b0449fbb Slightly reduce the padding on stacktrace file names
       new  679d3aa567 Extend cider-map-connections to :any, :both, :clj, and 
:cljs
       new  6300fb9b2d Remove a redundant concat
       new  d710cd78e9 [#1432] Specify that trace and test only support Clojure
       new  c66d336228 [Fix #1432] cider-grimoire errors out in ClojureScript 
buffers
       new  a439429e35 Document the previous commits in the Changelog
       new  4bd7fc4188 Add missing space
       new  1e6827528d Complete Bowie lyric in cider-words-of-inspiration
       new  3059be2751 Fix a docstring
       new  9306663640 Add a couple more words of inspiration
       new  bb39da9460 Make auto scroll work with repl buffer in non-selected 
frames
       new  621cc04418 Merge pull request #1521 from rfkm/fix-sticky-prompt
       new  2234a62116 Refine a docstring
       new  63e85788a6 Fix checkdoc errors for cider-popup.el
       new  89789d9914 Fix checkdoc errors for cider-grimoire.el
       new  bd3ee652ff Merge pull request #1523 from g12l/run-checkdoc#1352
       new  3192f1d02c Merge pull request #1522 from bpacreau/run-checkdoc#1352
       new  8857d501a6 Add more words of inspiration
       new  5e644c0f64 Add one more inspirational sentence
       new  5ba82364f8 Use keyword-face for the "Deprecated" line in *cider-doc*
       new  cb1c4a4efb Update installation instructions for 0.10.2
       new  c9822fb83c Update changelog for 0.10.2 release
       new  adb35f9737 Merge pull request #1527 from 
cap10morgan/update-changelog
       new  97fbb90d49 Refactor cider--handle-debug into two functions
       new  8f47e7f87d Generalize the WHERE argument of 
cider--make-result-overlay
       new  cf93247813 Always append cider-result-overlay-face to the result 
string
       new  f10334a007 Default cider-overlays-use-font-lock to t
       new  d1a352924b Add a FORMAT argument to cider--make-result-overlay
       new  0af1fad3e6 Fix defun-at-point to use clojure-backward-logical-sexp
       new  9dcbae42f9 Clear overlays from any code that's evaluated
       new  e09e07ab1a Remove an if clause that's always true
       new  19639f17c6 Document the change in default value of the overlay 
font-locking
       new  68cdaaa353 [#1493] Add a changelog entry
       new  aeb9651bf7 [Fix #1458] Separate nREPL messages by connections 
instead of by sessions
       new  3ab649ae3f [Fix #1529] Close nREPL messages buffer when its 
matching connection is closed
       new  98320460f8 Don't try to kill the nREPL messages buffer, unless it 
exists
       new  c22f883d93 Add `eval-defun-to-comment` command
       new  5684cff36f Merge pull request #1536 from 
phillord/feature/eval-to-comment
       new  742905b407 Improve the names of the nREPL message buffers
       new  d4d5df7d88 Add a changelog entry for cider-nrepl#294
       new  0bbb991681 [Fix #1539] Replace the usages of 
string-remove-prefix/suffix
       new  51bf4604ec Enable running tests in multiple namespaces
       new  e866869e70 Add new test functions to README
       new  1edb2c087b Improve cider--debug-goto-source-or-create-source-buffer
       new  a209d7a242 Fix instrumented font-locking
       new  d81e2acee3 Prompt to offer rerun of failed/erring tests
       new  f638078943 Code style
       new  17b88cce0c Give test commands their own keymap
       new  568263143b Use mnemonic keybindings for test commands
       new  f57abc71db Make cider-last-sexp behave more like 
cider--region-for-defun...
       new  45d8cb43c6 Add keyword argument prepend-face to -make-result-overlay
       new  5ae522845b Sanitize our method for injecting #dbg
       new  802e8f5c6b Fix a function name
       new  8db70198f9 [Fix #1507] Configure show-maximum-output with a 
defcustom
       new  09ad5ff59f Kill the nREPL messages buffer, before killing it's 
matching connection
       new  64391e5ff0 Fix a few checkdoc warnings
       new  55aba3d7be Don't mark keymaps as functions
       new  c4e55e2f7b New feature: Enlighten
       new  66826d04dc Merge pull request #1545 from clojure-emacs/enlighten
       new  813928aede Update keybinding prefix for test commands
       new  bc2daaa8cb Update a changelog entry
       new  6822f84bc0 Fix a docstring
       new  5e58c4b473 Fix a docstring
       new  d6155b14d0 [#1543] Add some getting started instructions to the 
welcome banner
       new  a58aecf313 Fix a docstring
       new  463c3dc0f7 Font lock result types in test report
       new  cbe74f0b34 Escape some quotes
       new  0758324d0a Switch to grave quotes for consistency with other places
       new  3ff8e7b0ca Move a colon
       new  47a9aae324 Move spinner code higher up the file
       new  0f15709207 Move spinner activation/termination to 
cider-nrepl-request:eval
       new  043abe4c7a Update spinner.el dependency
       new  3aa5a35163 Replace a cl-gensym with make-symbol
       new  9a23cc33ff [Fix #1540] Fix cider-complete-at-point
       new  11850c8687 When reading a symbol, use default-value instead of 
initial-input
       new  30ca1b384a When prompting for a symbol, be willing to look 
backwards a bit
       new  2370b6cec4 Add cider-test-commands-map to cider-repl-mode-map
       new  527b7ded07 Extract the cider-test menu into a variable
       new  8306905c36 Add a missing space
       new  33992bec84 Add a missing space
       new  fb941d4043 Move the refcard higher up in the README
       new  a5df825fa2 Require cider-test in cider-repl
       new  06be09602b Merge pull request #1550 from r0man/require-test
       new  9eea6b84e3 Reorder requires in cider-repl.el
       new  515e265af1 Mention the cider-test keybindings availability in the 
REPL in the changelog
       new  2b83a1f0e0 Mention REPL test keybindings in the README
       new  56ca472d5f Add some test-related REPL shortcuts
       new  f45fb3fb56 Mention supported Java versions in the readme
       new  7e01848856 Remove the instructions for upgrade from nrepl.el and 
clojure-test-mode
       new  d4d077c9c2 Fix and extend symbol-at-point tests
       new  39e41a2d65 Fix the look-back functionality of symbol-at-point
       new  4ff8ed931d Reimplement pprint-eval in terms of regular eval
       new  9062087991 Consolidate some defun-at-point functions
       new  c670f6a118 Consolidate sexp-at-point functions
       new  099a12427d Consolidate cider-propertize-* functions
       new  c221ecb596 Obsolete cider-map-indexed
       new  1931ad418c Merge pull request #1549 from clojure-emacs/obsoletions
       new  72e6161332 Change several calls to cider-interactive-eval to use 
bounds
       new  4dda5b938f Fix a typo
       new  2ad5c62d2a Mention that Enlighten doesn't work with ClojureScript
       new  329d90af3e Update the documentation about nREPL messages logging
       new  044e279646 Add one more fun inspirational message
       new  475d58cfaf Add a command to display useful usage tips
       new  4d73a1ac3f Fix a typo
       new  2a1fed19ca Fix a few :package-version defcustom attributes
       new  f00da1e36a Add missing . to some tips
       new  7aa74399e2 Make the connection message displayed in the minibuffer 
configurable
       new  c43d87471f Make sure CIDER's connected in cider-classpath
       new  6bc47d0721 Add a few more tips
       new  ef03033999 Add cider-drink-a-sip to the menus
       new  5a02499da8 Add manual and bug reporting entries to 
cider-repl-mode's menu
       new  084ac28159 Add a few notes about ClojureCLR
       new  a6b46a5d8b Fix a docstring
       new  be5b1fd87b Fix another docstring
       new  d82744a41b Make sure there's a connection in cider-doc and 
cider-javadoc
       new  7a7851003e Prettify the help banner a bit
       new  1f0fb9f35b Link some features to sections of the README
       new  a50fc1c356 Stop the spinner when the connection closes
       new  6dc2d011e7 Fill the repl banner to 70 columns
       new  277ff6408f Make it possible to test a ns from a REPL buffer
       new  ef8d58a2a3 Improve the nrepl-messages selector's help message
       new  a4817a5d17 Use derived-mode-p in cider--recently-visited-buffer
       new  af1f445192 Add *cider-doc* to the list of buffers accessible via 
the cider-selector
       new  dce12a2d14 Extract the name of the grimoire buffer into a constant
       new  cc651d7d09 Add missing table of contents entry
       new  93e5d9582d Add a comment
       new  86548932ad Change the name of the selector's help buffer
       new  f660c55120 Extract the name of the cider-repl-shortcuts-help buffer 
into a constant
       new  9b03b962fe Fix a docstring
       new  224d1d2fd0 Add an action for the scratch buffer in the 
cider-selector
       new  4d6e04ca64 Improve a docstring
       new  cd062cdc39 Add a note about a potential keybinding conflict
       new  3f4e93b952 Add missing symmetric keybinding (C-h) for 
cider-grimoire-web
       new  17d085b630 Change the keybinding for cider-apropos-documentation
       new  d0f60b2512 Change the name of the ns browser buffer
       new  767118618f Change the name of the classpath browser buffer
       new  36554e7b28 Add the namespace and the classpath browser to 
cider-mode's menu
       new  37438ebbdf Remove obsolete defvar
       new  b93f3b6692 Fix a byte-compilation warning
       new  e1e55519ee Fix the help banner
       new  b5ac916cc5 Update kbd for running test in current buffer
       new  0d11eed93e Merge pull request #1558 from annapawlicka/patch-1
       new  4bec01156e Extend a bit the "Running tests" section of the readme
       new  95f2b5959b Improve the formatting of a table
       new  07a2f04294 Improve wording
       new  8939b9ed3b Fix namespace navigation in the namespace browser
       new  e957eb5d56 Remove redundant syntax-table from the ns browser
       new  806949514c Make the ns browser a bit more colourful
       new  82fac2ffd4 Improve wording
       new  9f5af95671 Backport string-trim and friends from subr-x
       new  9bebf9eb6a Fix a require
       new  0bf82371b1 Kill some spaces
       new  10acc018bb Convert a couple of inlined functions to regular 
functions
       new  5ef2cadcc1 Move string compatibility functions to cider-util
       new  003ccb774b Fix a typo
       new  f1ba7e78f4 Move a bit of configuration description to its 
appropriate section
       new  5d1a597ecc Add a couple of `cl-' prefixes
       new  aa73c2c6f4 Fix the selector tests
       new  1af6203e91 Fix the possible keybind clobbering by paredit
       new  74dd16347d Remove redundant line
       new  4801f39f14 Fix a couple of function names
       new  bfa34f34b7 Refactor duplicated code in -compile-font-lock-keywords
       new  8f5bb39471 Fix traced var font-locking
       new  0f425913e8 Fix flickering in the debugger
       new  2b4cf446e8 Inject cider REPL dependencies at cider-jack-in
       new  40d1c903bb Make the box colors a little more discreet
       new  0e3004912b Move a couple of faces to the file that uses them
       new  ea4a798a85 Improve cider-read-and-eval's prompt
       new  22845c972b Shorten the help banner a bit
       new  c9e8d61d61 Merge pull request #1552 from benedekfazekas/master
       new  c7b6137fb5 Improve wording a bit and reflow some long lines
       new  c5ec06cb81 Clarify that the apropos is a regexp
       new  a2fef00fd8 [Fix #1566] cider-interactive-eval only uses overlay if 
a point was provided
       new  26485a0ad6 Simplify cider--font-lock-ensure and define 
cider--font-lock-flush
       new  93e80f057f [Fix #1562] Actually disable cider-mode when it gets 
disabled
       new  70b5d7cac9 Clarify all apropos inputs
       new  34b936095a [Fix #1567] Prevent symbol-at-point inf-loop
       new  9fbe58dca7 Fix a corner-case in the input prompt
       new  d3acd32ec7 Improve and add tests for cider-current-connection
       new  9672dfada4 [#1557] :both and :any commands error out in clj(s) 
buffers without a connection
       new  f0493a1f23 [Fix #1557] Give sibling connections lower priority than 
the original
       new  5d337b3310 [Fix #1441] Don't popup a buffer that's displayed on 
another frame
       new  7d73604631 cider-map-connections provides user-friendly errors
       new  fb0b3cb860 Fix cider--close-buffer
       new  8963b1f3c3 Fix a comment
       new  253dd1ff3d Mark our jack-in variables as risky locals
       new  cc47e4dc70 Refactor the dep injection code and use 
shell-quote-argument
       new  a4690adcff Position point correctly when debugging forms with 
metadata
       new  b7271ae2ac Align the apropos messages with the ones in Emacs itself
       new  3edbabcb17 Bump the clojure-mode dependency
       new  3171d7511f Improve menu item
       new  7f29cef085 [Fix #1565] Fix font-locking in apropos buffers
       new  2281a6b934 Add a few more tips
       new  f517de34d8 Correct a tip
       new  61d53046de Add a keybinding for cider-display-connection-info in 
cider-repl-mode
       new  5d1896d741 Improve cider-eldoc-setup's docstring
       new  c1c534327f Merge pull request #1569 from 
grammati/debug-with-metadata
       new  9d36ee6692 Add a tip about cider-refresh-before-fn and 
cider-refresh-after-fn
       new  916bd90bbb Fix `cider-jack-in` broken for gradle
       new  73e191f47a Add missing end of file comment
       new  b65f34cdce Try a bit harder to find a boot executable
       new  fea350cf19 Merge pull request #1575 from clojure-emacs/boot-exec
       new  1f70e99b7d Add a link to clojure-mode
       new  b43d3ea760 Improve the wording here and there
       new  bbe7bf8cd7 Refine the installation instructions
       new  e86b2ac684 Improve wording
       new  f773a26f6f Fix a typo
       new  83dc424345 Fix a typo
       new  f05736d74a Fix another typo
       new  5d62de6c63 Add instructions for using Figwheel with jack-in
       new  492e0fa8b3 [Fix #1573] Add to Caveat/Troubleshooting sections
       new  8658c5023f Fix injections vs pedantic caveat link
       new  56a512f377 Merge pull request #1581 from magnars/patch-1
       new  a5cd5632f5 Add a note about using arc-mode on Windows
       new  212023a86f Improve a bit the ClojureScript usage documentation
       new  9fe9ea295e Fix a docstring
       new  7e8924a9a5 Add missing space
       new  d0ba176cb6 [Fix #1584] Don't enable eldoc-mode automatically in the 
REPL
       new  c5a08d2353 [#1584] Add a note about eldoc-mode in the help banner
       new  bbb3d52159 Add a tip about eldoc-mode
       new  d03897a256 Add a few more tips
       new  86b8d3efe5 Add a tip about cider-enlighten-mode
       new  2e5814e9ef Update the refcard
       new  92e92a72a9 Ignore some refcard-related artifacts
       new  26689d1cfa Don't assume that the buffers in cider--mode-buffers are 
alive
       new  b0e9423c8a Link some features to sections in the README
       new  c2d7977842 Move info about presentations to a separate section
       new  36c1298cb6 Mention a couple of features
       new  0b8676685f Take the version into account when showing the manual
       new  6a88da56d3 Add a command to display the refcard
       new  1ca7e718a1 Fix a command name
       new  196a557789 Add a menu entry about cider-view-refcard
       new  4dfd3ed826 [Fix #1576] Add issue and PR templates
       new  97b2d00d90 Add a REPL shortcut for cider-refresh
       new  c38839af8f Move CONTRIBUTING.md to the .github folder
       new  9a66eb660d Set cider-pprint-fn to pprint by default
       new  82f8abb837 Fix a docstring
       new  0a5358e6ed Fix a docstring
       new  4248c26ec7 Add link to the contribution guidelines
       new  681bce05c2 Remove an unless fboundp check
       new  00b862d192 Reorder REPL shortcuts a bit
       new  b0f0592f32 Add a REPL shortcut for cider-run
       new  8fccc91382 Refine the name of the debugger's menu
       new  89894cbda0 [Fix #1585] Show the eval command in the debugger's 
prompt
       new  6c7e9d142f Improve wording a bit
       new  f9bb2847a9 Improve wording
       new  394a30b54a Fix a docstring
       new  315ab8257c Fix a byte-compiler warning
       new  eb0c18e900 Fix a broken test
       new  24d5ee2ca8 Make sure there's an active connection in a few commands
       new  00cbbf6c32 Make sure there's an active connection in a few more 
commands
       new  3eb6ffc591 Improve the message displayed by cider-ensure-connected
       new  702111530c Fix a docstring
       new  9502207487 Improve a docstring
       new  6201fcbe4a Use user-error instead of error in 
cider-ensure-op-supported
       new  2fcc2515c4 Handle the absence of a connection in cider-find-ns
       new  b6ba380cdf Rework the welcome banner
       new  098ea96a4a Use ;; as the help banner's line prefix
       new  693363295d Fix indentation
       new  c694b1e8e1 Add a couple of commands for removal or REPL banners
       new  2635ceb316 Add a note about disabling cider-enlighten-mode
       new  2a09d6e760 Reflow a long line
       new  705133f2bd Remove a bunch of stuff that were marked as obsolete in 
0.10
       new  50d6ddc925 Add the commands for clearing banners to the REPL's menu
       new  7d38107a95 Improve the message displayed by 
cider-ensure-op-supported
       new  9d3cfaf2b1 Move an op-supported check where it belongs
       new  3e586da5af Improve a docstring
       new  5801074a78 Remove a reference to nrepl-close
       new  83e15cb331 Fix broken classpath test
       new  6cbcf4eef4 Make sure cider-open-classpath-entry doesn't blow up in 
the absence of a connection or the classpath op
       new  946627ba4f [Fix #1578] Add a guard for missing process-buffer
       new  c7a5de809c Use ;; instead of ;;; in the "output cleared" message
       new  acaac8a735 Add cider-open-classpath-entry to cider-mode's menu
       new  010f47deb2 Add the classpath and ns browsing commands to 
cider-repl-mode's menu
       new  d8aed58383 Merge pull request #1590 from jonpither/master
       new  1e1ff3c3c8 [Try to address #1589] Increase debugger's timeout on 
accept-process-output
       new  af93884e7f [Fix #1593] Don't move point in cider-symbol-at-point
       new  9b5d2ef2ec Use arrows with the same length in the nREPL messages 
buffer
       new  def85c9b01 Fix a docstring
       new  9f3c8c0daa Fix the formatting in the PR template
       new  1c65b5d46d Add some more words of inspiration
       new  6816216202 Add a few more tips
       new  47b7b1e6c8 Extract a read-and-inspect command from cider-inspect
       new  5804772b73 Mention figwheel's wiki
       new  fdc8d1894c Make it clear that figwheel is a lein-only solution
       new  814692dd7c [Fix #1568] Mouse clicks expand collapsed dicts in 
nrepl-messages
       new  8ebdd643e4 Kill some commented out code
       new  a0cf94b078 Add a few pointers about evaluating code in the 
minibuffer
       new  cbd0666ab6 [Fix #1570] Handle properly rest params in eldoc
       new  973ba343cb Introduce codenames for stable releases
       new  16389c8dea Release CIDER 0.11 (Bulgaria)
       new  c403257ca7 Fix current-connection
       new  3eaf6525b0 Fix a couple of bytecomp warnings
       new  a399609bfb Fix a couple of tests
       new  3b95fef7d8 [Fix #1599] Don't error when test makes 0 assertions
       new  c7d8e214c1 Fix a typo in the help banner
       new  3bc75157fa Bump version numbers
       new  e0962dc4b9 New function cider-add-to-alist to set injected deps and 
plugins
       new  50b1b73042 Really fix cider--make-buffer-for-mode for dead buffers
       new  191ddf2941 Update font-locking of evaluated regions
       new  da4d8f819b Allow cider-load-file to work on not-visited files
       new  0b64deb2a7 Document the Javadoc improvements
       new  4a75039b7e [Fix #1601] Use save-excursion in cider--font-lock-flush
       new  f831e6c064 Define an obsolete alias for cider-test-run-tests
       new  3f6861ddb2 Be more careful with cider-locals font-locking
       new  5879d16083 Revert "Update font-locking of evaluated regions"
       new  3d211d62df Evaluation only removes overlays created by 
cider--make-overlay
       new  2d4a0d8447 C-u C-M-x now inserts a literal #dbg into the buffer
       new  92cb518c9d Prevent the debug prompt from inheriting faces
       new  4d9c6b1d18 Rename an argument from X to OV
       new  7cad76e214 Fix a test
       new  bcf1c3b0ed Fix a logic bug in -parse-and-apply-locals
       new  3c658fa20a Factor out most of the logic in 
cider--wrap-fontify-locals
       new  2368e0663e More aggressively extend the region in locals parsing
       new  2ae2a78d2f Set instrumented and traced faces for terminal
       new  11f4495332 [#1600] Fix a wrong number of args
       new  9388d0fc58 Make the "no tests" message smarter
       new  805023dc9e Merge pull request #1605 from 
grammati/debug-faces-terminal
       new  019f7659e3 Fix an incorrect keybinding reference
       new  cfb6e6ec0e Mention the use of C-c M-i with prefix arguments
       new  afd2fed2da Shorten the connection line in the REPL's banner
       new  2fe2d1bfbe Add missing space
       new  1805d17c6d Fix the cider-apropos-documentation keybindings in the 
README
       new  af1cfe5560 Group some related keybinding together in the README
       new  c310d91e7f Mention the alternative doc keybindings in the README
       new  2870247024 Mention the alternative test keybindings in the README
       new  641a522dbd Improve wording
       new  8a0534794f Stop using reserved C-h keybinding for grimoire
       new  c88ed08198 [Fix #1612] Be more careful about parsing locals
       new  265771092a Make the inspector's buffer name consistent with the 
names of similar buffers
       new  856b83e4c8 Track a few more ancillary buffers
       new  d8cefbc7f6 Add cider-close-ancillary-buffers to the mode menus
       new  22d4833256 Add a tip about cleaning up ancillary buffers
       new  caaf5758ce Merge pull request #1610 from grammati/grimoire-c-h
       new  16d7322544 Change push op's idx to int from string
       new  d3a77905e5 Merge pull request #1616 from sanjayl/inspector-fix
       new  48654c4827 Promote Discussion to a dedicated section in the readme
       new  bf02ec4ac5 Add a link to inf-clojure
       new  701340d198 Mention which-key
       new  02502b135a Add a section about using cider-test with alternative 
test libraries
       new  b2c4efd063 Update README wording about other test libraries
       new  c4ae3e5348 [Fix #1563] Handle invalid regular expressions in apropos
       new  db23cb5c63 Make the ns query in cider-apropos a completing one
       new  7f0b7a8f5e Handle missing connection gracefully in apropos commands
       new  66eb1bb6d7 Make it possible to pass to the apropos commands a list 
of space-separated words
       new  25ce804423 [#1541] Add versions of the apropos commands using 
completing read
       new  8102066ca7 Add cider-expected-ns
       new  58215183b9 Merge pull request #1622 from aiba/expected-ns
       new  a06e992d69 Add one more inspirational quote
       new  584ad7f46f Add one more inspirational quote
       new  862332a381 Kill an extra space
       new  b6d961420d Only use buttons for debugging when inlined
       new  7de3a80468 Refactor hiding of inspect key so it is done only once
       new  e670a7e944 Uppercase letters for debug input send a "force" argument
       new  a33eb59d5f [Fix #1625] Display a more meaningful message when 
running individual tests
       new  6bf2d1d791 Fix a docstring
       new  ffde106429 Improve a bit the PR and issue templates
       new  365dbd4bd1 Extend the team section a bit
       new  a29b3dfa74 Reflow a long line in the README
       new  9af7742f98 Improve wording
       new  013f5e8340 Acknowledge properly @Malabarba's amazing contributions 
to CIDER
       new  09e253f497 Extend copyright in cider-debug and cider-overlays
       new  987668055a Don't use `string=`, cider-eldoc-last-symbol could be nil
       new  c92a063938 [Fix #1632] Reset cider-eldoc-last-symbol when metadata 
changes
       new  9b4f5fe53a Use a single line for reporting "no tests run"
       new  499a7d6eab Add a few more quotes
       new  d8cc0a0db6 Fix a couple of var references in a docstring
       new  3f345bfd8e Fallback to clojure-expected-ns in cider-expected-ns 
when not connected
       new  e97036bc28 Adjust a docstring
       new  5c08ed111a Fix bug in cider-expected-ns; make tests run again
       new  c06bf42b4b Merge pull request #1634 from aiba/expected-ns-bugfix
       new  78b277ddba Pass cider-expected-ns's optional path arg to 
clojure-expected-ns
       new  ce9a741082 [Fix #1627] Improve the terminology used in cider-test
       new  7d4506e229 Add function names to cheatsheet
       new  639f8a6476 Merge pull request #1635 from 
sanjayl/function-name-cheatsheet
       new  742d36f528 Use cider-expected-ns as the 
clojure-expected-ns-function when cider-mode is active
       new  f3ef2fc0b7 Bump the clojure-mode dep to 5.3
       new  ac631ce074 Remove the warning about missing nREPL ops
       new  fc1be82055 Make cider-apropos-select more flexible
       new  86d05be10e Add keybindings and menu entries for 
cider-apropos-select and cider-apropos-documentation-select
       new  5a46b53fe3 Fix buffer killing in cider-close-ancillary-buffers
       new  b7f363ce1a Add a command to load all project namespaces
       new  b8ce6f736e Move cider-expected-ns to cider-common.el
       new  f69dc228c8 Move cider-expected-ns to cider-client.el
       new  f12c7e1fdf Update a few copyright headers
       new  34fa13eda7 Add a few missing spaces to make checkdoc happy
       new  2da992ecaf Add some handling of unsupported project types
       new  be0d7a19d3 Use default-value instead of initial-input in 
cider-project-type
       new  13e31a1a80 [clojure-emacs/cider-nrepl#319] Refresh font-lock more 
aggressively
       new  eff3a1c1d4 Fix a bytecomp warning
       new  d08d218526 Introduce the first draft of an online manual
       new  d76e89b8a2 Update the name of the indentation page's source
       new  890b272cb2 Break up the manual into several documents
       new  cc2a48f3f2 Kill the table of contents
       new  b8c2ab5192 Add missing links
       new  c2096da344 Remove duplicate screenshots
       new  ede8817257 Remove the gitter badge from the manual
       new  ce42ae3c74 Update a few links in the manual
       new  ac6a747454 [Fix #1630] Teach the debugger about @derefs
       new  2111b2ccb4 Document "Refresh font-lock more aggressively"
       new  bf09aab0e4 Extend a bit the quickstart's intro
       new  89d93bc62f Move the team info to a separate section of the manual
       new  7ff3bdd8f8 Move the additional resources to a separate section of 
the manual
       new  aab6ce6b04 Use only underscores in manual file names
       new  d36dbd9301 Update the enlighten images links
       new  8cb0a5e2e0 Fix Figwheel's link
       new  a49151215a Fix a few broken links in the "Basic Usage" section
       new  1791451a8b Cleanup some redundant links
       new  4da3f48e87 Add a few more mentions of the manual in the README
       new  b59729612f Change the manual's theme
       new  03ebe32558 Revert "Change the manual's theme"
       new  0485efc6a9 Move some stacktrace-related documentation
       new  1ce3c6b34d Update seq dependency to 2.14
       new  5ced2e33c3 Merge pull request #1640 from NicolasPetton/master
       new  2e19603ecb Update cider-view-manual
       new  525dd1ad85 Remove redundant section headings from the manual
       new  03e5697dc5 Tweak the indent spec link
       new  6ee5012d10 Move the gitter badge to the top of the README
       new  bfd9827a6e Remove the documentation version warning from the README
       new  1e7e289a8d Create a dedicate manual section for additional packages
       new  46f5d416e3 Allow tests to be run silently
       new  6804a6a328 [Fix #1425] Define cider-auto-test-mode
       new  1367053a3e Merge pull request #1636 from clojure-emacs/tdd-mode
       new  2c84dffefd Drop the screenshots folder in favor of images
       new  8183292fb2 Fix the refcard links in the manual
       new  589181de2f Clean up the presentations section
       new  a3c82753e1 Use "an nREPL" instead "a nREPL" everywhere
       new  6bcfb1fb51 Add a support section to the manual
       new  168cae24da Fix a broken link in the manual
       new  f03103339c Improve a section title
       new  46de854a02 Mention the manual in CONTRIBUTING.md
       new  41bfb6d4e8 Fix a broken link
       new  e202f028df Update example versions
       new  168834dd49 Improve a bit the issue template
       new  3250a6f44d Mention cider-nrepl#329 in CHANGELOG
       new  40202fef62 Merge pull request #1647 from grammati/master
       new  f9bff47eb4 Unify the changelog format with the one used in 
clojure-mode
       new  6a5693a7c9 Remove an outdated version warning from the docs
       new  73a5d19d84 Let sync op failures use stacktrace viewer
       new  b4f5ce9443 Improve a bit the section on reporting issues
       new  a216e34c65 Add a section about working on the manual
       new  c8ce2a88e5 Merge pull request #1645 from 
sanjayl/sync-err-stacktrace-view
       new  3299449406 Move a changelog entry to its proper section
       new  a363e8a15f Fix a compilation warning
       new  10185f85b1 Remove some info from the readme that's duplicated in 
the manual
       new  5fafcc6aeb Tweak a code block
       new  01b29f33a7 [Fix #1644] Add line breaks between alternative 
keybindings
       new  e6b2448e4b Slim down the manual's home page
       new  f909c35069 Extend a bit the license section
       new  6959d8722e Fix odd encoding error
       new  494f306406 Drop mentions of the original project name
       new  3578812bc9 Mention different "getting started with Emacs" resources
       new  7cf7f68d97 Update a couple of headings for consistency with the 
rest of the manual
       new  d049785c5a Improve wording
       new  70d173d596 Improve a link
       new  d320e87ea0 Strip text properties in cider-symbol-at-point
       new  8110bb1638 Remove a redundant invocation of substring-no-properties
       new  2da311e5bf Optimize cider-eldoc-arglist by ignoring more literal 
types
       new  3354b99797 Display eldoc for keywords used to get map keys
       new  af5ac96b4d Display eldoc for Classname.
       new  13dd5dd4a6 Add a note about eldoc caching
       new  6f2fbb2e47 Display namespace in eldoc
       new  0c07030259 Display multi-line eval overlays at the start of the 
following line
       new  b353c95aaa [#1651] cider-expected-ns falls back on 
clojure-expected-ns
       new  ff1f1078ab Fix the expected-ns test
       new  faba0fe732 Mute user-specified middleware errors
       new  b123f8f555 Add a few more packages to the additional packages 
section of the manual
       new  0cccdabfee Update the REPL warnings to refer to the new manual
       new  518d174a9c Add Lein/Boot version to issue template
       new  f0d9042af3 Fix a warning link
       new  3f998bf640 Remove a redundant declaration
       new  d187dc5a20 Add a couple of inspirational messages
       new  428bc72bd6 Fix a typo
       new  dfa74a4d14 Remove an outdated warning
       new  f3e6bf3c80 Bump the version used in an example
       new  15c18fdc31 Link to a mentioned section of the manual
       new  26e0e9ac5c Fix a code example
       new  3c8b51516e Tweak an example a bit
       new  d3725e9c58 Tweak a bit the REPL config section
       new  140bb130f1 [#1352] Documentation complies with checkdoc style
       new  f0faf630ee Add a section on debugging lock ups
       new  95b2dcf34d Add a section on debugging commands
       new  b7bd72a1c1 Update the formatting of some keybindings
       new  b2393758d9 Introduce a dedicated REPL section
       new  40f4e2f6ab Split the basic usage section in two
       new  6710bc2b92 Make it clearer that var is a macro or special-form
       new  fbbc0e742b [Fix #1654] Account for namespace in hardcoded eldoc 
mappings
       new  b91de64b72 Add a hack to handle properly keywords at function 
positions in ns macros
       new  66e1b4a64f Add a note about the ns macro's eldoc handling
       new  2c01bfb5d2 Cleanup the ns macro eldoc code
       new  02a1cffb1a Doc buffer splits arglists into several lines
       new  141d50e6bc Merge pull request #1655 from 
clojure-emacs/doc-improvements
       new  04366c8773 Display var docstrings in tooltips (#1657)
       new  7d28acd601 Fix some copyright years
       new  3bdbd10295 Fix some copyright symbols
       new  d735211a10 Fix a broken link
       new  bb2bb31ebc Prettify the keybindings in the manual with some custom 
css
       new  aa275cda8b Kill the function names in the cider-mode keybindings 
table
       new  22280ca646 Cleanup some requires
       new  fb6bd5899c Break a long line
       new  007e5bd609 Capitalize an Emacs mention
       new  c8bb6bc43d Kill everything that was obsoleted in the previous 
release
       new  65f5656111 Fix a section link
       new  a1a9f37290 Add a repo url and a favicon to the manual
       new  89a62e3a4b Use bigger font-size in code blocks
       new  7efd6f5925 [Fix #1656] Apply ansi colors to output when doing eval 
and print
       new  7459b3e75d Reorder the changelog for the latest version a bit
       new  a655ab3488 Fix some broken code blocks
       new  fbc7a63e21 Unify the way keybindings are depicted in the manual
       new  8fc7055075 Fix some keybinding markup
       new  740db881f6 Try to fix the displaying of the completion annotations 
screenshot
       new  b9dd471703 Improve a bit the wording in the auto-completion section 
of the manual
       new  0deee3195b Fix an accidental line break in the middle of a buffer 
name
       new  e23b125e5f Move some configuration around
       new  986626b51a Fix some keybinding markup
       new  4ad7667d15 Extract a standalone code completion section
       new  738776f07d Extract a few more standalone manual sections from 
extended workflow
       new  b3a2e7892e Fix a quote
       new  ce77733386 Make jack-in-cljs more informative
       new  8b9d666938 Declare x-gtk-use-system-tooltips
       new  c66edf928d Simplify middleware version compatibility check (#1658)
       new  a662870a4e Update some references to an obsoleted function that was 
recently removed
       new  57e058da68 Improve CIDER's menu-bar menu (#1661)
       new  868c6577ab Add a manual section on the debugger's internals
       new  978ef1ff22 Add a couple of missing dots
       new  3cee452d07 Add an animated gif showing the debugger in action
       new  d74c756a39 Fix a couple of headings
       new  3d1a9652b0 Fix broken unordered list formatting
       new  708d5eef26 Fix a couple of manual section references
       new  f7b97c5117 Rename "Extended Workflow" to "Miscellaneous Features"
       new  df5ddf2690 Fix a file name
       new  7dcdce7a6e Add default value to nrepl-dict-get (#1662)
       new  014fb4081d Tag and remove cider-test overlays only (#1663)
       new  8524dd6ba1 Tweak a bit some mentions of nil in the manual
       new  cb3d502bf9 Mention cider-scratch in the manual
       new  0112143a77 Add a link to the minibuffer code evaluation feature
       new  007cb2a300 Change cider-type overlay property to category
       new  21b8e625d2 [Fix #1667] Never throw errors in help-echo
       new  4cf1034385 [Fix #1668] Never prompt in help-echo
       new  2462b96fb3 [Fix #1669] Add a missing require
       new  afa8d4223d Don't use the default face on tooltips
       new  b1fa301d95 Prevent an occasional info exception due to no symbol at 
point
       new  58eb044318 [Fix #1671] Don't hang user input while fetching tooltips
       new  f3e837695a Add a tooltip for local values
       new  7a1c6862a6 Document a bunch of features
       new  a44e155da1 Tweak the presentation of several keybindings
       new  7bbd8f3f2b Extract a dedicated section for connection management
       new  dcadb89127 Fix a typo
       new  19d78fecb5 Remove a redundant sentence
       new  8827eb1e4b [#1650] Start writing tests using buttercup (#1659)
       new  0e52e3adbc Use the readthedocs theme locally
       new  f9b1b45c5e Use one lever bigger headings everywhere in the manual
       new  2b47b4f74e Add a copyright notice to the manual
       new  6799ded8ba Try to deal with an encoding issue
       new  b276aeea7c Group a few pages together in an About section of the 
manual
       new  ed262cafa7 Move the changelog to a separate manual section
       new  7f5464adf7 Fix typo
       new  1f63373235 Debugger: step-in (#1660)
       new  7bd4c32bb4 Fix a typo
       new  5da2939b85 Add missing dot
       new  fe4a406103 Apply a few small readme tweaks
       new  7187c36e9f Fix a typo
       new  bac615c40a Add -face to the names of a few faces we've defined
       new  0feb6c33d5 Fix an off-by-one error in cider-debug-move-here
       new  c02b1cc42b Also fix move-here for temp buffers
       new  1ccbf96bc0 Add a link to the online manual in CIDER's customize 
group
       new  50a5ee4a06 Improve code style a bit
       new  0e9de1810d Improve some wording
       new  722db8c3fd Wrap a couple of long source lines
       new  855a7f456b Fix force-step operations in the debugger (#1679)
       new  ac74a443ac More documentation for the debugger
       new  00dc7faefa Merge pull request #1682 from grammati/debugger-docs
       new  04f083764e Add f and g keybinds to cider-test-report-mode-map
       new  0fc47f0390 Improve some wording
       new  c28da4d3d9 Remove a redundant heading
       new  5371266e19 Improve wording a bit
       new  fa726cefeb Add a missing the
       new  d7c6a9fde5 Don't keywordize debug input
       new  4d1c32efc7 Quitting debug prompt won't quit the debugger
       new  93651b7853 New option `cider-use-tooltips`
       new  b616ae676f [#1650] Migrate some tests to buttercup (#1676)
       new  36db7f31db Replace the enlighten images
       new  4f76be0ea1 Fix an unused lexical variable
       new  79941e9692 Refill the text paragraph in CIDER errors
       new  21f4caafd9 Fix enlighten-mode accidentally moving point
       new  1c45146520 Release CIDER 0.12 (Seattle)
       new  da36cc02bb [Fix #1686] Make it harder to mess up 
cider-known-endpoints
       new  95c23dc287 [#1689] Destroy result overlays if the code is edited
       new  712431af73 Changelog and nth on the cider-known-endpoints fix
       new  6ae631ae04 Migrate non-automated tests to buttercup
       new  2d632cf90c Migrate cider-locals-tests to buttercup
       new  002409185c Use cider-apropos-select in 
cider-apropos-documentation-select
       new  cc9400143d Fix a broken link in the manual (#1696)
       new  6272a1f0b0 [Fix #1659] Add fringe indicators for evaluated forms
       new  41e22eda0a Merge pull request #1691 from 
clojure-emacs/fringe-indicators
       new  827742171c Swallow inspect-read-and-inspect into inspect-expression
       new  b8091dd71a [#1692] New command: cider-inspect-last-result
       new  030d655962 [Fix #1692] Truncate very long overlays
       new  9659490489 Warn when using unsupported Clojure version (#1700)
       new  c2ad07cb60 Remove a reference to cider-inspect-read-and-inspect 
(#1703)
       new  f50c753ca3 Fix spelling error in clj-refactor section of 
documentation (#1702)
       new  b145e3e541 [#1561] Font-lock vars, macros, and functions in the 
ns-browser (#1695)
       new  360f42212f Add a jack-in command for ClojureScript
       new  a90844f4ff Give cider-cljs-lein-repl a safe-local property
       new  56aad13876 Migrate cider-selector-tests to buttercup
       new  eeda7d4953 Migrate nrepl-bencode tests to buttercup
       new  a8a9405d48 Start migrating cider-tests.el to buttercup
       new  072a5375ba Merge pull request #1690 from cskksc/feature/buttercup
       new  1706bd7f0d Bump the development version
       new  365e48dc82 Pick a suitable codename for 0.13
       new  36e1f8a6bb Change a couple of defvars to defconsts
       new  494f12e936 [Fix #1672] Resolve ambiguous build system with 
preferred choice (#1705)
       new  7c923f70fd Fix a few things in the changelog
       new  b459a383db Inject minimal clojure version as a dependency (#1697)
       new  99119a6bd0 Mention company-flx in the manual
       new  8ef3053ab9 Move the section for migrating from auto-complete-mode
       new  9991c35d14 [Fix #1561] Correct font-lock vars for namespaces not 
loaded in the REPL (#1710)
       new  6ae6421616 Allow the ns displayed by eldoc to be tailored via 
cider-eldoc-ns-function
       new  fbd9f4dada Add a couple of unit tests for cider-abbreviate-ns and 
cider-last-ns-segment
       new  8a92a46b2e Add a couple of tips
       new  fa000aad61 Improve a bit cider-eldoc-format-thing
       new  ccd82a7e40 Fix cider-eldoc-format-thing test
       new  4ad0f08b74 Merge pull request #1716 from cskksc/fix/test
       new  21b5857523 Always fetch ns-vars-with-meta from nREPL middleware 
(#1715)
       new  ece8fb9569 Keyboard shortcuts for macroexpansion mode (#1704)
       new  0c6a1d75c7 Offer to open app in a browser when connecting 
ClojureScript (#1706)
       new  489022dbd1 Improve instructions for "Browser-connected 
ClojureScript REPL in Boot project"
       new  9361f3b252 Add a couple of blank lines
       new  7786fad27c [#1718] Update a variable name in the docs
       new  048da927b4 Improve boot's `cider-jack-in-clojurescript` 
instructions (#1711)
       new  8068a65138 Allow user to set the argument of 
`cider-change-buffers-designation' in a non-interactive call (#1714)
       new  3ca2bd7232 Increase the timeout for sync namespace evals
       new  3dcb104d79 Add spacing to kbd elements (#1722)
       new  2ee6decfe4 Fix arglist display for `def` in the doc buffer
       new  a299a2a668 Add a comment about a previous change
       new  2bee590406 Improve the Readme section on wrong cider-nrepl version
       new  a800291811 Improve the warning buttons
       new  3698fa0459 Tweak a bit the welcome banner
       new  26bb282261 [Fix #1720] Add a command to evaluate the form around 
point
       new  fa7b62bf3b Rename cider-eval-current-sexp to 
cider-eval-sexp-at-point
       new  fa0d935f26 [Fix #1650] Migrate cider tests from ert to buttercup
       new  b2c64bf55e Add commentary and license section to test files
       new  2512bc1381 Merge pull request #1723 from cskksc/feature/buttercup
       new  3564304c3f Remove redundant noflet dependency
       new  8092259f0e Update a reference to ert
       new  ebf1a16d0a Add one more inspirational quote
       new  9379ed6d43 Bump the cask version to 0.7.4
       new  703df27f3f Remove a redundant usage of let*
       new  6938848d62 Fix cider-popup-buffer-display with multiple frames 
(#1708)
       new  f3b9080e13 Fix a changelog entry
       new  1e95f720c3 [#1726] Hihghlight nrepl-message keys in the 
nrepl-messages buffer
       new  54933ddd2b Move dictionary manipulation to its own file, 
nrepl-dict.el
       new  0a3d743bf5 Fix a compile warning
       new  ff2a6dc32d Update docs - fix a link and some spelling (#1727)
       new  a9d1d58492 [Fix #1564] Add support to filter out internal 
namespaces and vars (#1724)
       new  97172dae41 Fix tramp compile warnings
       new  72886462be Require nrepl-dict in nrepl-client
       new  1f6fc8d64d [Fix #1712] Check if when-let is defined even when 
if-let is
       new  42776938e8 [Fix #1725] Display class names in eldoc for interop 
forms (#1729)
       new  4e43293527 Fix eldoc errors for empty parentheses (#1734)
       new  ec30c3d370 ANSI-color the nrepl server buffer
       new  2207619121 Use cider-sexp-at-point in cider-eval-sexp-at-point
       new  9a6fed698d [Fix #1689] Create eval indicators for all sexps in a 
region
       new  3bdfd2ff4a Fix a scan-error
       new  775b7d2d08 Ensure cider-jack-in fails gracefully when build tools 
are not found (#1733)
       new  13e5e52a16 [Fix #1735] Display eldoc only for existing forms (#1738)
       new  a3099d5bf6 [#1736] Show see-also links in the documentation viewer 
(#1742)
       new  89fb519b9a Fix variable name in see-also (#1744)
       new  77a3985e54 [Fix #1737] Show value of locals in debugger tooltip 
(#1741)
       new  4721202d12 Fix a couple of function names
       new  c884271151 Try to fix the display of the enlighten-mode images in 
the manual
       new  a4828efcad Add explicit width to the two problematic images
       new  03816dbc86 Revert "Try to fix the display of the enlighten-mode 
images in the manual"
       new  65a4697d0f Try to fix the display of the enlighten-mode images in 
the manual
       new  4179136e8e Add explicit width to the two problematic images
       new  88559783f9 Swap the enlighten images
       new  5ba5091b60 Introduce a common prefix for some evaluation commands 
that aren't used frequently
       new  694e126349 Improve a bit the PR template
       new  9556859841 Remove reference to `should` from tests
       new  6ff455ece4 Rename cider--eldoc-remove-dot-sym
       new  fa79263427 [#1638] Consider the eldoc at point before first symbol
       new  5df8bbd012 [Fix #1572] Add support for variables in eldoc
       new  3074f2b384 Refactor some eldoc functions
       new  f1f110274f Merge pull request #1749 from 
cskksc/feature/eldoc-symbol-at-point
       new  0f78557a3e Don't query eldoc for symbol at point if not needed
       new  6d768dbbbc Replace a member with memq
       new  526e9b2424 Fix CIDER expansion in the docs (#1754)
       new  9b611ae41d Add font-lock-variable-name-face in cider-propertize 
(#1753)
       new  383047261f [Fix #1755] Completion for multiple REPL buffers
       new  1981b72ebf Document the previous fix
       new  37c4bd037c Fix eldoc error
       new  4d7a77e14d Merge pull request #1756 from cskksc/fix/eldoc
       new  80a18e042b Improve a bit the way we display the definition location 
in docview buffers
       new  939ce73271 Improve a comment
       new  873206e155 [#1746] Parse docstrings to create help var xrefs (#1750)
       new  67ab8e4235 Mention a couple of recent CIDER presentations I've done
       new  3374dbb00b Simplifications to cider--doc-make-xrefs
       new  417d7f6f50 Improve the PR template a bit
       new  55423fb9f0 Fix broken link to contribution guidelines
       new  886ea9bbd0 Mention Bountysource
       new  62276b2aab Add an option to suppress the prompt in 
nrepl--maybe-kill-server-buffer (#1765)
       new  b939d079c7 Polish a bit the preceding changes
       new  f145dc2267 Add a Gratipay badge
       new  afd5549baa Fix the Gratipay badge
       new  fca597a296 [Fix #1577] Show first line of docstring in ns browser 
(#1757)
       new  db2242803b [Fix #1766] Fix company-mode integration with cider eldoc
       new  7eebb18cb4 Merge pull request #1770 from cskksc/fix/company-eldoc
       new  29cba99b33 [Fix #1768] Don't font-lock buffers if font-lock-mode is 
off
       new  232616579c Small style changes
       new  6167e2f247 Abbreviate file names in the doc buffer
       new  77085ed64a Fix typo
       new  e2f9ffd564 Ugly patch for misbehaving ClojureScript REPLs
       new  dd07f59cbf Change read-char to read-key
       new  c8ad614522 [Fix #1777] Correct custom spec for 
cider-preferred-build-tool
       new  af2ec9c19d Add a test for #1777
       new  f98034498f [Fix #1767] Read and eval defun at point (#1774)
       new  424c6e5011 Add one more inspirational message
       new  4d915c31c6 Remove read from cider-browse-ns--first-doc-line
       new  0f8df598e7 Fix orphaned nrepl-messages buffer after cider-quit 
(#1788)
       new  1554a487c7 [#1782] Customizable appearance of a multiline docstring
       new  04f588e5d7 Merge pull request #1785 from 
cskksc/feature/multiline-eldoc
       new  c5453992e3 Add one more inspirational quote
       new  ce55e3648b Fix the quoting of some symbols in the changelog
       new  6b3c2b9b1e Fix order of nth and fix support for unlabeled endpoint
       new  c082a2e13b Fix a prompt format
       new  7dd8a80276 Improve a local's name
       new  d005eaa60a Fix a couple typos in testing doc (#1798)
       new  87506dc800 [Fix #1646] Add option to control apropos actions (#1791)
       new  cd0a2d7202 Add missing package-version property
       new  9d4328416b Show default action in apropos act on symbol prompt 
(#1800)
       new  e265fc27f0 [Fix #1782] Make mouse-over tooltip less intrusive 
(#1801)
       new  780b448332 Make cider-repl-closing-return complete { and [ (#1799)
       new  20ac45c040 Move eval commands to a single keymap (#1805)
       new  116d1816c0 Tweak the eval keymap a bit
       new  4941aaf44b Minor indentation fix
       new  2335dffd5e Make cider-eldoc-thing-type consistent with 
cider-propertize
       new  0f64a618ff Merge pull request #1808 from cskksc/minor-changes
       new  ec2866ca0b [Fix #1811] Handle properly jack-in commands with spaces 
in them
       new  686cf539d8 Mention helm-cider in the manual
       new  736be3c050 Mention cider-hydra in the manual
       new  8c0f21914a [Fix #1804] Remember cursor position between 
cider-inspector-* operations (#1807)
       new  357d5b960d [Fix #1794] Flush ansi color context after printing 
(#1813)
       new  70dbc8fd93 Improve the code style a bit
       new  b8932a37b9 California, here we come!
       new  cdff72e9bf [#1677] Handle lone carriage returns as newline (#1814)
       new  8a85d94109 Fix latest changelog entry
       new  6f1527de78 Bump the development version
       new  0f9b3701fc Bump the clojure-mode dep to 5.5.1
       new  ee63ad0eed [Fix #1819] Handle properly missing commands on 
cider-jack-in
       new  31ebe880d6 Shorten an error message
       new  99651f619f Bump the clojure-mode dep
       new  9000c3604d Bump the seq.el dep
       new  c258fe7d81 Set a codename for version 0.14
       new  2bfa9da8b4 Improve a bit a comment
       new  bdccd2ee6c Update all inspector operations to use nREPL sync 
requests (#1821)
       new  0fc2afb0ce [Fix #1825] Show generated test input (#1826)
       new  0dd4771258 Fix a typo (#1830)
       new  bdbb2d25b9 Relabel stacktrace suppression button (#1836)
       new  c698df1c90 [Fix #1824] Add support for cider-jack-in dependency 
exclusions (#1844)
       new  6d6595a06c [Fix #1769] Display fn spec in the doc buffers (#1833)
       new  b9e0426076 Fix usage of RET in several keymaps (#1852)
       new  cb2ec12357 Add new command `cider-toggle-request-dispatch`
       new  e72011feff Improve the wording a bit
       new  16cc690260 Add a FAQ section to the manual
       new  f2a839fc13 Kill some trailing whitespace
       new  dc0227d09b [Fix #1831] Replace \u2019 with ASCII apostrophe (#1857)
       new  415108cfe1 [#1758] Disable nREPL message logging by default
       new  360daba09d [#1758] Add a new command nrepl-toggle-message-logging
       new  b19ca9a8b0 Convert cider-eldoc-max-num-sexps-to-skip to a defcustom
       new  587bbe3266 [#1820] Don't try to display eldoc in EDN buffers
       new  d666aba1b6 Add some keybindings to the cider-test-report-mode-map
       new  167a708e28 Rename cider-test-rerun-tests to 
cider-test-rerun-failed-tests
       new  3a83d58dfc [Fix #1851] Add a command to re-run the last test that 
was ran
       new  5a9b3ced54 [Fix #1823] Properly set the column metadata on 
interactive evaluation
       new  5d2df05be5 Fix the documentation about the cider-test-report 
keybindings
       new  e9d2d878e8 [Fix #1748] Add new command 
cider-pprint-eval-last-sexp-to-repl
       new  9934b0e304 Fix a link name
       new  3d1ea25139 Improve English
       new  e2db55d2a1 Improve a warning message
       new  579a8dd892 Kill some tabs
       new  111d957189 [Fix #1789] Make it easier to change the connection of 
the scratch buffer
       new  f28ebb7156 [Fix #1859] In message log insert large objects on 
request only
       new  e4ab03e346 Explicitly list unfolding parameters in nrepl--pp
       new  c6a49d5c70 New interactive commands 
`nrepl-log-expand-button/all-buttons`
       new  4b57a23002 Rename logging nREPL function with nrepl-log- prefix
       new  de7d734dd2 Use keymap instead of local-map for mouse events in 
nrepl buttons
       new  8688489fc6 [#1854] Use the default jack-in command on remote hosts
       new  bac53bd72f Fix a docstring
       new  35ae4470e0 Warn when running cider-jack-in without a project
       new  2066a5d20b [Fix #1613] Check for refresh function resolvable (#1866)
       new  8f83cd1037 Add a missing changelog entry
       new  7713423c87 Kill an extra blank line
       new  f3c396ff8c Release CIDER 0.14 (Berlin a.k.a. The Birthday Release)
       new  664d191121 Start working on the next CIDER release
       new  041b3e1da1 [Fix #1582] Add command names to keybinding listings in 
the manual (#1867)
       new  1491f7d606 [Fix #1707] Add customization for line truncating in 
special buffers
       new  b197b40747 Replace a dependency to cider-common with a simple defvar
       new  2956282c8e Tweak some documentation a bit
       new  0803409db2 Improve the presentation of some documentation a bit
       new  3be082ae4a Make it easier to deal with changelog conflicts
       new  70971d0a91 Drop support for Emacs 24.3
       new  fd78aa8b1e Add Emacs 25.1 to the test matrix
       new  adab93a7a2 Update the dev version designation
       new  8fef15e7ef [Fix #1882] Restore compatibility with Emacs 24.4
       new  c2d32d8b07 Drop some redundant string-related functions
       new  99381cd28f Update the EVM Emacs builds to use the versions built 
specifically for TravisCI
       new  682d8b3b48 Simplify the travis build
       new  55feaba656 Run the tests on Emacs snapshot as well
       new  3e9986050c Display the Emacs version before running the tests on 
Travis
       new  5e934401d9 Control pretty print width with variable
       new  d19cf7d9d3 Add option to control whether the cider inspector window 
fills its frame
       new  a68fd4a22b Improve a docstring
       new  ce349eb24f [Fix #1872] Allow displaying REPL without focus
       new  da8ae0638c Improve a couple of docstrings
       new  c957cafe16 Fix pcase usage - it accepts only backquote before Emacs 
25.1 (#1894)
       new  d12ba39b7e Get session id from session we are using
       new  8b074cbe15 [Fix #1897] Bind terminal TAB in stacktrace-mode
       new  d7214f135f Allow negative prefix to inhibit refresh fns
       new  9a9a462bca Fix a docstring
       new  bf80bd4f73 Improve the formatting of a bit of code
       new  0fcc4c98c9 Add fix for #1588 to changelog
       new  1d335332c5 Update the copyright years in the documentation
       new  1ce1d9998f Update the copyright years in the source code
       new  d2fd5ebf58 Fix nrepl-start-server-process's docstring
       new  8ae91efbc3 [Fix #1895] Connect to same host:port after cider-restart
       new  8d65a6bc2a Fix pcase compatibility with Emacs 24.x
       new  72b0caaedb Improve the formatting of a message a bit
       new  a4d85b603e [Fix #1776] Add new customization variable 
`cider-test-defining-forms`.
       new  e38d22b5e3 [Fix #1862] Add "Hacking on CIDER" section to the manual
       new  65ef2ee520 Fix a couple of changelog entries
       new  f8f185d28b Add backers & sponsors from Open Collective (#1908)
       new  3be96670ca Adjust some formatting
       new  3a1bc62b94 Add cider-history command, based on browse-kill-ring
       new  558e66832a Fix image link (#1917)
       new  460a1dc948 Add font-locking for reader conditionals (#1912)
       new  f041e5bb88 Fix a couple of headings in the README
       new  2eb46c05fb Extend a bit the funding documentation
       new  b8f886bd6d Put some emphasis on "consider supporting the project"
       new  f86f3cd62c Kill an extra blank line
       new  038ba56137 Improve some wording
       new  d3800f0d5c Kill an extra blank line
       new  858b81d603 Kill an extra space
       new  79f8cc632c [#1544] Don't fallback to SSH by default for remote 
hosts in case of a failed direct connection
       new  37e101cf5c Improve the layout of the README badges
       new  db77e8c4d7 Add fuzzy completion-style for company
       new  04e428ba4d Add info on custom completion style to docs
       new  efe15912fa Remove session from nrepl interaction (#1925)
       new  a6dcd6302a Introduce cider-*-global-options
       new  d9d7e94c06 [Fix #1731] Change code for boot's 
cider.tasks/add-middleware task
       new  faa28cf6c3 Link to the "Hacking on CIDER" manual section from some 
related documents
       new  5cb4f5bc03 Update "Up and Running" part related to boot
       new  240c6ed236 Fix boot task option in README
       new  856b3e1ab8 Make cider global and parameters option explicit in the 
doc
       new  eac7db2e3e [Fix #1931] Correct an `or` expression
       new  ec12e6b299 Correctly close tooling session (#1932)
       new  a7603ee176 Fix a couple of broken Open Collective links in the 
README
       new  eb1bc43028 [Fix #1881] Add `cider-cljs-*-repl` defcustom and hook 
`boot-cljs-repl`
       new  7fdc71cea3 [#1942] Remove references to the deprecated wiki
       new  82e544bdfb [Fix #1938] Make cider-jack-in-clojurescript honor 
.dir-locals.el (#1944)
       new  386a7c4b98 Don't use `list` where backquoting would be clearer
       new  5d32b96073 Don't use `list` where backquoting would be clearer
       new  c529eca1ea Improve the code style a bit
       new  0fb25a8b8e [#1945] Mention host and port in connection 
success/failure messages
       new  5ffb2ea96b Improve some error messages
       new  400652e8b5 Remove some redundant REPL init code
       new  49bb2129b7 [Fix #1935] Correct the broken ssh fallback connection 
logic
       new  e585447903 Tweak some error messages
       new  52e69c102f Improve some connection messages
       new  34dca8a3ce Add interactive function to flush Compliment caches
       new  211f8a05c5 Improve some wording
       new  a6bbd39998 Add installation instructions for el-doc
       new  575d5ff027 Reflow a long line
       new  fd5a94b29a Add manual installation instructions
       new  c95db5e622 [Fix #1945] Start nREPL servers bound to :: by default 
using cider-jack-in
       new  920ce47bf7 Fix nrepl--direct-connect error formatting in the let 
binding (#1954)
       new  ed40997a7c Kill an obsolete require
       new  2283d18596 Kill an obsolete require
       new  27374dab93 [Fix #1947] Inhibit `enlighten-mode` during repl 
initialization
       new  050b2a7065 [Fix #1952] Add timestamp to nrepl messages when logging 
them (#1955)
       new  4016a9790e Add a comment explaining the nREPL message time-stamps
       new  0830dec1ed [#1726] Order keys in nrepl message objects (#1956)
       new  3a634d57ee Add "time-stamp" to the list of nrepl message keys 
displayed always at the top
       new  eefdced69c Replace a concat with format
       new  00b44fda41 [Fix #1352] Add checkdoc to build (#1957)
       new  78d752d1b8 Add a comment
       new  f5a1ade83c Fix a copy/paste mistake in the manual
       new  d528100ecb Fix expectations in cider-font-lock-tests
       new  0816372ff4 [Fix #1832] Add eldoc info for datomic query input 
parameters
       new  c538d353ca Update face inheritance
       new  ea030a5f66 Fix performance in fringe overlay placement
       new  35c18ac8af Add a missing . to a changelog entry
       new  2530c9943f Fix an outdated docstring
       new  6ab27cb718 Make it possible to disable auto-evaluation of changed 
ns forms
       new  2b0b26996a Add a missing :package-version property
       new  97be6b9344 Strip text-properties prior to sending some input for 
evaluation
       new  02c9eea041 Mention a video demo of CIDER in the README and the 
manual
       new  cf9eeb4cdf Extend the manual section about pretty-printing in the 
REPL
       new  35d2ddfa04 Fix wording
       new  e4b9cf0cd7 Extend the list of key REPL features
       new  b89e18a516 Mention one more demo video
       new  ea23329749 Add cider-load-all-files and clojure-files-in-directory 
functions (#1983)
       new  d84b8a8ba7 Update various faces when a theme is disabled
       new  ec2a10b7a3 Move the REPL history browser doc to the REPL section of 
the manual
       new  a82bfbebe8 [Fix #1991] Make it possible to disable the prompt to 
open a ClojureScript in a browser on connect
       new  397c89d58e Add cider-doc-auto-select-buffer custom variable (#1996)
       new  1c0cd08ba9 Fix a nil error when loading a code buffer and the error 
buffer is visible  (#1997)
       new  1b8359b0b4 Add a missing changelog entry
       new  676a80869d [Fix #1990] Add option to auto-save buffers when calling 
cider-refresh (#1994)
       new  afb4b2637c Improve the documentation for 
cider-prompt-save-files-on-cider-refresh
       new  cbfb7878d1 Extract a function for saving the project files
       new  f54973df9a Fix a typo
       new  9c5153377f Make cider-save-project-files actually operate on 
project files
       new  8422f92e8b Fix a typo
       new  cbad6b2d11 Rename cider-save-project-files to 
cider-save-project-buffers
       new  f42b26202f Rename `cider-prompt-save-file-on-load` to 
`cider-save-file-on-load`
       new  54b5250efd Rename `cider-prompt-save-files-on-refresh` to 
`cider-save-files-on-refresh`
       new  2ac571736d Remove an obsolete alias
       new  7ffc207cf0 Fix a few variable references
       new  238c60c632 Fontify Grimoire code blocks if possible
       new  3d6b97b271 Support special forms for apropos and Grimoire
       new  b610bf1944 Use new format for forms-str and arglists-str
       new  785eef6823 Add a missing changelog entry
       new  44549df326 Remove namespace qualification in instrumented vars
       new  55a579f56a Document "Method code too large!" fix.
       new  be019aa9ec [Fix #2018] Don't delete wrong overlays after eval 
(#2020)
       new  d4841ce7c6 Indicate both special form and macro in doc
       new  b4a3d2431d Installation instructions via use-package
       new  4a7b5ffc24 [Fix #2026] Mark many custom variables related to 
cider-jack-in as safe (#2027)
       new  746038fe21 Add cider-browse-spec-all and cider-browse-spec 
implementation
       new  71b2f6233b Tweak a changelog entry a bit
       new  80851fbbd7 Clean-up a bit the spec browser
       new  b89d53ef8e Make cider-browse-spec-navigation buffer-local
       new  39820e1fde Simplify a true usage
       new  151c847b32 Use a more efficient symbol comparison
       new  c640348c5e Simplify a few when + not forms
       new  3b45999065 Correct a couple of references to the spec browser regex 
filter
       new  6a4ca9191d Fix presentation of all specs
       new  72544bc0b4 Fix presentation of individual spec
       new  2e51d40739 Only handle mouse event on highlighted text
       new  b7f79b180a Add `cider-browse-spec` and `cider-browse-spec-all` to 
cider-mode and cider-repl
       new  de973bd444 Make `filter-regex` for `cider-browse-spec-all` optional
       new  ff4c0ed9bc Add a section in the manual for the spec browser
       new  24ee93eac9 Remove some redundant code from modes inheriting from 
special-mode
       new  cc7bfb0fa8 Kill some trailing whitespace
       new  2de15d1e3a Mark nrepl-log-messages as safe
       new  976ffdbb57 Use #' consistently for :safe predicates
       new  2dafa65019 Revert "Make cider-browse-spec-navigation buffer-local"
       new  d445ffcd36 [Fix #2023] Make popup-buffer sexp indentation optional 
(#2038)
       new  61894b3bbd Add a missing changelog entry
       new  dd2f0f8867 Improve a docstring
       new  60660863eb Improve the formatting of some code
       new  4733e02bf0 [#1875] In cljc files eval into both clj and cljs repls
       new  cb4ed93b14 Make cider-switch-to-repl-buffer switch to most recent 
buffer
       new  644b37c919 Show only or hide when on stackframe lines
       new  16e2a7241f Introduce positive filters for stackframes
       new  1e63608012 Add "Project-Only" filter for stackframes
       new  2f3c9f52c0 Update UI for stacktrace filters for show/hide
       new  0c6f998c61 Handle ANSI color REPL evaluation created by Puget 
(#2021)
       new  b185f75f3b Fix typo in link to cider-nrepl repo (#2044)
       new  388133c435 Better connection types retrival
       new  79b9d6438b [Fix #2040] Fix fontification of conditional expressions 
in cljc files
       new  746e4d6941 Make `cider-current-connection` retrieve the most 
recently used connection
       new  beb00355c3 Use seq-find instead of cl-some
       new  5854f3a5a1 Make "project-only" button handler same as others
       new  d55768ab41 [Fix #2049] Use `view-mode` for `cider-grimoire` buffer 
(#2050)
       new  7daf4e968d [Fix #390] Implement a workaround for orphaned Java 
process on Windows (#2051)
       new  01d4ac835b Use `add-to-list` for ancillary buffers
       new  04cad1315b Factor out back/forward button parts from 
`cider--doc-make-xrefs`
       new  d000c62bf0 Use different modes for spec list, specs, and examples
       new  4831a0c100 Change mode lighters
       new  9685f8fd34 Fix spec browser movement commands
       new  2329b0b590 Use `add-to-list` instead of `push` for ancillary buffers
       new  baa998600c Sort `cider-browse-spec` deps
       new  f2a5e27456 Use buttons in spec browser buffers
       new  af7c76f9ba cider-repl--state-handler doc fix
       new  b13a70c089 Add support for interactive location references in REPL
       new  d2e22e77c5 Move cider-sync-request:ns-path to cider-client.el
       new  154dd39138 Simplify ns caching and fix non-evaluation of ns form in 
cljs
       new  ddf3f358bc Add connection argument to cider-nrepl-sync-request:eval
       new  44dc350206 Make cider-eval-ns-form for interactive use only
       new  ce913e8a23 Highlight user root namespaces in REPL stacktraces
       new  91a0b38480 Use plist to cache ns->ns-form mappings
       new  5dbeb5b8a0 Add nREPL support for user level notifications
       new  e503f5628e Release CIDER 0.15 (London)
       new  9773544cff Use `cider--font-lock-ensure` for compatibility with 
Emacs 24.5
       new  92a1ecb851 Add more Travis test combinations
       new  9db616d9c1 Fix misplaced form in `cider-browse-spec--pprint`
       new  7af913fc20 Add `directory-files-recursively` to `cider-compat`
       new  55fecc730b Fail on `checkdoc` warnings
       new  7417bb6a9f Fix `checkdoc` errors
       new  c484d7efcf Check that `checkdoc-file` is defined before running 
checks
       new  1251bc6dce Don't set `show-args` to `t` in `cl-assert`
       new  35be94f6ba Make reference to `cider-stacktrace-toggle-all` a 
function
       new  ba66d222a8 Use `nil` value instead of symbol in `pcase`
       new  4867db8ab3 [Fix #2058] Don't cache non-existing ns-forms
       new  ea6aa352f7 Fix broken evaluation in cljc files with one connection
       new  aad32a7d7e Bump the development version to 0.15.1-snapshot
       new  2f2819610a Hide all others stack frames when viewing project only 
(#2064)
       new  71f737d444 Move relevant tests from cider-client-tests to 
cider-interaction-tests
       new  8d98f79c5d Export EMACS variable for Cask tasks
       new  7f129e872d Don't checkdoc in autoloads
       new  b88daf2455 Move cider-checks.el and cider-bytecomp-warnings.el to 
./scripts/ subdir
       new  ee3f3b2997 Make elpa target understand emacs versions
       new  2a20e36d66 Add test-all target
       new  9c3b1863a9 Improve makefile (#2071)
       new  4c3341d0c6 Document debugger fixes
       new  ff6b73c411 Add a missing : in the newest changelog entry
       new  f2b198ed92 Add a bunch of missing : in various changelog entries
       new  a1eee8c712 Add a change entry for 
https://github.com/clojure-emacs/cider-nrepl/pull/432
       new  cb87da4e73 Make links in "Also see" section to be text buttons 
(#2079)
       new  595e8a7f32 [Fix #2045] *cider-scratch* is no longer an ancillary 
buffer
       new  7a53a92054 Document clojure-emacs/cider-nrepl#435 and 
clojure-emacs/cider-nrepl#436
       new  6055683115 Rely on cider-find-file when locref cannot be resolved 
by info middleware
       new  d3873c4fe5 Improve on cider-repl--root-ns-highlight-template regexp
       new  76b15f6158 Jump to other window when clicking on a locref in REPL
       new  425761b444 New utility function `cider-run-chained-hook`
       new  c11adedd9b New utility function `cider-add-face`
       new  768178e190 New non-standard hook `cider-repl-preoutput-hook`
       new  87ccc00e94 Add `cider-repl-highlight-spec-keywords` pre-output 
processor
       new  61c1f0b53c Document recent changes
       new  7a72259291 Fix tests
       new  8a9eab3264 Release 0.15.1
       new  93bdb46054 Bump the development version
       new  39d86a6ead [Fix #2088] Font-lock properly fns defined with def 
(#2086)
       new  f40014b9ca Faster REPL - don't load extra middleware on first sync 
request
       new  8e13584cc4 Init the debugger at the end to avoid concurrent 
middleware loading
       new  46367ce408 Document recent changes by @vspinu
       new  88c6487d7a Add debug spec to cider-propertize-region
       new  779837f3d8 Add FILL and FONTIFY arguments to 
cider-stacktrace-emit-indented
       new  abbe45e630 Handle clojure.spec assert requests
       new  c60d1ae580 Implement visibility toggle of named groups in 
stacktraces
       new  946a9d44e0 Change anchored link to reference install page where 
standalone is documented (#2097)
       new  2fe6086016 Fix a variable reference
       new  207bab1a30 Add a missing closing parenthesis
       new  b7208e17c9 Add a note about *nrepl-messages* in the Troubleshooting 
section of the manual
       new  5c1b3806eb Update the link to nREPL's GitHub repo
       new  9748679928 [Fix #1651] `cider-expected-ns` no longer returns nil 
under boot (#2124)
       new  17a392c1d6 Apply a few small tweaks to the changelog
       new  452410085b [#2111] implement 
cider-pprint-eval-{last-sexp,defun}-to-comment
       new  49ef3c53f0 Fix a typo
       new  788ba581ec Check whether there are multiple active connections in 
cider-rotate-default-connection
       new  f2faaf9073 Fix a typo
       new  bf543b5226 Improve a couple of error messages
       new  da9c38b387 [#2110] Update the auto-injected version of nREPL to 
0.2.13
       new  f7f1256070 Fix a regression related to requiring REPL util on REPL 
start
       new  254f17d022 Add a REPL shortcut for `cider-repl-require-repl-utils`
       new  21bdb8d967 Add optional `buffer` argument to 
cider-connection-type-for-buffer
       new  4a41360e84 [Fix #2084] Select correct REPL type in 
cider-switch-to-repl-buffer
       new  3d5d73cdc6 Improve lookup in cider-switch-to-last-clojure-buffer
       new  c1a500d7da [Fix #2126] Preserve the point position in 
cider-format-buffer
       new  dd0ecbc0e0 Remove cider-remember-clojure-buffer and 
cider-last-clojure-buffer
       new  b484daa718 [#2120] Fix TLS related errors in Travis CI (#2128)
       new  b34057a194 Replace `if-let` and `when-let` with starred versions
       new  8143c4afd7 Restore missing parens
       new  3a98c1b9f9 Fix misplaced parentheses in `cider-repl-switch-to-other`
       new  bd051f2f2a Remove single tuple bindings for `{if, when}-let*`
       new  8cd76482bb Improve point restoration of `cider--format-buffer`
       new  59905c30ea Merge branch 'master' into switch
       new  d63a7dfeb1 Merge pull request #2127 from vspinu/switch
       new  0bd67b7f80 [#2129] Ðœake evm and cask setup more reliable in travis 
(#2139)
       new  19ba2442c4 Fix a typo
       new  19dcc14170 Improve a couple of docstrings and comments a bit
       new  7bc6955e37 Ensure cider-repl-result-prefix is only inserted before 
the first result chunk (#2117)
       new  668b7cf56c Add a changelog entry for the previous commit
       new  300cbd70b5 Tweak the changelog a tiny bit
       new  eaa0e652ee Improve the name of the variable checking whether we're 
dealing with the first chunk of a result
       new  94bf5ca271 Fix a docstring
       new  c61037ef59 Fix indentation
       new  95a168ff3b Make show-prefix a required param for cider-repl-emit 
result
       new  e472e0d6e1 Remove unused parameter `pos` from 
`cider-eldoc-format-variable`
       new  19d7b4bc0f Ignore unused parameter `cmd` in `cider--debug-mode`
       new  44d7c46dac Replace `{if, when}-let` with `{if, when}-let*`
       new  7ab3208130 Ignored unused parameter `win` in 
`cider-locref-help-echo`
       new  b7c93fec98 Remove unused var `face` in 
`cider-stacktrace--emit-spec-problems`
       new  35e6d966cb Use `non-essential` instead of `tramp-completion-mode` 
for Emacs 26
       new  31325dc16a Name var for `with-parsed-tramp-file-name`
       new  99ebdce0d8 Use 6-arg version of `tramp-make-tramp-file-name` for 
Emacs 26
       new  95c7e6b90e Avoid spurious unused lexical arg warning from Emacs 
<25.1
       new  4036705aef Dynamically build structs in `nrepl-bencode-tests`
       new  f357cf07c7 Update cider-sync-request:resources-list to track some 
cider-nrepl changes
       new  fc1260c48d Replace Gratipay with Liberapay
       new  6b584d9685 Update the Liberapay links
       new  27f9e2e987 [Fix #2123] Add a changelog entry for the Java 9 version 
handling fix
       new  0eaeaf40e3 Improve the error message of cider--find-ns
       new  677ec20a6c [Fix #2112] Add a new interactive command 
cider-find-keyword
       new  74889ac0af Mention cider-find-ns in the menus for cider-mode and 
cider-repl-mode
       new  c908e8d0dd Fix nesting of when-let* body in several inspector 
functions (#2146)
       new  ad0c997140 [Fix #2144] Create a docker image to mimic the TravisCI 
environment (#2145)
       new  337352d6ce Touch up a bit some documentation from the previous 
commit
       new  164ffa2e9f Replace a few occurrences of when + not with unless
       new  d9096e6ce5 Add a few notes about test namespace inference to the 
manual
       new  d830ca6b02 Add a note about clojure-expectations 2.2 adding support 
for clojure.test
       new  cf55e903a1 Simplify a bit of code by using string-suffix-p
       new  4e0304a5fb Update a usage of <= for Emacs 24.4+
       new  84de0dcd22 Mention Patreon as a means of supporting CIDER
       new  74f7901b41 Release 0.16 (Riga)
       new  73c4468c94 Bump the development version
       new  e1051b2ad0 Improve a bit some help messages
       new  518d3fcc00 Improve a bit the configuration section of the manual
       new  4f99450885 Kill an extra blank line
       new  79c306ddcd Extend a bit the section on minibuffer completion
       new  533da079f0 Add a section on syntax highlighting to the manual
       new  3e9ed12e8c Bump the copyright years
       new  f1dc7543ce Add a note about compliment and cljs-tooling
       new  f7079555b3 [Fix #2150] Improve formatting of spec in `cider-doc` 
buffer (#2151)
       new  c5d4964961 [Fix #1913] Allow toggling of current buffer connection 
(#2149)
       new  8ac398f7bf Fix a couple of changelog entries.
       new  009af6dcde Expand a bit the section about working with cljc files
       new  6bc4b3c5e7 Improve a message
       new  a0c843ec99 [#2153] Improve a bit the descriptions of commands 
related to clearing the REPL
       new  4fe3a30cf4 Update links to the manual
       new  49f57751b9 Fix typo
       new  76f78b81f1 Use `color-lighten-name` instead of custom color scaling 
function
       new  9371af24b4 Sort `require`s in `cider-util.el`
       new  f4e6c59ce5 Render specs in cider-doc using 
`cider-browse-spec--pprint-indented` (#2154)
       new  227673ccd6 [Fix #2148] Fix jump to definition for remote 
cider-jack-in or cider-connect (#2156)
       new  3f7608f1a7 Add instructions in the manual on how to swap 
eval/newline in the REPL (#2164)
       new  2db31b0069 [Fix #2161] Add new interactive command 
`cider-eval-defun-to-point`
       new  7a07ae0e5d [Fix #2113] Add a couple of commands for evaluating the 
last/current sexp in context
       new  7cb5d39aee Fix a typo
       new  b31b5e309c [Fix #1976] Add an interactive command for connecting to 
a running ClojureScript REPL
       new  345a60d5d7 [Fix #2163] Add cider-browse-spec-regex (#2165)
       new  32c25bee57 Fix a changelog entry and kill some whitespace
       new  7fa4340aee Java files are now linked in stack traces if paths are 
configured (#2167)
       new  d5dfb5e11d Improve a bit of documentation from the previous commit
       new  4ce9ba30bd Move cider-resolve-java-class to cider-util.el
       new  4ac854f8a1 Address a compilation error
       new  6c5e4acbcb Improve a docstring
       new  1b32df8fb7 Add missing :group property
       new  ab2b686667 Add a note about customizing the initial REPL namespace
       new  28d5c0b809 Add a couple of comments to cider-test-run-test
       new  75a187d83e Make a couple of documentation section titles stand out 
more
       new  0b8f340038 Highlight failed assertions in tests that were defined 
interactively
       new  9b37cacddf Add a menu for cider-browse-ns-mode
       new  732c5711f3 Extend a docstring
       new  107e05c292 [Fix #2160] Make it possible to customize *print-length* 
and *print-level* via defcustoms
       new  be2341d938 Drop support for cljx
       new  004b090b8e Avoid a potential error if the REPL config defcustoms 
are all nil
       new  807764c51e [Fix #2155] install-gnutls.sh should exit early on error
       new  bccf56544f [#2171] Add a changelog entry for the "See Also" updates
       new  9fe07e30bc Fix a couple of changelog entries
       new  a34c8b088e Render diffs for expected / actual test results
       new  9381fc2051 Check `actual` before insert in 
`cider-test-render-assertion`
       new  393720c3e6 Attempt to fix an intermittent CI build failure
       new  1aaf7b4a7f Port `clojure-cheatsheet`'s data to `cider-cheatsheet`
       new  4e0458a9d1 Fix a couple of cheatsheet sections
       new  a433741df9 Implement a basic interface for the Clojure Cheatsheet
       new  c51903c8ba Fix a few section headings
       new  bfdd79c28f Remove `:url`s from the cheatsheet hierarchy
       new  9308acc2b3 Fix grammar in Using the Repl
       new  df747fdb7a Fix formatting in Navigating Stacktraces table.
       new  4e95ccef3c Remove redundant seq-filter
       new  e4e48eae22 Remove last remnants of cljx code causing CI breakage
       new  b14b44e0b2 fix unused lexical variable
       new  7402dd3681 Add some new words of inspiration
       new  fbf2b45706 [#2191] Add some preliminary support for cider-jack-in 
with clj
       new  afe7bd2c9a Add an autoload and a keybinding for 
cider-connnect-clojurescript
       new  dd6166dd9c Update cheatsheet for Clojure 1.9
       new  37acd50005 Use `clojure` instead of `clj`
       new  60a0ed6a6f Complete the renaming started in the previous commit
       new  3776a5e290 Fix a copy/paste mistake
       new  52493cecb4 Update base image in Dockerfile
       new  b173ebeaaa [Fix #2191] Mention the support for `tools.deps` in the 
changelog
       new  f43eda2fd1 [Fix #1933] Add profiling support to CIDER (#2197)
       new  810a5293c4 Acknowledge Edwin for his work on nrepl-profile
       new  50557f1791 Mention @edw as the original author of cider-profile
       new  343de6ad72 Clean up `cider-profile`
       new  b81073f385 Make `cider-profile-map` a prefix command
       new  c74cc6ac12 Add `cider-profile-menu`
       new  6505608dda Add lexical binding to `cider-profile.el`
       new  8016391199 Use standard `cider-profile` response handler everywhere
       new  36f1934dc8 Remove a note about company-mode 0.9 as it's stable now 
(#2204)
       new  4ef2ceafd9 [Fix #2102] check-parens before middleware in 
cider-format-buffer
       new  38ae9418c8 Add one more inspirational "quote"
       new  043634085b Remove a mention of clojure-cheatsheet
       new  5aecb09c50 Remove mentions of the now deprecated auto-complete-mode 
support
       new  1cd6878ffa Mention sayid in the "Additional Packages" section of 
the manual
       new  9663a2d0f4 Improve a bit the PR template
       new  88f4fcf1d3 Extend a bit the Troubleshooting section of the manual
       new  dae5285ea9 [#2202] Decouple the ClojureScript REPL selection from 
the build tool being used
       new  d7007311af Correct variable name refactor `cider-cljs-repl-types`
       new  28c7a744d6 Fix a typo (#2219)
       new  477baf45db Update the message displayed when starting a 
ClojureScript REPL
       new  2aeb036e70 [#2202] Introduce cider-default-cljs-repl
       new  78cfbf6532 Fix `cider-eval-region` masking `clojure-refactor-map` 
in `cider-repl-mode` (#2220)
       new  ef8004dabf Declare functions to resolve warnings
       new  7a6ad8fdaa [Fix #2211] Scope .dir-locals.el settings to specific 
modes (#2221)
       new  313886dfc8 [Fix #2223] Clarify PR template (#2225)
       new  f65d324666 Add support for starting Nashorn ClojureScript REPLs
       new  30fe9ea324 [Fix #2199] Implement elisp-lint.el in CI
       new  547a8db61c [#2199] Indentation adjustments, per elisp-lint
       new  8b34b90112 [#2199] Checkdoc fixes
       new  286cdf86b1 [#2199] Don't declare-function cider-eval-commands-map, 
not a function
       new  dc8684e809 Improved a bunch of messages
       new  6aadcd8b6d Add support for the tooling session in 
nrepl-sync-request:eval
       new  462ad81fcf Add cider-sync-tooling-eval
       new  6c16e8af62 Remove a redundant usage of format
       new  7d91a6d8c3 [#2202] Check in advance if a ClojureScript REPL can be 
created or not
       new  c875f4fcdf [Fix #2227] Move the definition of 
cider--select-zombie-buffer where it belongs
       new  efcc573362 Remove an unbalanced paren in initial ns command
       new  29f4489b34 Fix a typo
       new  1e6504e37f Add a basic roadmap document
       new  3d3c0ed3b6 [Fix #2230] Check for required libraries on the classpath
       new  b460bbc716 Move up the place where hack-local-variables is invoked
       new  cd57feb920 Extract the ClojureScript presence check into a separate 
function
       new  18ed761524 Update up_and_running.md `built.boot` -> `build.boot`
       new  b7eb2d1bd3 Drop install-gnutls.sh from builds
       new  1fd95331a8 Lint errors should fail the build
       new  6b86f1af84 Fix indentation
       new  d628e2e77c [#2235] Make repl ignore a blank string rather than 
evaluating it
       new  1ee97c4c4b Improve the description of cider-client.el
       new  2457e5d557 Add an inspirational quote
       new  0ca04ebcee Add one more inspirational "quote" :-)
       new  ef56ad6cc1 Improve a command reference in the REPL's help message
       new  418f227e56 [Fix #2240] `cider-test-ediff` values properly (#2241)
       new  6a7b8ba0b7 Use a more subtle way to indicate a REPL is a cljs REPL
       new  f3f2057b4f Fix a typo
       new  62210a6211 Update a docstring
       new  61daf788f2 Remove a redundant workaround when jacking in with 
clojure
       new  485921594b Improve the references to the clojure script for jack-in
       new  e36ea80df5 Make piggieback a requirement only for the REPLs that 
actually need it
       new  bd018872fb Remove a couple of leftover quotes
       new  a60b93124a [Fix #2243] Fix a typo in @edw's name
       new  9ca96b7adb Remove an extra space in cljs REPL buffer names
       new  1984f96ea7 Make the cider-replicate-connection command more visible
       new  57d235bd5b Update CHANGELOG.md
       new  973e1041bd Add support for shadow-cljs to cider-jack-in
       new  e314aeef54 Add a missing . to a changelog entry
       new  01d728a077 Use the clojure-cli terminology consistently in the code
       new  85bbdb9663 Teach CIDER about shadow-cljs's nrepl.port file
       new  432078e98f Refactor some lame duplicated code
       new  93c2942104 [Fix #2244] Display the REPL name in the modeline
       new  3d47506215 [Fix #2249] Update the default value for 
cider-default-repl-command
       new  57d99d392e Make a tip more applicable
       new  ff43bb11d5 Allow predicates in plugin and middleware lists
       new  5e5a42c711 Fix indentation of a comment line
       new  a90c6267ca Favor running shadow-cljs via npx
       new  3597b47bfd Add a couple of "insert-in-repl" commands to 
cider-mode's menu
       new  c4f164329c Add a missing car function call
       new  8987e77a43 Add support for starting a shadow-cljs ClojureScript REPL
       new  918789346e Add test selector support
       new  76a644a83e Fix `cider-repl-handle-shortcut` not handling plain 
lambdas
       new  9ec56ce659 Add a custom ClojureScript REPL type
       new  41087a59ec Update cider-default-cljs-repl
       new  18a5f10021 Add a function for registering additional ClojureScript 
REPL types
       new  a01115242b Update a reference to piggieback's GitHub repo
       new  93fc02373b Use cider-jack-in-lein-plugins with clojure-cli and 
shadow-cljs
       new  fdb0b91a52 Improve wording
       new  9228edd20d Extend the test filtering functionality
       new  e0deb8e069 Update the part of the manual about test selectors
       new  5169cebe8a Don't use resolved commands in cider-jack-in
       new  0affa7d37f Update ClojureScript instructions for new piggieback 0.3
       new  b6595c6fc3 Remove the Rhino stuff
       new  dea539cce6 Update the ClojureScript usage instructions
       new  d8494c252e [#2272] Add a workaround for broken library presence 
detection on JDK 9+
       new  11d34ccd00 Make it possible to disable redirecting the server 
output to the REPL
       new  7315b8dc57 Fix a defcustom's :safe property
       new  d0ba5c3b1a Add a note about CIDER/clj-refactor compatibility issues
       new  2288746b8e Update a few menu entries
       new  e17d817a83 Mention cider-connect-clojurescript in the menu
       new  670256e0fb Fix indentation
       new  12735adce1 Add a couple of shorthands for ClojureScript commands
       new  a34fc95afa Extend a bit the ClojureScript section of the manual
       new  69e6bed26f Move the ClojureScript documentation to a dedicated 
section of the manual
       new  a2534bfdeb Convert the ClojureScript repl type to a symbol
       new  dd836340ba Add support for displaying various images (#2248)
       new  7e59878248 Fix some compilation warnings introduced by the previous 
commit
       new  912ca3ff7b Fix indentation
       new  f19370aa9f Fix a couple of links to the manual
       new  a4f1ae417c Fix a variable name
       new  004ae914ab Fix a couple of elint warnings
       new  a826c1ce5c Fix a docstring
       new  939928a950 Convert cider-repl-content-type-handler-alist to a defvar
       new  8c8e197e4c [Fix #2283] Update all ClojureScript REPL forms to use 
piggieback 0.3+
       new  f615669e19 Improve a docstring
       new  95defaab5e Autoload command aliases
       new  fdf97bce9e Update a bit the roadmap document
       new  8b4b89966b Update the roadmap
       new  aeccd836b2 Improve a comment
       new  ae22b86d06 Fix a couple of small mistakes in the 
cider-repl-use-pretty-printing defcustom
       new  d01366a01c Mention the new content-type functionality in the manual
       new  35d72618cc Update the piggieback instructions
       new  581aaefd43 Optimize a bit of code
       new  5b1c148078 Release 0.17 (Andalucía)!
       new  3795864230 Update the suggested piggieback version
       new  fed67b8e53 Extend the usage section :-)
       new  0a652cca39 Add to the manual some tips for tweaking 
cider-cljs-repl-types
       new  dcba258aba Bump the development version
       new  e304a84dfc Stop posting notifications to our defunct gitter channel
       new  466c66096c Update some wording for 0.18
       new  b573180404 Add locref reg-expressions for cljs-messages and 
reflection warnings
       new  bfa84e096a Add tests for locref detection
       new  739289347b Expand locref file when file is relative
       new  ff3bfa2642 Use line-move instead of previous-line for emacs24.5 
tests
       new  c64b3e5b97 Require the nashorn REPL before trying to use it
       new  feeed85c0d Add :safe properties to a few defcustoms
       new  ed51096336 Move a defcustom
       new  5cc147e684 Remove a few references to SLIME from the documentation
       new  eb42764fa4 Update the requirements
       new  45bd3bc238 Update the piggieback version mentioned in the manual
       new  dfa45aedac [Fix #2286] Fix eldoc on repl image (#2293)
       new  c08efcfb02 Update the changelog
       new  ab25ea6c66 Inject piggieback automatically on 
cider-jack-in-clojurescript
       new  31d4f0fb7a Make the ClojureScript deps injection configurable and 
document it
       new  0004e63c93 Update the piggieback dep
       new  796bae227b Update @tapeinosyne's GitHub handle
       new  b9832c581e Kills some extra spaces
       new  5f2495efb3 Bump the clojure-mode dep
       new  e8ff30f180 Indicate support for Clojure CLI tools in docs
       new  717222c21b Improve library checking
       new  29af513218 Fix a roadmap entry
       new  e63c115d29 Quick and dirty fix for not building properly the 
group-id
       new  209fb0a9cc Add a FIXME to cider-classpath-libs
       new  c40a020e8a Don't use (deprecated) internal tramp var
       new  89cb4a4130 Fix a typo in cider-connections function (#2304)
       new  4ff5d3ae39 [Fix #2294] simplify stacktrace filter mechanism
       new  82b8165e98 Use Emacs 26.1 in the Travis build matrix
       new  49034dc2b4 Use a better error when a cljs repl form cannot be found
       new  aec1fcd141 Bump piggieback to 0.3.6
       new  4c593d0998 Add figwheel-main REPL type (#2313)
       new  d71342f413 [Fix #2310] Add cider-format-edn-last-sexp (#2311)
       new  35cf253ff3 Group insert-into-repl commands in a common keymap and 
make them more flexible  (#2319)
       new  2fafba3f86 Improve the markup of the installation section of the 
manual
       new  587f6ac0fd Check if those docs annotations are not case sensitive
       new  5c3723e7e6 Add the admonitions markdown extension
       new  547e52fefb Use a fancy copyright symbol
       new  3979451691 Improve a bit the "Up and Running" section of the manual
       new  31fd3503df Improve the formatting of a code example
       new  ac1d7925e1 Improve the formatting of the debugging section of the 
manual
       new  ecb7ff7115 Update the manual links to use our new domain cider.mx
       new  3e45c4ca59 Improve the formatting of the code completion section of 
the manual
       new  5cb98a74ba New connection API and jack-in rewrite (#2324)
       new  6bdd935df8 Update an nREPL url
       new  99ca2281b5 [Sesman] Improve link retrieval API
       new  ecc0a55d77 On session-restart don't unregister links
       new  4a6a2501e8 Fix cider-restart for single-repl sessions
       new  36e5110691 Remove lingering condition-case-unless-debug
       new  026ac3d5e5 Check for missing repls in cider-switch-to-repl-buffer
       new  cac491680a Rename -cljcljs -> -clj&cljs postfix
       new  d277e8f44a Update the requirements
       new  e7f075fe8a Update the changelog
       new  b28fbac964 Remove cider-compat.el
       new  674f34e00e Group a few requires a bit better
       new  6981c3125f Remove some dead code
       new  a59fa09c77 Revert "Remove cider-compat.el"
       new  e7e7bfe2bc Trim cider-compat.el down to just if-let* and when-let*
       new  b2147d57f2 [sesman] Expand paths before link registration
       new  3a792fe57c Check in `cider-connected-p` that the process is alive
       new  f05dbc4573 Pass cider-default-cljs-repl value to on-port-callback
       new  09659397ed Remove duplicated elisp section in .dir-locals.el
       new  d135ce3d54 Move some code where it belongs
       new  d07081df56 Fix the link to the manual
       new  eea7e6e140 Introduce a new command named `cider` (`C-c M-x`)
       new  499be1067a Eval top level defuns inside comment forms (#2323)
       new  8c57020f13 Add a note on the history of CIDER
       new  d53ae1fddc Add a few more tips and notes to the manual
       new  e414f7def1 Fix a broken link
       new  9e9de017b3 Add a few tips and notes to the FAQ
       new  3446eca7ac Fix a typo
       new  c9d3654647 Update the piggieback url
       new  bd606e3fcb Replace the mentions of the now defunct CCW with calva
       new  5bc9326373 [#2305] Make it possible to disable the REPL type 
auto-detection
       new  4fd637f564 Make cider-set-repl-type interactive
       new  28bdc1f289 Add support for printing to the current buffer to 
`cider-eval-defun-to-point`
       new  37bf7534b3 Fix unbalanced parentheses
       new  0bca1d16ee [Fix #2328] Add new interactive command 
cider-eval-sexp-to-point (#2339)
       new  cb198610d9 Add a tip on building locally the MELPA package
       new  939428d040 Reorder a bit the eval menu
       new  05aa03452e Reflow a few long docstring lines
       new  eecc51b80e Add cider-jack-in-clj&cljs to 
cider-connection-init-commands
       new  48468d7455 Rename `cider-eval-defun-to-point` and 
`cider-eval-sexp-to-point`
       new  bb47916ba4 Add keybindings for cider-eval-defun-at-point and 
cider-eval-last-sexp in the eval keymap
       new  6d4a5a8190 [#2203] Move the insert and eval functionality out of 
cider-interaction.el
       new  37365f10f4 [#2203] Extract the tracing functionality in its own 
source file
       new  7f5c1df104 Fix a reference to cider-toggle-trace
       new  f8a9f5ec73 [#2203] Extract the refresh functionality in its own 
source file
       new  c5157be51d Mark a private function as such
       new  2b7a88e1d3 [#2203] Extract the formatting functionality in its own 
source file
       new  9fcce7d479 Fix broken build
       new  80928313d0 Kill misplaced section heading
       new  f9d0ba457e Remove cider-ping command
       new  4c00b081f3 [#2203] Extract the code completion functionality in its 
own source file
       new  527466cb1d Add :safe clause to cider-repl-auto-detect-type
       new  fd6e7ea30c [#2203] Move cider-interrupt-handler to cider-client.el
       new  7ebe957807 [#2203] Move stdin handling to cider-client.el
       new  fb27fd6948 Remove obsolete alias
       new  c9153e2061 [#2203] Move cider-read-from-minibuffer to 
cider-common.el
       new  fc63c29dbe [#2203] Move cider-undef and cider-run to cider-mode.el
       new  c97fe1a0f1 [#2203] Move the cider-auto-mode stuff to 
cider-connection.el
       new  86f6a3f6bc Mark a function as private
       new  ac5221e9ce Fix the build
       new  d985efb44e Bump the minimum and the latest Clojure versions
       new  3c1f8a65f9 Kill obsolete defvar
       new  6e23946313 Fix a bunch of docstrings
       new  5a75a3e234 Improve a docstring
       new  3098f427dc [#2203] Extract the find functionality in its own source 
file
       new  4f3f6b0d7a Fix a couple of references to cider-jump-to
       new  73d4d88722 Move cider-nrepl-session-buffer where it belongs
       new  4fb50b9f32 Move the definition of cider-ancillary-buffers to 
cider-common.el
       new  adb648a086 Avoid a compilation issue
       new  1366f4e7b2 Fix a broken test
       new  77423c25a7 Restructure some requires
       new  e1f920850d Address a couple of compilation warnings
       new  d6a835ed89 Fix a few more compilation warnings
       new  a1f9994943 Gut the cider-stdin-handler
       new  ce712f2a57 Fix one more compilation warning
       new  c015706533 Fix more compilation problems
       new  a7d1969d49 Try to fix again the compilation issues in 
cider-connection.el
       new  1fa530a18f Fix one problem compilation problem
       new  13c76efcfc [Fix #2347] Remove direct manipulations of 
cider-ancillary-buffers
       new  f7f3fc719a Fix formatting error
       new  8717df7049 Don't require cider-profile in cider-mode
       new  2df0e7ae87 Add a small comment on auto-loading
       new  ad68a5616d Fix the build
       new  858ebe0cff Clean up the requires in cider-interaction.el
       new  02dc9dba9f Restructure a bit cider-interaction.el
       new  ac9cb611f4 [Fix #2203] Rename cider-interaction.el to cider-eval.el
       new  cb581f39be Update the roadmap document
       new  0758f72cdf Use a more specific require in a test
       new  d7d6821a80 Use more specific requires in the tests
       new  02dc4aca60 Move the cider-find-var functionality to cider-find.el
       new  89e77f31e1 Add a few extra tips
       new  4da871b4f8 Group a couple of related tips
       new  f504aa1052 [#2342] Add an obsolete alias for 
cider-current-repl-buffer
       new  24db03d135 [#2342] Add a cider-current-connection alias for 
cider-current-repl
       new  571036e9d0 Fix the test selector filtering functionality
       new  0ca47cbb04 [Fix #2317] Allow cancelling stdin prompt
       new  5992565a4d Fix classpath libs functionality on Windows (#2356)
       new  1147d8cc42 Remove sesman.el
       new  e2678b58be Fix build warnings
       new  aecf9b05f1 Add `ensure` argument to `cider-current-repl` and 
`cider-repls`
       new  40c1fa0962 Refactor `cider-switch-to-repl-buffer` and 
`cider-repl-switch-to-other`
       new  5f1a4672dc [Fix #2342] Alias and obsolete variables after #2324
       new  baae33267c Fix checkdoc error on emacs 27
       new  c658d8a759 [Fix #2357] Don't add nil keys to the test op requests
       new  b07e733e03 [Fix #2341] Update connection management section in the 
manual (#2364)
       new  423ba43223 Fix a few typos and grammar
       new  80e606047b Ensure existence of a REPL in `cider-map-repls`
       new  db76168b77 [Fix #2352] Preserve current context in 
`cider-load-buffer`
       new  4e5dd39364 [Fix #2367] Add missing autoload for cider-find-var
       new  ac6edbe716 [Fix #2374] Eliminate nils from the creation of the test 
requests
       new  f416812aa2 Correctly format shadow command when it is "npx 
shadow-cljs"
       new  cc415ba56c Add little autoload explanation to Hacking on Cider doc 
page
       new  2a407e6942 Fix a require in the docs
       new  563ec60eb2 Extend the section on autoloads in the manual
       new  35329bf49e Update a reference to Emacs 26.1
       new  e0540a28d3 Try to fix the broken links in the PR template
       new  1e684aca02 [Fix #2373] Make it possible to configure the welcome 
message displayed in scratch buffers
       new  27910f39b9 Remove `cider-visit-error-buffer` in favour of using 
`cider-selector`
       new  e78389572f Rename cider-find-or-create-scratch-buffer to 
cider-scratch-find-or-create-buffer
       new  9d46a4f8b4 Rename cider-create-scratch-buffer to 
cider-scratch--create-buffer
       new  9af225e005 Rename cider--scratch-insert-welcome-message to 
cider-scratch--insert-welcome-message
       new  4b5f28bfad Add the ability to jump to the profiler buffer using 
`cider-selector`
       new  c3f4d15707 Rename cider--recently-visited-buffer to 
cider-selector--recently-visited-buffer
       new  ebec8911ca Improve a docstring
       new  73278d76fa Kill a redundant declare-function
       new  7000b3757d Update the manual installation section of the user's 
manual
       new  f38872c8ee Rename the cider-refresh.el to cider-ns.el
       new  8b8309d970 Add some version info the deprecation messages
       new  be3544712b Fix a broken file reference
       new  874fc914b1 Improve a bit the article on managing connections
       new  6d592f7e26 Add a missing require
       new  d5fd66eb89 Remove a mention of Emacs 24.4
       new  9ff0e1d38b Mention the cider command in "Managing Connections"
       new  7abc2c05c2 Use cider-jack-in-cljs consistently in the code and 
documentation
       new  2c6df2b462 Mark major breaking changes in the changelog
       new  f1a0f6b0aa Use a better notation for the breaking changes
       new  b6a758f4de Fix some broken formatting
       new  2061c76384 Add a note about the usage of clojure over clj
       new  ff5923b20f Bind C-c M-r to cider-restart
       new  d8a0111d62 [Fix #2337] Add `cider-start-map` and bind to `C-c C-x`
       new  fbf12324d2 Add `cider-ns-map` and bind to `C-c M-n`
       new  a9918ef970 Initialize `sesman-system` in all CIDER modes
       new  3abc9669b9 Fallback on `cider` in sesman-start (C-c C-s C-s)
       new  25d28a404f Document keymap changes
       new  c520d903ea Follow up on the keymap changes
       new  34046a9549 Implement uniform jack-in and connect parameter handling
       new  8e2d896459 Fix a typo
       new  82d379c2c5 Fix a broken call to cider-popup-buffer
       new  dbe38a70d7 Fix the regular expression used to extract the nREPL 
port number on jack-in
       new  4b7aea3523 [#2357] Support both keywords and strings as test 
selectors
       new  30714a8041 Update a couple of mentions to cider-jack-in keybindings
       new  62de7dc372 Update a couple of keybindings
       new  a0ff82fb25 Remove a redundant Java 8 check
       new  3ae4b8b350 Add a section on using CIDER with figwheel-main
       new  4cd84c1529 Give some examples about the expected format for 
shadow-cljs and figwheel-main builds
       new  4f08ea913b Fix a bunch of keybinding references
       new  e47ce97807 Add the cider command to the cider-start-map
       new  6d6aa42ecf Move the pprint related commands to a dedicated keymap
       new  7e8b60d88d Fix a couple of broken lists
       new  aef642f518 Add autoloads target to Makefile (#2378)
       new  3e645d1baf [Fix #2291] Fix `cider-use-tooltips` variable to work as 
expected
       new  123277f3c9 Fix the indentation
       new  9feb9b8099 Accept plain figwheel-main build name, normalizing to 
keyword (#2385)
       new  0d70afd89a Bump the piggieback version that gets injected on jack-in
       new  63b4fcac4d [Fix #1980] Echo back missing namespace name on 
interactive eval
       new  122a40fd6e Force ns caching for ns lookup related to dynamic 
indentation
       new  ce01d4df0e Initialize `sesman-system` earlier in `cider-repl-create`
       new  4da52f2612 Implement sesman-project method
       new  7c66b4a823 [Fix #2387] Default to "localhost" in cider-current-host
       new  650b60bbf4 Fix tramp usage for Emacs 26.1 and up (#2390)
       new  b8ae80c27e Improve a docstring
       new  2673645359 Implement a flexible way to customize session names
       new  a769fe15f6 Make `nrepl-xyz-buffer-name`s use new formatting system
       new  af8a64e825 Fix linter on Emacs27
       new  1a54accdec Add manual entry for how to customize session and REPL 
names
       new  7d3c3c8620 Acknowledge @vspinu's immense contributions to CIDER
       new  39931d58d0 Sync the README with the manual
       new  3a725f3ae1 [Fix #2381] Start REPLs in the original jack-in buffer
       new  797d9fd30c [#2381] Hack dir-locals when :project-dir is part of 
connect params
       new  ed5f7ad93b Provide meaningful default selection in 
cider-select-cljs-repl
       new  728beadae8 Add command for finding variable using mouse
       new  df6f56e5f9 Target cider-find-dvim instead
       new  e5d332e133 Add makefile target for building docs
       new  ce05c1a026 Add mouse bindings and document them
       new  ca4935686b Improve session and REPL buffer naming
       new  078e16bae5 Set correct default-directory in repl-buffers
       new  a1f86b38c4 Update docstring
       new  623a669619 Add cider-ns-reload and cider-ns-reload-all commands
       new  c4313db0bd Add shadow-select CLJS REPL type (#2397)
       new  ee3ac379b0 Store and re-use session-name in REPL buffers
       new  76d2e566bb Fix restart of server-less sessions
       new  dc57cdc18f Preserve REPL names during the restart
       new  6a9bc1cc05 Add support for sesman-browser
       new  d4cd579f5f Document sesman-browser in the manual
       new  1c9f9e33a2 Rename `cider-describe-current-connection` -> 
`cider-describe-connection`
       new  2ab2e3e151 Stop releasing CIDER and cider-nrepl together
       new  6147c73799 Modify cider-boot-parameters to match the new boot task
       new  4661e5a845 Bump the injected piggieback to 0.3.8
       new  1d7f5fff58 Set the edit_uri explicitly
       new  d3ed8596b7 Mention cider-load-buffer-and-switch-to-repl-buffer in 
cider-mode's menu
       new  d37de6084f Add a tip about 
cider-load-buffer-and-switch-to-repl-buffer
       new  84b67f44af Restore the C-c C-p and C-c C-f keybindings
       new  5dd1c57b42 Improve a bit the "Up and Running" section of the manual
       new  e24ed41cd1 Update a few references to the legacy tools.nrepl
       new  12674b3de3 [Fix #2401] Correctly pass dynamic vars to 
cider--update-jack-in-cmd
       new  8372d4df41 Emit a different warning if cider-nrepl is not present
       new  778d2a903b [Fix #2417] Fix a typo
       new  728f8b78f5 Use multiple issue templates
       new  3b4406571c Add issue template metadata
       new  f0853305a3 [Fix #2411] Don't show warnings when the middleware 
version requirements are met
       new  6d14923200 Remove a default return value
       new  ad932aca16 Fix the message displayed when cider-nrepl is not 
present at all
       new  f2ab3d36a8 [Fix #2415] Filter out killed buffers in `cider-repls`
       new  238113ff62 Update cider--close-connection test
       new  799cc4f3a7 Add a test that killing a REPL buffer removes it from 
the list
       new  076ab35e5b [Fix #2419, Fix #2414] Bump sesman version
       new  0a1f536bdf [Fix #2421] Use the right version comparison function
       new  9d2af835f2 Remove comment aware toplevel defun code
       new  48811ce59e Bump the required clojure-mode version
       new  672d6f3589 Don't be super specific about certain dep versions
       new  5cf0f6f046 Rename cider-default-repl-command to 
cider-jack-in-default
       new  57e2c9789b [Fix #2424] Fallback to lein on jack-in when clojure is 
missing
       new  0e12ee2d42 Add a todo about cider-jack-in-default's current 
position in the code
       new  035ff007a9 Make the project-type a symbol
       new  4ddac0e971 Fix indentation
       new  cc458a4b2c Fix the build tool detection
       new  2b16dcceac Fix some tests
       new  aaeba0e93c Shuffle around some tests
       new  7f035598b0 Fix a test
       new  396786c30b Fix quoting in a list
       new  4d226ffee8 [Fix #2427] Handle properly multiple project types
       new  5e7011e08b Fix a test
       new  9a1171b219 Fix the name of the boot nrepl-server task
       new  b68eb5346d Add a missing autoload cookie
       new  8bf420f724 Fix linter on Emacs devel
       new  7e3ae962e1 [Fix #2418] Don't overwrite explicitly supplied params 
in connect-sibling-xyz
       new  e499367af1 Add doc/auto/ to .gitignore
       new  07dd778f8b [Fix #2425] Implement "pending-cljs" REPL type
       new  4dd1ff1982 [Fix #2413] Prompt if a session with the same parameters 
already exists
       new  bcbda1088b Bump the auto-injected piggieback dep
       new  97b95f5b5b Release 0.18.0
       new  950c1a3058 [Fix #2408] Auto-link to sesman session on cider-find-var
       new  7f1c5e2ea9 Bump the development version
       new  0359a39406 Fix a typo (#2437)
       new  8996e699ae Improve "basic architecture" diagram
       new  55740ea8e9 Open archive entries within AVFS directory
       new  8527236dbc Correctly set host name in server when jacked-in from a 
remote file
       new  67af658665 Fix changelog
       new  a6a9b8084d Replace usages of eval-after-load with 
with-eval-after-load
       new  82e7aa31f3 Update a menu
       new  baa0430625 Inject nREPL 0.4 instead of nREPL 0.2
       new  7008a33b33 [inspector] Fix erratic behavior when multiple REPLs are 
connected
       new  222b96bc1f Try to fix the missing enlighten images in the manual
       new  0dc98a18ea Tweak some wording
       new  fa377fc601 Update the links to the manual
       new  c99baaf3f7 Update some instructions
       new  53e32b69a2 [Fix #2435] Remove killed REPLs from session in client 
sentinel
       new  063b7b5d81 [Fix #2439] Remove mentions of 
cider-toggle-connection-buffer from the docs
       new  458fd52974 [Fix #2440] Make use of 
`cider-check-cljs-repl-requirements`
       new  84159858ac [Fix #2441] Autoload cider-start-map
       new  e0552ade1f Move "Closed on" connection message to sentinel
       new  e0aca78ba5 Make sure REPL window point is at point-max at startup
       new  61db6a5a64 [Fix #2444] Reuse dead REPL buffers on new connection
       new  93f760d777 Document recent changes
       new  2607afa6b6 Tweak an error message
       new  3141c5d7de Fix an error message
       new  2e69bf92ef Remove mentions of gitter
       new  0fce64ab24 Correct reference to 'font-lock-string-face
       new  377aa19d4a Fix typo in clj command
       new  c1a38bb56d FIx cider-nrepl coordinate
       new  3cb2dbb701 More precise point positioning for cider-format-defun 
and no mark
       new  15548cc3b8 Fix restoring point after formatting in some conditions
       new  e071b027c1 Fix typos in clj nrepl command
       new  c07de90d28 Disable indent-tabs-mode in a more explicit fashion
       new  5624cb541d [Fix #2466] Make generic cider ops use any available 
nrepl connection
       new  63cefceb83 Tweak a changelog entry
       new  33e9f0f7a0 Kill an unneeded blank line
       new  a5cbaef6ba Add missing cider-default-cljs-repl defcustom entries
       new  7aa985c0d3 [Fix #2482] Don't bind nREPL server to ::
       new  a842cb946a Mention cider-repl-scroll-on-output in the manual
       new  3b55c116c6 Expand the cider-repl-scroll-on-output documentation
       new  23de90cf77 [Fix #2446] Implement Sesman friendly sessions
       new  4cf5f911b1 Remove auto-linking in cider-find-var
       new  bc1d909931 Bump Sesman's version
       new  e6dcdfece9 Bump the injected cider-nrepl version
       new  a7c926c243 Remove sit-for in nrepl-notify
       new  c936cdad4c Differentiate between :continue and :Continue commands
       new  885cb4ea1d Fix some broken code blocks in the manual
       new  d4dd661965 Fix more fenced code blocks
       new  9185fe1e9a Update the Clojure CLI jack-in command
       new  5d407a51b7 Bump the dev version to 0.19
       new  47f1122b97 Quote middleware parameter when invoking clj
       new  9f4335294d Tweak some Clojure and ClojureScript references
       new  9c48122b7e Improve the missing piggieback error message
       new  3d1a1ef6b6 Bump the auto-injected version of piggieback
       new  e9108a0326 Use file-truename in sesman-friendly-session-p method
       new  b6b9ea5a3b Mention defn's episode on CIDER
       new  91358070cd Tweak the changelog a bit
       new  64f9cacddf Mention that we started using a custom boot task for 
jack-in in 0.18
       new  d1eef83124 Improve some formatting in the manual
       new  979efc48c6 Fix face names in docstring of 
cider-font-lock-dynamically variable
       new  e370f18eca Mention fudge in the list of supported test libraries
       new  2b529d4285 Improve a bit the layout of the "Running Tests" section
       new  cb735cc79d Tweak the README layout a bit
       new  ff41e9a6cc [inspector] Use visual-line-mode instead of 
truncate-lines
       new  43b6834064 Document debugger changes
       new  906295826d Improve friendly session detection
       new  3a520ec76c [Fix #2514] Don't auto-jump to warnings even when they 
are under stderr face
       new  3739c03ba8 Fix shortcut for REPL buffers when type is "any"
       new  a94006196d Don't treat "multi" and "any" reply types as synoyms
       new  6679d5d8d8 Use symbols for repl types instead of strings and 
efficient comparisons
       new  1fd1275a56 Simplify cljs reuse check
       new  6813fe9314 [Fix #2474] Fix end-of-output detection
       new  99f0c62b3e Improve the Makefile autoload and compilation sections
       new  f58093e25e Inject nREPL 0.5.0
       new  a72478a5a1 Deep editing pass on documentation (#2531)
       new  b5666cf05e Fix changelog
       new  b565e2b42a Inject nREPL 0.5.2
       new  3d5764549a Inject nREPL 0.5.3
       new  f6ed304dbe Correct spelling errors in docs
       new  8c00ecaf6a [Fix #2105] Fix no comment syntax defined message when 
loading buffer after running failing test (#2542)
       new  13256ec0c8 [#1544] Add defcustom cider-infer-remote-nrepl-ports 
(#2506)
       new  cd98bc0f7b Tweak some documentation
       new  b3b9c67abe [Fix #2515] Reset the current buffer after display-buffer
       new  7a82159b2e Add a changelog entry for the previous commit
       new  eac1ef33cf Fix unsynchronized README.md on cider-connect (#2498)
       new  4e402d0bc3 Tweak some wording
       new  05a69ae705 Fix typo in navigating_stacktraces.md
       new  b128cf9553 Update the site's URL
       new  422f54f8d6 Fix a typo
       new  e9126342dc Tweak some wording
       new  4242c6a546 Set a name for the upcoming release
       new  73c85bec1c Bump the copyright years
       new  556bd650c6 Add some new words of inspiration
       new  91210f6866 Release 0.19
       new  70e4fda45b Bump the development version
       new  25ae82af74 Start injecting cider-nrepl 0.20-SNAPSHOT
       new  6f553fe034 Remove some vestiges of the support for tools.nrepl
       new  988f681224 Update an nREPL url
       new  d0e20d22fc Update some instructions
       new  ec1536ea09 Improve the advise for dealing with nREPL version 
mismatch in Leiningen
       new  da88f039f0 [Fix #2496] Leverage nREPL 0.5's built-in pprint support
       new  0c09c9bc29 [Fix #2555] Correct the name of the default pprint 
function
       new  d8f9b07dba Remove some dead code
       new  cc44706c00 Remove some obsolete compatibility code
       new  962559e3f3 Tweak some wording
       new  0d72bd3546 Support Kotlin DSL for Gradle Projects (#2557)
       new  28a51bc3c0 Tweak the generation of the pprint request options
       new  9409acfd8c Load all files (clj, cljc, & cljs) on 
`cider-load-all-files` (#2558)
       new  06fa8fefc9 Use a single print-options defcustom for the debugger
       new  53a7dd4f32 Use a single print-options defcustom for the stacktrace 
printing
       new  b97d9989bc Fix a docstring
       new  c67a889f4d Update some usages of cider-stacktrace-print-length/level
       new  02edeea5ae Make print-options generation respect the selected print 
engine
       new  586bb17f34 Fix a typo
       new  188681f36d Fix indentation
       new  9e0ded64df Fix cider--pprint-option's handling of string params
       new  b4910ea263 Add support for zprint
       new  ce7b55bac4 Mention zprint in the docs
       new  ecfea39a7f Enable pretty-printing in the REPL by default
       new  a9d2b552c6 Use relative links in the manual
       new  34783f5551 Fix pretty-printing in popup buffers
       new  d97cbcaaa1 Make it possible to pprint results in the scratch buffer
       new  bae329a673 Update the required versions of Leiningen and Boot
       new  93b3965638 Purge references to tools.nrepl
       new  a15013141b Break down the huge configuration article into several 
smaller articles
       new  dad1743aa9 Break down the "Using the REPL" section
       new  e4968393ca Add a leading heading
       new  1b9b9b21e2 Fix a broken link
       new  53dd5d57ad Update the "Release Policy" article
       new  623c5c719c Extend a bit the section on basic REPL usage
       new  7520048638 Fix a broken link
       new  0adad1f923 Fix a variable name
       new  9c35c050f5 Extend the pprint section a bit
       new  08b5863057 Make sure all pages have leading headings
       new  746e4cadf8 Fix a broken link
       new  e178e7fa33 Fix some broken links
       new  581471a4ea Update the eldoc instructions
       new  5435c67fd6 Add "CompilationException" and relax "Warnings" srcloc 
regexps
       new  e78d6781c3 Don't attempt to recover srcloc under point on long lines
       new  71d616d7f7 Correct a typo
       new  279d26b346 Cut CIDER 0.20 (Oslo)
       new  5944537d8b Fix the changelog
       new  cc2510cd5f Detect the repl type in cider-sync-request:info based on 
the current buffer
       new  c2bbfb1c64 Detect repl type for completion and eldoc ops based on 
the current buffer
       new  702a60dfcd Update the changelog
       new  f090a91107 Bump the development version
       new  ba2ca2ca45 Update the changelog for the next release
       new  20b42b20a7 Fix incorrect values.
       new  b85848b1b8 Merge pull request #2568 from 
pjstadig/fix-incorrect-values
       new  8758f34bb6 Check the entire classpath for files to save before 
refreshing
       new  97b56ccf8a Stop using an obsolete variable name
       new  92d2c3ed04 Fix file/directory handling in cider-expected-ns
       new  26b3c7b7f0 Add cider-pkg.el to .gitignore
       new  d29c59d9bc Add cider-ns-save-files-on-refresh-modes
       new  f4441e7ad9 Clarify mode used for test report buffer
       new  a48af155d8 Update to nrepl 0.6.0 / cider-nrepl 0.21.0
       new  b515e99159 Fix typo
       new  0db9955c59 Merge two duplicate testing contexts
       new  f4b14cbbdd Use insert-before-markers when inserting images
       new  e7d51f1ea2 Remove redundant string argument from 
cider-repl--display-image
       new  5dceb74600 Simplify show-prefix logic in cider-repl-handler
       new  06a62f3786 Add cider-print-quota option
       new  dc80d871ee Remove recentering logic from cider-repl.el
       new  b2965d4cfc Don't emit REPL output after the prompt
       new  b5c46acd0f Minimise the number of requests made during REPL init
       new  cbbe6ff2d5 Simplify printing configuration
       new  17ae83ef4e Update the changelog
       new  98013c82b3 Indicate in the docs which options can impact performance
       new  173e2ad1c3 Reuse the same buffer when decoding bencode
       new  d0e357a984 Combine calls to replace-regexp-in-string
       new  8f8d7dec8a Fix cider-eval-pprint-with-multiline-comment-handler
       new  7dd2ce1527 Update to piggieback 0.4.0
       new  3c046a9d9a Merge pull request #2579 from cichli/new-nrepl
       new  ff971fbddf Fixes cider--find-var-other-window
       new  2b089d7ab0 Fix cider--nrepl-print-request-map for nil cider-print-fn
       new  8c3ec41ac6 Add a line to docs telling people how to join the slack 
discussion
       new  e1e5163a1e Change slack invite URL in docs
       new  57c1992ac0 docs: add license
       new  66b8f8fdc3 fix: Contributing file link
       new  ee550e5da2 Merge pull request #2585 from 
rnikander/doc-fix-slack-feb-2019
       new  f606f2867d Bump cider-latest-middleware-version to 0.21.1
       new  a6eab100bd Use cider-nrepl zprint wrapper
       new  a5e2cde68a Use with-current-buffer in cider--pprint-eval-form
       new  7399bccbbf Scroll buffer after using cider-insert-X-in-repl
       new  d5ba9b5c41 Merge pull request #2583 from 
agzam/cider--find-var-other-window
       new  21d584c895 Merge pull request #2588 from dijonkitchen/patch-2
       new  5bd429f2c0 Merge pull request #2587 from dijonkitchen/patch-1
       new  8bcfd0e713 Switch to repl buffer before inserting into repl
       new  88eebcffb3 Deprecate `cider-switch-to-repl-after-insert-p` in favor 
of on-insert
       new  4949c85714 Font lock inserted text in repl
       new  8605901eca Rename `cider-switch-to-repl-on-insert` without -p suffix
       new  329491d844 Update the changelog
       new  200c88adb1 Release 0.21.0
       new  13293f200c Version 0.22.0-snapshot
       new  bbf0890658 Ensure the initial REPL namespace is set correctly
       new  20d75f87ed support figwheel-sidecar sibling cljs repl
       new  242015e2b1 rename figwheel-sidecar to figwheel-running
       new  91366ff728 Fix indentation
       new  58e5846818 Use cider-repl-output-end marker when inserting output 
in the REPL
       new  d13b2ed00a Ensure newly-emitted output is visible in the REPL where 
possible
       new  a49f354027 Remove unused argument
       new  ab42de5a4a Code style
       new  e271ac7bae Correctly set cider-repl-output-end marker after REPL 
init
       new  1518d19802 Use insert-before-markers where appropriate
       new  35c9e1d771 Fix off-by-one error
       new  62134b4ffa Allow quoted strings in cider-normalize-cljs-init-options
       new  3bc450122c rename figwheel-running to figwheel-connected
       new  5915c659b0 Stop cursor moving when initialising the CIDER REPL
       new  53d7fc7324 Merge pull request #2599 from 
simon-katz/stop-cursor-moving-when-initialising
       new  0dea44b460 Further simplify REPL init
       new  04f92e04e9 Ensure the contents of the REPL are fully visible on 
startup
       new  b5fba37817 Merge pull request #2594 from bendlas/patch-2
       new  c35e862a69 Merge pull request #2590 from 
dpsutton/feature/scroll-on-insert
       new  0ad396fd50 Let REPL init finish in cider--connected-handler
       new  dafb08cd42 Fix deprecation warning
       new  1db687c11c Bump cider-latest-middleware-version to 0.21.2-SNAPSHOT
       new  b05f0bb637 Support cider-print-options when cider-print-fn is pr
       new  74974b4cbf Allow editing of jack in command with defvar or prefix
       new  8832895543 Move define-obsolete and ignore unused var for bytecode 
checks
       new  690b1343cf Ensure connections for better error messages and avoid 
exceptions
       new  8c01705fe2 Pull @cichli out of retirement :-)
       new  a0487b5240 Add CircleCI config
       new  9a6438d08b Update docs to explain how to run CircleCI tests locally
       new  8d0199e836 [Fix #2596] Update the required Lein version in the 
manual
       new  4d98e3b8ff Unify the admonition markup style
       new  0367d6347f Use markers for evaluating to comments
       new  07f38a6d1b Add current ns to `spec-list` and `spec-form` requests 
(#2609)
       new  c0a59429cf [debugger] Fix inspector behavior when multiple REPLs 
are connected
       new  5af7cb60d9 Tweak a changelog entry
       new  8f0a3b246d [#2611] Add an eval-based fallback for classpath lookup
       new  030847dae2 Mention emidje in the docs
       new  9a35e10df1 Bump the injected middleware version
       new  001923b06f Revert "Bump the injected middleware version"
       new  957617895e Revert "Revert "Bump the injected middleware version""
       new  d5b4bfcb29 Update the required Boot version
       new  4271823a61 [Fix #2495] Add option to require ns before setting it 
in the repl
       new  f1480e515e Touch up the previous commit
       new  fc4362a745 [#2611] Add eval-based var info lookup
       new  407ea07ffa [Fix #2308] Don't rely on the classpath in 
`cider-library-present-p`
       new  e7b3b5037e Fix bug in cider-var-info
       new  0b7d63a27a Fix a broken test
       new  3d85b4dc9c Add a couple of extra cider-var-info tests
       new  8a55497621 Enable probot-stale
       new  f6fff746ff Update the stale bot config
       new  b2f70e578d Spare good first issues from the wrath of stalebot
       new  132cb733e7 [Fix #1840] Add a prototype of find usages
       new  8bc47795ae Tweak a couple of warning messages
       new  bea10505b4 Tweak the header
       new  f1f90fcf87 Fix indentation
       new  864f1db601 Add the xref command to the menu
       new  1da356f2c6 [Fix #2432] Remove a reference to an outdated guide
       new  db7814a40a Relax the stalebot config
       new  95f45cb5f5 Remove cider-latest-middleware-version
       new  39dfb920d2 Use the right comparison function
       new  7ff083e07e [Fix #2541] Hook properly CIDER's code completion 
machinery
       new  82f3a64f8c Improve locref detection by inferring ns from the 
filepath
       new  ef07a27126 Supply BUFFER argument to `make-overlay` in 
`cider-locref-help-echo`
       new  d680c957b7 Fix typo in 82f3a64f
       new  e7efe0164e Inject piggieback 0.4.1
       new  20b87dafb8 Hasta la vista "hasta la vista" :D
       new  c522e0eaf7 Add a few extra REPL shortcuts
       new  7a89f9f79e Fix a typo in the docs (#2636)
       new  230e6933c4 Remove C-g binding in test maps to make C-g work
       new  2b37e71e05 Fix a bunch of typos
       new  2586df7dc6 Make sure we clean the elpa-* file in Makefile
       new  3bafc4130e Move the mkdocs-powered manual to a new folder
       new  80b8e70a0c Port the user manual to AsciiDoc and Antora
       new  727c9bf3c4 Fix site version
       new  8bf72c5aac Fix a few manual conversion glitches
       new  443c6b05fe [Fix #2640] Address a couple of typos in cider-xref.el
       new  355354b612 Add a basic page on working with the manual
       new  b9fea2e57d Tweak the antora instructions
       new  31b8db2568 Add a basic "History" page
       new  b0d6a567f6 Add a menu to the inspector
       new  e5bee34af7 Add a deprecation notice for the legacy manual
       new  05a4c8a2f6 Fix an AsciiDoc conversion issue
       new  9397984fa7 Create FUNDING.yml
       new  47f2c775ed Remove liberapay links
       new  d4b091c853 Fix a typo
       new  6f33d44299 Fix a typo
       new  d2159e9433 Group external packages by category
       new  41318f19f6 Update sayid's url
       new  60badcf416 Extend the section of additional packages
       new  ff5636f80b Mention Practicalli's tutorial in the docs
       new  c50f21e413 Mention the homepage in the README
       new  0817d7136c Drop cider.tasks/nrepl-server usage
       new  d1b6de8d0b Bump the injected cider-nrepl version
       new  d5c551b9d4 Bump the injected cider-nrepl version
       new  67095271e3 Tweak the instructions for working with the manual
       new  7a70484421 Fix syntax-highlighting of Elisp snippets in the docs
       new  c8bd06faf6 Bump the required cider-nrepl
       new  0f27dd1c1f Fix a broken link
       new  c3b86ba473 Tweak some formatting
       new  856ff10496 Fix a broken link in the manual
       new  5fab9fe608 Update the license section of the manual
       new  e919520fed docs: fix spelling
       new  03257b170a Correct typo, fudge -> fudje
       new  0c545444e1 Add a link to the homepage
       new  57cd97c0cc Fix some special buffer name references in the docs
       new  b1932b6543 Remove some outdated info
       new  77a49a0c02 [Fix #2651] Update references to the online manual
       new  1b6ed84593 Update a reference to the manual
       new  f0bea0af80 Remove the logo from the index page of the docs
       new  f1ad3ff22d Fix the positioning of the CIDER architecture image in 
the docs
       new  09afe50853 Remove a legacy caveat
       new  9c3b7068d4 Fix the rendering of a keybinding
       new  bddaaebf69 Fix a typo
       new  505a18553e Fix typo in cider-selector docstring
       new  1b09c12d99 Fix some headings
       new  11a0eaa592 Comment out GitHub sponsor funding platform
       new  1dd7343ec2 Add PayPal to FUNDING.yml
       new  4ed3b37d0c Improve the jack-in customization documentation
       new  86fa1d8ba2 Move the cider-nrepl instructions to a dedicated section
       new  075967d06b Add minibuffer completion for shadow-cljs builds (#2646)
       new  1f67d5713c Extend the auto-injection docs
       new  daf5cdb77a Correctly exclude namespaces from apropos
       new  da26786c29 Bump the injected cider-nrepl version
       new  2a5c27665e Capitalize variable name in doc string
       new  5284b86c12 Compare hashkeys with `:to-have-same-items-as` buttercup 
matcher
       new  04cde7c9f6 Adjust tests to run locally and lint independent of tests
       new  14daed3b58 Run lint tests in emacs 26
       new  cc7a09592a Remove entrypoint for lint test
       new  0e1224a4d0 Ensure fake file paths have a "real" root
       new  1a194f9483 [Fix #2659] Handle `#shadow/env` tag when getting 
shadow-cljs builds (#2668)
       new  7a0adfb058 Remove lein from circle images
       new  e8ce625db9 Remove apt-get steps from circle steps
       new  51b5dda4aa Deprecate most jack-in/connect aliases
       new  578e00f098 [Fix #2659] Fix tests on Emacs 25
       new  29e9eecd4b Bump the required cider-nrepl version
       new  5c44a01d16 Bump the required cider-nrepl version
       new  33a88fedaa Add a couple of notes about downgrading CIDER
       new  78f3e38b4b [Fix #2673] Update a couple of broken links
       new  329cb822ad Expand greatly the indentation documentation
       new  d6ff44501c Tweak a bit the eldoc documentation
       new  019313f769 Fix some markup
       new  a6250c27de Fix some broken ordered lists
       new  edbbbd889c Fix broken markup
       new  7ea9605751 [#2647] `cider-repl-require-repl-utils` loads cljs repl 
utils (#2674)
       new  f1dd3ec8e5 Extend the documentation on connection management
       new  da2f1991bc Fix some markup
       new  496267e9bf Tweak a section title
       new  3b0b606dc1 Remove ellipses ("...") from startup command log
       new  cb7d63b63a Fix defs for cider-eval-pprint-commands-map and 
cider-eval-commands-map (#2678)
       new  dd6d4c4236 Enable my GitHub sponsor profile
       new  e0fb1c9e87 [completion] Protect get-context function from errors
       new  6a9742204e [Fix #2676] widen before cider--file-string
       new  8544593101 Tweak a changelog entry
       new  579284db2b Fix the cider-file-loaded-hook definition
       new  bc084b8d0d Fix a broken link
       new  31f83dfadb [#2663] Switch Grimoire over to ClojureDocs
       new  cd68e207ff [Fix #2656] Base64 encode command when using PowerShell
       new  d8d36b52e5 Observe `cider-use-tooltips` so it can prevent filling 
the echo area
       new  fb2fe7684f Bump the cider-nrepl dep
       new  7db6c2ce30 Revert "Bump the cider-nrepl dep"
       new  31abf6ec56 Bump the cider-nrepl dep
       new  2ec98ea66b Optionally specify a callback to cider-load-buffer
       new  3b7dfc3d33 Optionally specify a done-handler to 
cider-load-file-handler
       new  b6c0faa41c Fix checkdoc
       new  87f750bac5 Update changelog with #2689
       new  bad9995772 Don't disable cider-mode until all CIDER sessions have 
been closed
       new  ef726053c5 Fix a couple of broken links to the manual
       new  c077b4c315 Improve instructions for updating nREPL
       new  f5783e63b4 Bump the required cider-nrepl version
       new  cd351f7bc4 Move a footnote where it belongs
       new  bbefb99edd Extend a bit the history page
       new  27c24560b4 Mention kaocha-runner
       new  e32df61ea0 [#2663] Implement displaying ClojureDocs data in an 
Emacs buffer
       new  3a53d39777 [#2663] Map cider-clojuredocs to C-c C-d C-c
       new  f711d31222 Tweak the history a bit
       new  00a8fa7fce Require cider-nrepl 0.22-beta13
       new  09d81b8403 Resolve symbols in the current ns before looking them up 
on ClojureDocs
       new  bdd042e8a6 Fix a local's name
       new  13a82e758e Improve code consistency
       new  906171b0cb Rely on the ClojureDocs middleware for the sym resolution
       new  3e7bc1d8ee Fix the rendering of the xref buffer
       new  b7849b476c Bump the required cider-nrepl
       new  f350c74313 Add keybindings for the cider-xref commands
       new  4677899de4 Bump the required middleware version
       new  3a68ccec0e Update the codename
       new  0c99b0718e Fix docstring for cider-mode-menu
       new  94cb9a2261 Fix two typos in misc_features.adoc
       new  8a1262dae8 Release 0.22
       new  e6d8eb31f0 Switch back to cider-nrepl 0.22.0
       new  6ceda18a9e Update the changelog
       new  9925729bad Bump the development version
       new  78f0dd502d Bump the required cider-nrepl version
       new  b747a12d3a Update the documentation version
       new  18bb5e12bf Tweak some wording
       new  15c4ef0aca Bump the required cider-nrepl
       new  9ce7a2d5d3 [Fix #2705] Ignore patch coordinates during middleware 
check (#2708)
       new  774d5c48e4 Fix the changelog
       new  02631c9998 [Fix #2715] Update the shadow-cljs presence check
       new  b2449eca41 Tweak a couple of error messages
       new  a89a87ac7e Improve the cider-selector handling of some edge cases 
(#2711)
       new  c624de59ed Document cider-selector
       new  2421179dbc Tweak the changelog
       new  a1b5b215ba Tweak some markup
       new  94a0fa538c Bump the development version
       new  91e4767027 Remove a misplaced error message when doing 
clojuredocs-lookup
       new  c3c903adaa [Fix #2572] Make it possible to a start a one-off 
ClojureScript REPL without defining a new REPL type
       new  c6f463d3e0 Add config for position of inline evaluation and 
debugger overlays
       new  cc52e696e3 Document new `cider-result-overlay-postiion` 
configuration
       new  b4beca6e53 Add clj-kondo section
       new  5fe24dfaa0 Bump the required middleware version
       new  cc00383648 Add cider-enhanced-cljs-completion-p flag (enabled by 
default) to make suitable cljs-completions optional (#2717)
       new  26adbdfe56 Fix a :package-version property
       new  03c0a23bf0 Implement a workaround for an expired elpa key (#2722)
       new  1bc7bdca7f [Fix #2698] Infer available figwheel builds automatically
       new  86b4372e38 Redirect legacy manual pages to docs.cider.mx
       new  d2a5b5ad7a Fix the RTD build
       new  2325d99690 Move the refcard outside the legacy manual directory tree
       new  4ca944ff3b Fix the links to the refcard in the manual
       new  76cc2cbbd0 Update the refcard
       new  6f0f25b230 Add a basic README for the refcard
       new  fd1f62e42c [Fix #2721] Handle properly symbols ending in `.` (e.g. 
`SomeRecord.`)
       new  985bc6d088 Tweak the changelog
       new  81bbe2895d Fix a keybinding reference is the docs
       new  b58a33244d Add a section on project-specific configuration to the 
manual
       new  0cb5daa42d Translate paths when `cider-path-translations` alist is 
set (#2606)
       new  e848572707 Tweak the changelog
       new  5f17d0a3c7 Improve some documentation
       new  2be1584b51 Fix tests for figwheel-main init form
       new  a131791c9f Fix a couple of typos
       new  b2464665d8 Add a command for refreshing the ClojureDocs cache
       new  278e35351d Bump the injected piggieback
       new  b932f20c86 Suggest adding a global keybinding for the cider-selector
       new  ce42702154 Release CIDER 0.23 ("Lima")
       new  ea822ddcc1 Bump the development version
       new  dc7c300df2 Fix markup
       new  a6bd328fc8 Fix markup
       new  6764c6c517 Include ns when requiring repl utils
       new  809c856f33 Avoid hitting keyservers.net if key already in cache 
(#2727)
       new  ee2d0143eb Add cider-inspector-def-current-val to cider-inspector
       new  2483f53258 Tweak the changelog
       new  571496e20e Bump the cider-nrepl dep
       new  3fc42ab072 Use list of debugging commands instead of dictionary
       new  d9fef7a8ac Change format of cider-debug-prompt-commands
       new  301d5a906d Memoize text formatting of debugger prompt
       new  c62d3deb6f Update tests for cider--debug-prompt
       new  81c990ccee [Fix #2614] Update `cider-compilation-regexp` to match 
error message in 1.10 (#2726)
       new  951183fc96 Add a changelog entry
       new  86e3a80629 Point each RTD page to it's new location
       new  3e7b8bc3b6 Delete RTD docs pages
       new  fe0fc56de8 Add a basic page on compatibility
       new  21e5fdb720 Bump versions in RTD so that we can rebuild the docs 
with Python 3
       new  105a95f780 Replace references to functions from s.el
       new  aba6567a12 Use Buttercup's regexp matchers
       new  760e937cb5 Add P for inspect-prompt debugger command, update docs
       new  161b5355e6 [Fix #2733] Restore compatibility with Emacs 25.3
       new  2b62c376e5 Tweak some docstrings
       new  8ab321cbad Add missing :package-version property
       new  f30b12330d Fix punctuation
       new  0a2c1060b8 Tweak some wording
       new  f46de533a5 Add a changelog entry for #2731
       new  62a37fffb3 Fix a couple of changelog entries
       new  49c12e0435 Allow lookup of function symbol when cursor is on 
opening paren
       new  03b9081594 Refactor util tests: with-temp-buffer -> 
with-clojure-buffer
       new  ad988359ac Fix regex tests
       new  f6ac1594eb Checkdoc fixes
       new  1041279065 Start `node-repl` and `browser-repl` shadow builds 
correctly
       new  a04e4a06eb Touch up the previous commit
       new  dd74ddd4bc Mention the "State of CIDER" survey in the REPL's help 
banner
       new  c48c8730ce Add `cider-jump-to-pop-to-buffer-actions`
       new  71e737ac92 Show startup commands in repl buffer
       new  7a5023fc8f [Fix #2761] Enable keybindings macros
       new  f37341a0c0 Fix typos
       new  e8af318488 Add missing words
       new  9407aae125 Change wording
       new  28524a9a85 Change the formatting of the default eval result prefix
       new  7f1467e8ce Fix punctuation
       new  c140d22e86 Fix key binding error
       new  c9ec6531ee Fix formatting
       new  fa7ffd45f7 Remove references to obsolete variables
       new  c96da46583 Remove the mentioning of the survey
       new  64a90c6dfe Add a missing require
       new  e1f8ab0bc3 Fix the nrepl endpoint details in the mode line
       new  62233137fa Fix cider-inspector error at beginning of buffer
       new  6e00ad359f Fix typo in up_and_running.adoc
       new  fcba64c065 Resolve relative paths in classpath (#2767)
       new  06f933b438 [Fix #2759] Restore the old find definition behaviour
       new  b54a7a22bf Rename "Navigating Stacktraces" to "Dealing with Errors"
       new  db2cd579a7 Reorder the nav menu
       new  1cb2607464 Remove an outdated remark
       new  60d34eda94 Restructured the ClojureScript documentation
       new  36a1c496a4 Fix broken keybindings markup
       new  352cc0438b Extend a bit the figwheel documentation
       new  ba5680b066 Extend the shadow-cljs documentation
       new  d467130489 Fix a typo in overview.adoc (#2779)
       new  027b7dcec3 Extend the ClojureScript overview page
       new  4af20ca623 Tweak some wording
       new  e6f63e20e2 Fix a typo
       new  ac411db843 Tweak some formatting
       new  adc4400ae1 Add some additional resources for Figwheel setup
       new  b32a3fd611 Extend the "Other ClojureScript REPLs" part of the 
documentation
       new  4c59094ca4 Fix broken markup
       new  3f1c7e9733 Fix broken markup
       new  9cbaae61f6 Tweak the basic REPL usage docs
       new  4b43067fdb Bump the required cider-nrepl version
       new  990023abe1 Bump the copyright years
       new  4cc4280677 Remove redundant defvar
       new  807183c076 [Docs] Introduce a dedicated ClojureScript configuration 
section
       new  10ef17e298 [Docs] Extend the ClojureScript configuration section
       new  d282c7a41e Bump the latest Clojure version
       new  20854fcad6 [Docs] Mention cider-jack-in-cljs-dependencies
       new  1cd7d8cb8c Extend the default doc xref regexp
       new  16b210717d Update documentation for xref regexp
       new  00c92c88be Use clojure--sym-regexp to detect fully-qualified syms
       new  6ad997e7f3 Add a test for cider--find-symbol-xref
       new  92f0da6f03 Fix unwanted [[]] template syntax in Asciidoc
       new  942efde835 Fix typo in changelog
       new  7437c67f0e Typo: very -> verify
       new  d4c7e6ca54 Fix example in pretty_printing.adoc
       new  bd55ba2ae7 [Fix #2787] Generate correct special buffer names for 
sibling buffers (#2788)
       new  052290d080 Add extend to stacktrace and test results faces
       new  f69c5e21fb [#2791] Mention issue with *print-meta* when using 
clojure.pprint
       new  a6f1f418d2 [Docs] Fix some markup
       new  05ed92ca20 [Docs] Add debugger caveats section (#2792)
       new  06d269238d [Debugger] Fix overlay message when the result is too 
large (#2793)
       new  05b72b9e4d Remove duplicate "manually"
       new  615cfd758b Bump the required cider-nrepl
       new  3f11bc2222 Fix broken link to CONTRIBUTING.md
       new  5d272192fa Bump the required cider-nrepl version
       new  bfcf9157a9 Release CIDER 0.24 (India)
       new  627c643579 Switch back to master the docs version
       new  f0d0727afc Tweak the changelog
       new  3c847f6a72 [Docs]  Fix a broken link (#2797)
       new  715bdc9be6 Disable package-lint (#2801)
       new  d96c51e03a Add a Slack badge
       new  0a176d0f91 Bump the development version
       new  50228d441e Wrap `spy-on` in before-each
       new  adeede55eb Before-each rather than before-all
       new  2f183e57b0 Use require rather than use in cljs require repl-utils
       new  071cfb2128 [Fix #2617] Add an entry in cider-mode-eval-menu for 
`insert and eval in REPL` (#2810)
       new  96a491503f Add force-out support (#2800)
       new  1a33e62cc5 Fix refcard URL (#2811)
       new  7a5ff726b7 Bump the required middleware version
       new  c027c49485 Bump the injected nREPL version
       new  9baca1c542 Fix a byte-code compilation problem
       new  c64d22be51 Add a comment
       new  10c17d84cf Avoid requiring org on load
       new  e1aa782115 Add org-table declarations for byte compiler
       new  ce90830423 Mention prepl in the FAQ
       new  93ff91a1d7 Check whether cider-nrepl is present before trying to 
redirect the server output
       new  52dcc60cd5 [Docs] Expand the docs on nREPL communication debugging
       new  2407f07a19 Use nREPL 0.7.0
       new  3d474eb65f Trim ' prefixes from cider-symbol-at-point
       new  ab7bfb73e6 Resolve ns-aliased keywords in symbol-at-point
       new  ce7346bf55 Add tests for cider-symbol-at-point
       new  dfc13f9c19 Update changelog
       new  f4eebe6212 Bind "L" to toggle locals during debugging  (#2828)
       new  40f73f4402 [Docs] Add a tip about finding quickly the messages 
buffer
       new  8b8b4a309a [Docs] Update the instructions about building the docs 
site
       new  a1bbc80d89 [Docs] Improve the docs section
       new  15cb7efd57 [Docs] Update a reference to cljs-tooling
       new  8f5657bc35 Add support for nREPL 0.8's completions op
       new  89d6ed8c49 Disable the use of the content-type middleware by default
       new  ba62953a84 [Docs] Add a note about running into issues with 
content-type
       new  d2f671c10b [Docs] Tweak some punctuation
       new  d63e5652fd [Docs] Mention my appearance at The REPL
       new  deb05399b1 Save command history for jack-in with universal arg 
(#2833)
       new  b2ac1c7095 Track some upstream changes in cider-nrepl
       new  0c59b87090 Tweak code style
       new  7f4d4e8181 Improve the README a bit
       new  5539d0d42f Handle var-quotes on symbols
       new  7a99c3e0e5 Touch up the previous commit
       new  4eebab8089 Fix a changelog entry
       new  d878869254 Tweak a changelog entry
       new  549982d205 Add the browser REPL to list of supported ClojureScript 
REPL types (#2838)
       new  3a59fe046c [Docs] Tweak some wording
       new  25fb15d915 Bump piggieback
       new  a7515106f3 Display ns explicitly in inspector-def-current-val
       new  2ed83ac1e8 Substitute key binding for inspect-last-result
       new  7dc647babf Skip uninteresting values in inspector
       new  5591cb349a Navigate to first inspectable object on push
       new  38b8c94dc7 Add option to auto-inspect after interactive eval
       new  c5d3a221fd Fix typo in docstring
       new  74d23d7537 Update changelog
       new  f1460548c7 Split Misc debugging docs into separate files
       new  6087a56b62 Update documentation with new changes in inspector
       new  8c5fb8f565 [Docs] Extend a bit the inspector docs
       new  e0c2a2ebaf [Fix #2628] Don't try to font-lock multi-chunk results 
in the REPL
       new  c6634e1d23 Fix a changelog entry
       new  fd6d514d8c [Docs] Add some explanations for the font-locking of 
results in the REPL
       new  adfd31aa29 Add an interactive command to toggle Clojure 
font-locking in the REPL
       new  e430c2cc82 Rename REPL shortcut "toggle-pretty" to "toggle-pprint"
       new  81662e1942 [#2628] Add a defcustom controlling nREPL's print buffer 
size
       new  b9d505b589 Increase the visibility of 
cider-repl-toggle-content-types
       new  076497e641 [Docs] Fix a broken link
       new  1a26d7aa01 [Docs] Move a bit of configuration instructions around
       new  c1659726f4 Fix a broken link
       new  f60a11ebb5 [Docs] Tweak some wording
       new  d94763f017 [Docs] Tweak some wording
       new  1123c586c6 [Docs] Reorder some REPL configuration sections
       new  8aef977642 [Docs] Tweak some wording
       new  5cfa5bc9af [Docs] Mention a couple of REPL shortcuts
       new  4b8d1a5e52 [Docs] Extend the REPL font-locking docs
       new  2a579b94fb [Docs] Document cider-repl-auto-detect-type
       new  a38b5605ef Drop support for Nashorn
       new  c46c4d5667 Mention in the changelog that content-type support is 
now disabled by default
       new  0dabb382dc Bump the required cider-nrepl version
       new  bdf4f86180 Replaces references to Salt with GitHub Sponsors
       new  79369be84d [Fix #2850] Ensure you're in the middle of a window 
after cider-jump-to
       new  65a3c5c336 [Docs] Improve some formatting
       new  92337ac562 [Docs] Add an example for cider-test-infer-test-ns
       new  b00a0f076e [Docs] Add a bit more structure to the test runner 
configuration section
       new  2318ee3171 [Docs] Fix a broken link
       new  2c8f510a5a [Fix #2816] Update eldoc to work with Emacs 28.1
       new  8a809d9d80 Bump the required cider-nrepl version
       new  c5d694d8e0 Bump the clojure-mode dep
       new  cb69b6b7e4 Release CIDER 0.25 ("Bergamo")
       new  c5d9b18ad4 Switch back the docs version to master
       new  1911c474ba Fix a docstring
       new  9a4d6d9c1e Update a couple of copyright notices
       new  a171f8140c Convert column numbers to start from 0.
       new  d33fd2f318 Add section about column indexing to the docs
       new  f291021909 Bump the required cider-nrepl version
       new  01e7119824 [Docs] Remove the last vestiges of the legacy manual
       new  251110cae0 [Docs] Fix some broken links
       new  a0d7de64a7 [Docs] Simplify some markup
       new  500c86c75f [Docs] Fix a typo
       new  4e32ae0570 Use a more compact format for the REPL warnings
       new  a0847fb289 Fix broken help links
       new  1f2fedf69c Bump the injected nREPL version
       new  6ddbdf24c8 Add missing .
       new  41c346df21 [Docs] Add some docs on using CIDER with non-Clojure 
platforms
       new  152d96b523 Use a different welcome banner for babashka
       new  6dab525393 Fix some broken links in REPL warnings, take 2
       new  7dfb81abc6 Bump the development version
       new  ca4d054e4f Don't emit any Clojure-specific warnings when connected 
to a non-Clojure nREPL server
       new  b36d3c7c4f [Docs] Add a note about babashka's built-in vars
       new  d4595ab67c Improve cider-doc for babashka
       new  069d7beb6f [Docs] Add a note about javadoc in babashka
       new  f5767b6fd4 Bump the required cider-nrepl version
       new  f8e436656f Update a docstring
       new  198f138a2f Use eq instead of equal
       new  73469c61e4 Differentiate between more types in cider-eldoc
       new  60c7d2670c Update a reference to cider-print-fn
       new  89bea303e7 Bump the injected nREPL version
       new  21dad44b93 Handle properly . and .. in cider-symbol-at-point
       new  f2165378b2 Bump the injected nREPL version
       new  61eba0af47 [Fix #2860] Don't send blank strings in eldoc requests
       new  007cdeb68b Add support for nREPL 0.8's lookup op
       new  dffe8c5c0b Restore the cider-sync-request:info function
       new  c554b3811f Workaround fix for #2845
       new  80dd0ec305 Adds fix for lint errors
       new  92a9ff5851 Moves the eval up to the rx form, fixes lint issue
       new  27d4c83ff1 Fix a typo
       new  ac4fedf8b2 Add support for nREPL 0.7's sideloading functionality
       new  441bb52d4e [Fix #2527] Enable configuring REPL auto-clear (#2857)
       new  6a20a54912 [Docs] Tweak some markup
       new  1c1c98afde [Docs] Extend the REPL auto-trimming section
       new  ca8882cbdc Refactor a bit the REPL trimming functionality
       new  85372ece36 Fix indentation
       new  dee201e22a Fix broken defvar
       new  959d4789c2 Remove unused variable
       new  7700f4efb3 Fix a request param
       new  13894666d6 Eliminate various byte-compilation warnings
       new  d59ba6df19 [Fix #2718] Avoid printing comment if empty result 
(#2870)
       new  af051e1df0 [Docs] Update a couple of version references
       new  d339314c1f [Docs] Extend the interactive programming section
       new  4e082f5a90 [Docs] Add a couple of xrefs
       new  1fb741ac03 [Docs] Configure Test report even on successful tests 
(#2851)
       new  dfbf703876 [Docs] Tweak some wording
       new  0c7195876b [Docs] Update the FAQ section on the socket REPL
       new  ec175e6b5b [Fix #2796] Disable debug if CIDER disconnected (#2873)
       new  4c924bf468 [#2875] Fix cider-eldoc on Emacs 28
       new  0319e7a523 Update the roadmap
       new  b367b10a23 [Fix #2740] Specify licensing for the documentation
       new  b664e6f168 [Docs] Extend the basic workflow
       new  9edf081730 [Docs] Reorder debugging menu
       new  eff02b65df [Docs] Document the profiler
       new  2ccab88778 [Docs] Fix markup
       new  204f2a30a1 Make the profiler keybindings consistent with the rest 
of CIDER
       new  0815fb659c [Docs] Add pages for evaluation and documentation
       new  5cdd7a7c21 [Profile] Add a missing entry to the menu
       new  cc41a0cf5e [Docs] Fix a typo
       new  b24782653a Bump the nREPL dep
       new  ed464423b5 [Docs] Expand code evaluation docs
       new  bfb8e45277 [Docs] Delete the misc configuration page
       new  37254e44f6 [Docs] Tweak some markup
       new  4aff60bac0 [Docs] Move the minibuffer evaluation docs
       new  ae28dc11c1 [Docs] Add a couple of setup/post-setup pointers
       new  daac34702c [Docs] Document cider-preferred-build-tool
       new  acd0d3aa97 Use the US spelling of behavior consistently
       new  f4224f811f Remove an outdated tip about enabling eldoc-mode
       new  4fd24b1e76 Improve the info fallback eval form
       new  c350f3492f Tweak a label
       new  2a0f25b941 Add support for ls-middleware
       new  3d8552a846 Use Eldev
       new  e2963d505d Bump the required cider-nrepl version
       new  19a899acb0 [Docs] Add a note about cider-clojuredocs-refresh-cache
       new  56fcba4d0c Update the changelog
       new  ff27d811e0 Tweak some text related to funding
       new  ca469e912b Bump the nREPL version
       new  ca232aad01 Pick a codename for the next release
       new  19c9ec8b76 [Fix #2882] Move the cider-auto-mode check
       new  189b0a7c55 Add a note about some init logic
       new  35f23b0ea5 Make `cider-describe-connection` be aware of babashka
       new  b4a6f7a010 Make connection info aware of generic nREPL 
implementations
       new  40c84d9290 Mention the cider-nrepl requirement (#2853)
       new  4b55995f21 Follow up on the previous commit
       new  7e4b5e9153 Add Krell REPL support (#2861)
       new  ffe5bac12c Update the changelog
       new  a86a676d9e Update the test/lint commands in the contribution 
templates
       new  2ba3e1c3cf Add a ko-fi link
       new  52945c2b3c Add a command to evaluate list around point (#2881)
       new  aa144cee4d Add keybindings and docs for cider-eval-list-at-point
       new  8934663380 Add a couple of unit tests for cider-list-at-point
       new  5f0df70dcd Add a few more tests
       new  3ee34e4e46 Fix the CI build
       new  c323ffdadc Fix the CI build for real :-)
       new  40e65fd6a3 Release CIDER 0.26 (Nesebar)
       new  9e117c2ff3 Switch back docs version to master
       new  3329b0f490 The "browser" cljs-repl-type does not require node
       new  8824b62c80 Add a changelog entry for #2886
       new  57e1c41b1b Bump the piggieback version
       new  0ea15b306c Bump the development version
       new  864812023f Bump the clojure-mode dep
       new  37a4c9cfec Add Emacs 27 to the build matrix
       new  1905635256 Fix a typo in cider-info-form
       new  23c702c8ec [#2889] Add a changelog entry
       new  a89b694cc3 Release 0.26.1
       new  9756d91a72 [Docs] Fix the compatibility table
       new  74b39cb901 [Docs] Add a note about the requirements
       new  f46d4c1cea [Docs] Update the compatibility matrix for CIDER 0.26
       new  02b5d3f3fa [Docs] Add Krell documentation (#2894)
       new  cf67ba1197 Bump the injected nREPL version
       new  249d3b5084 Translate paths from CIDER to nREPL and vice-versa
       new  054f9c0092 [Docs] Add a note about the need to evaluate tests first
       new  94d81655af Tweak the package commentary
       new  72d727f962 Bump the development version
       new  bb4182d5d2 Bump the parseedn dep
       new  274297e279 Fix a typo
       new  1be3b89c00 Make the cider-info-form a bit more robust
       new  1618ad3f6c Bump the injected nREPL version
       new  ae686f1ff1 [Docs] Tweak the connection managements docs
       new  cad367514b Tweak package front-matter
       new  f1c2a79729 Bump the injected cider-nrepl version
       new  2641685897 Fix a couple of changelog entries
       new  60f60ef659 Add missing changelog entries
       new  8f9dca1350 Fix broken links to the docs in REPL warnings
       new  ef914e80c4 Tweak the README
       new  0171fd622d Tweak some wording
       new  78633c1840 Update Sly's GitHub URL
       new  fd4df8961a [Docs] Update Sly's GitHub URL
       new  ddbe540c04 [Fix #2909] Add option to control auto selection of the 
inspector buffer
       new  548df9d1d8 Fix broken unit test
       new  e791e3a9f3 Add a couple of tests for cider-version-sans-patch
       new  0bd423edf4 [Docs] Tweak some wording
       new  0dc8e5e7cf [Docs] Update the license and copyright docs
       new  2da3b76e8d Fix a typo
       new  8ee6dcc2cd Set cider-prompt-for-symbol to nil by default
       new  fde37a3a9d [Fix #2916] Move Clojure-cli parameter global-opts after 
-Sdeps (#2917)
       new  a99172d6ee Bump the inject piggieback version
       new  df2fd7113a Tweak the changelog
       new  71fd562c76 Fix regression in cider-info-form arglists-str
       new  3581df7f43 Tweak a docstring
       new  e18e0e5643 Remove an obsolete defcustom
       new  f1cfba6bec Tweak some changelog entries
       new  cc20841791 Fix a changelog entry
       new  aa43713c5d Replace logical sexp in eval-sexp-and-replace
       new  6511d4cad3 Bump the injected nREPL version
       new  2dc7b8f3eb Add a missing require
       new  5043187d63 Optimize some requires
       new  da84d9867b Fix a reference to *cider-profile*
       new  aaf1f52ef8 [Docs] Mention the Dark CIDER presentation
       new  1ddfcb5a99 Fix format of clojure-cli options because TRAMP
       new  96143151fc Bump the cider-nrepl version used by cider-jack-in
       new  3718823974 Update the changelog
       new  c4f9513805 Address a compilation warning
       new  6153e007eb Address a compilation warning
       new  ef47c1de15 Bump the seq.el dep and rename a deprecated function
       new  7aa71d79b0 [Fix #2942] Fully-qualify the injected nREPL dep
       new  55494fbb2e Fix broken declare-function calls
       new  bbbbae9f4a Add a comment
       new  b197dbcf2b Add missing docstrings
       new  db2ead4607 Support watching several shadow-cljs builds (#2940)
       new  7ccb32fac0 [Doc] Document the find references functionality
       new  ea852aaa8d [Docs] Refine some wording
       new  b429508a45 [#2946] Improve a confusing message
       new  1d9cce25b4 Further improve a confusing message
       new  8aad41a6b2 Simplify some code
       new  4a7878e607 Remove a bunch of obsolete command aliases
       new  55fb145dcc Really fix that damn message
       new  050bf63d9f Try to fix the CI
       new  238baef788 [Docs] Improve the session management docs
       new  b6bc3bcf2c [Docs] Update some docs for 1.0
       new  140b062e62 Release CIDER 1.0 ("Sofia")
       new  4385eff5cc Switch back the docs version
       new  70efc77f3f Bump the development version
       new  dc646fb52d Fix a typo
       new  7894bb6402 [Docs] Update history
       new  4b6c0e9936 Kill a bunch of obsolete aliases
       new  2d690347fc Tweak a docstring
       new  e317c44384 Tweak a section heading
       new  02518bc16b Update the changelog for the next release
       new  522fbd20cf Restore a bunch of deprecated aliases
       new  6f74518700 [Fix #2953] Don't font-lock function/macro vars as vars 
(#2959)
       new  f2357e1033 Bump the copyright years
       new  6c20b75804 Add a changelog entry
       new  e0d978c505 [Fix #2914] Add needed "connection" param for 
cider-nrepl-send-sync-request (#2961)
       new  4fb13bd64a [Fix #2930] Add customization variables for default test 
selectors (include/exclude) (#2955)
       new  5463ed7886 [Docs] Improve markup
       new  e6b8d144a2 [Docs] Add a note about default selectors
       new  64fae330b7 [Docs] Move default selectors configuration to a 
dedicated section
       new  db869e9b82 [Docs] Fix broken link
       new  1a34f893e1 [Docs] Really fix the broken link
       new  0148344295 Bump the injected cider-nrepl
       new  cdbadff1f4 [Docs] Update the FAQ
       new  c9c61e7306 [Docs] Mention GitHub Discussions
       new  9c137c52cf Mention GitHub Discussions in the README
       new  796722dc87 [Docs] Fix a typo
       new  eccd77184e [Docs] Mention Discord
       new  2338aa5710 [Docs] Fix a typo
       new  3fac28541e [Docs] Add a section on sync and async evaluation
       new  43275330d3 Bump the cider-nrepl dep
       new  0988927256 [Doc] Add a note about remote JavaDoc URLs
       new  0a1b6fdee9 [Docs] Mention "Using Emacs: ClojureScript"
       new  a16ec7b19c Bump the injected cider-nrepl
       new  991cd3f6fc [Fix #2941] Use main args in :cider/nrepl alias for 
clojure cli (#2970)
       new  ed80d5ee57 Put user supplied aliases in `-M[users]:cider/nrepl`
       new  a6d1a143de [Docs] Expand the coverage of jack-in options for the 
various tools
       new  b82fd1cbee Reintroduce main opts for jvm options
       new  e38abb4de2 [Fix #2964] Have cider-complete fail gracefully without 
a connection (#2977)
       new  78b9147194 [Fix 2937] Fix cider-last-sexp bounds on whitespaces 
after sexp (#2976)
       new  6b397733f7 [Fix #2980] Remove unnecessary quoting for jack-in 
middleware list (#2981)
       new  b22c090ff5 Bump the cider-nrepl dep
       new  815204f65d [Docs] Hint and link to `clojure-mode` for contributors
       new  c59dea74ed [#2988] Explicit translate `/root/.m2` to make the doc 
clearer
       new  2a46c60230 [Fix #2988] Explain how to use `eval` for dynamic path 
translation
       new  ae03e85a0a Add svg rendering support (#2990)
       new  15eaf42922 Correct signal descriptions in nrepl server sentinel 
(#2984) (#2984)
       new  0449bf89b4 [Fix #2993] Eval `require` and `in-ns` separately in 
cider-repl-set-ns (#2994)
       new  b445a5d6aa Add a comment about `require` and `in-ns` in 
ClojureScript
       new  32835ea157 Tweak some changelog entries
       new  00b3394500 [Docs] Add a note about cider-file-loaded-hook
       new  55f834396f Fix a typo in the eval keymap bindings
       new  692bb44718 [Docs] Add some notes about "exotic" eval commands
       new  4278d7cf0b [Docs] Add a couple of notes to the eval keybindings
       new  22f1406049 Add :here debugger cmd to menu bar
       new  1f792feaad Prevent debugger from stepping through #_ ignored forms
       new  a1e541a66a [#2996] Add a changelog entry
       new  569e8e2ddb Move a changelog entry
       new  12faa9aea7 Switch back to seq-contains
       new  abc32b0c13 Replace seq-contains with member
       new  5fa4f69e1d Tweak a comment
       new  2dff89412c [Fix #3000] Add :safe property to 
cider-shadow-watched-builds
       new  975b193e51 Replace usages of seq-contains in the tests
       new  5751155b95 Move C-c C-p to the basic eval commands
       new  d12269c7e1 [Docs] Add a section on changing the evaluation output's 
destination
       new  934e44c9e9 [Docs] Add a note about pretty-printed results
       new  fefb6fd0c6 [Docs] Add a note about suitable being broken with 
shadow-cljs
       new  fd2bb0c64e Restore the enhanced ClojureScript completion 
functionality on anything but `shadow-cljs`
       new  e4797af1ec Bump cider-nrepl
       new  a8060f05e8 Bump cider-nrepl
       new  3147a27fff Add a Discord chat badge
       new  5993f96339 [Inspector] Configure truncation limits
       new  fdac85d552 Use appropriate coding system when unzipping jars
       new  f48dfc6966 [Docs] Fix the initial commit date
       new  dee1459302 [Docs] Add a note about TAB and M-TAB
       new  dd774e96b7 [Docs] Mention the canonical keybinding for 
cider-pprint-eval-last-sexp
       new  65e14c5f16 [Docs] Kill a blank line
       new  6962d0238e [#2871] Mention the suitable fixes in the changelog
       new  78540f5725 Enable eldoc-mode in existing clojure buffers
       new  1d6232d2bd [Docs] Mention the clj-decompiler package
       new  5d0b4d7f4d [Fix #2907] Provide ability to customise cljfmt code 
formatting (#2982)
       new  5bbb890b53 Touch up the previous commit
       new  a7ab1abcaf Bump the cider-nrepl dep
       new  6e9766c202 Update the changelog
       new  3f85f10edb [Docs] Remove outdated note
       new  85016ef7e4 [Docs] Document the integration with cljfmt
       new  928f2513d2 [Docs] Document the cider-format-edn-* commands
       new  b061e80b53 Update the codename for the next release
       new  b27daf2a7b Release CIDER 1.1 ("Plovdiv")
       new  e765542bbb Switch back the docs version
       new  8fb926ecde Remove a duplicated changelog entry
       new  0d7ea1f9c2 Fix the version format for antora
       new  45f6125301 Switch back the docs version
       new  68bc5e3939 [Docs] Tweak some wording
       new  7c86bfa774 [Fix #3012] Allow connect-sibling from any buffer (#3013)
       new  6c87676677 Bump the dev version
       new  061a6db1e6 Align krell repl initialization to latest version (#3014)
       new  eccfcea186 [Fix #3010] Address middleware error on invalid keywords 
(#3016)
       new  265137b0a5 Port CIDER tests to MS-Windows
       new  838230ff6f added MS-Windows compatibility documentation section.
       new  d118265563 Tweak some wording
       new  c8dbbdb53f [Docs] Improve some wording
       new  e1dd7b9694 Tweak a couple of changelog entries
       new  8b3dabeefa Release 1.1.1
       new  0bff13c522 Bump the dev version
       new  8f51546c0e Fix a typo
       new  449fadd63b [Fix #3020] Session linking on Windows
       new  af140ced22 Improve performance of sesman-friendly-session-p
       new  fe8cf244fd [Fix #3017] Annotate company completion kinds (#3024)
       new  5aaaa3a013 Add my Liberapay profile
       new  52ad2bc4eb Bump the injected nREPL version to 0.9.0-beta1
       new  dd4669b454 [Docs] Expand some wording
       new  845f39f5fb Update my email address
       new  62cf3b0365 [Docs] Improve some wording
       new  7098a0dbec [Docs] Add a note about the use of a .mx domain
       new  de68af8f2d [Docs] Fix markup
       new  2f9bec5131 [Docs] Document the solution for empty stacktraces
       new  304bbed0b6 Fix eval-defun-up-to-point to match delimiters
       new  a6ecfaaef5 Remove unused functions
       new  8003b6ebb5 Update changelog to include #3031
       new  fd5232d03f Refactor function to be pure
       new  aa6cd9fed6 Document 
`cider.nrepl.middleware.test/*test-error-handler*`
       new  15b6d205b6 [Fix #2831] Add xref integration (#3026)
       new  12bf1942b0 Move cider-use-xref to cider-mode.el
       new  60d0e54cd4 [Docs] Mention Lambda Island's Figwheel tutorial
       new  28fac9cc46 Sideloader: no line breaks in base64 content
       new  d39ff45232 Allow starting the sideloader for the tooling session
       new  215929a493 [Fix #3022] Handle empty stacktraces gracefully (#3042)
       new  beb82264a7 Support cider-clojuredocs within *clojuredocs* buffer
       new  c892156808 Add a changelog entry for #3040
       new  535cff8739 Tweak a changelog entry
       new  b9c0138c81 [Docs] Tweak some wording
       new  053562e166 Sideloader: handle binary files, support multiple 
directories (#3041)
       new  2609fd5f44 Fix typo in variable name
       new  76dea32c77 [Docs] Add a couple of entries to the FAQ
       new  baca875d76 Implement upgrading of nREPL connections
       new  932f6a051c Try to sidestep the version differences by forking 
zip-summarize
       new  2e2151ae43 Fix info/lookup fallback: response has an extra level
       new  9bcd12728d Fix linting warnings
       new  d8dd41e3c3 Update CHANGELOG
       new  88ba0bc295 Bump the inject nREPL version
       new  d8fd5794c9 [Fix #2746] Handle gracefully Clojure versions with 
non-standard qualifiers
       new  7fb4390de8 [Fix #3045] Add customizable variable 
cider-xref-fn-depth (#3050)
       new  0caa043230 [Docs] Improve the documentation on xref
       new  cb41ed315e Fix deprecated positional arguments warning in Emacs 28 
(#3057)
       new  67c60d38e9 Bump the parseedn dep
       new  4e0c493f19 Update parseedn/parseclj to the latest version
       new  9bd9f7e119 Bump parseedn, seems map-merge alist only works in Emacs 
27
       new  90f375bc0f Attempt at addressing a Windows-specific CI failure
       new  202cf4d482 Drop Emacs 25 from the test matrix
       new  adfc1c940d Update the required Emacs version in the docs
       new  101a514e2b Update the required Emacs version
       new  67cb35242c Separate the injected cider-nrepl version from the 
required version
       new  df851506b5 Make it easier to specify the version of nREPL injected 
by cider-jack-in
       new  efa1f70c70 Bump the required cider-nrepl version to 0.27
       new  9eb5785a73 [Docs] Mention cider-injected-nrepl-version
       new  178bb75ae3 Update the injected cider-nrepl (#3062)
       new  d61fff06b4 [Docs] Mention cider-injected-nrepl-version and 
cider-injected-middleware-version
       new  0e7fed52f0 Upgrade cider-nrepl
       new  2b8bde3580 Merge pull request #3063 from 
clojure-emacs/cider-nrepl-0-27-2
       new  f6dda2dba2 Don't call `fundamental-mode` if we already are in 
`fundamental-mode`
       new  3b37ecb01b Bump parseedn
       new  50f2eed9fd Merge pull request #3072 from 
clojure-emacs/parseedn-1-0-6
       new  cf13fc0f32 [Fix #3071] Use xref to push point to marker stack
       new  0a9d0ef429 Update changelog
       new  6a17686799 [Fix #3074] Makes cider recognize 'pwsh' as powershell.
       new  4ba36bccd2 Add support for babashka projects to cider-jack-in
       new  e52f78c547 [Docs] Document cider-macroexpansion-display-namespaces
       new  823d4d049b [Docs] Add a note that cider-jack-in now supports 
babashka
       new  ecad7a7e97 Workaround for Emacs 27.2 MS-Windows precompiled 
binaries issue
       new  ab910c8c3d Merge pull request #3082 from ikappaki/issue/ci-windows
       new  b160616acb Remove CircleCI MS-Windows-linter job, fix doc formatting
       new  75755b42fa Add before and after eval hooks
       new  d97dfa0706 Detect host and port number from babashka nREPL conn msg 
(#3087)
       new  7228402c09 Make cider-after-eval-done-hook run on the same buffer 
that triggered the cider-before-eval-hook
       new  7d2ed59bf9 Add enrich-classpath integration (#3075)
       new  94aff28016 Add missing package-version attribute
       new  83b7e84cbc Bump the injected nREPL version
       new  a30d2e5ee2 [Docs] Mention cider-check-cljs-repl-requirements
       new  93eb04ba1b Bump the injected nREPL dep
       new  604105c565 Update *print-meta* bug comment
       new  10b9b19b0a Add spell-checking GHA workflow
       new  3c5f1d465e Fix a bunch of typos
       new  41abc47dc8 [Docs] Fix typos
       new  3168f93763 Fix the codespell invocation
       new  1f763f863f [Docs] shadow-cljs with deps.edn and custom repl init
       new  2bcf5763bb Convert "See Also" text to buttons in 
*cider-clojuredocs* buffer (#3093)
       new  e2e0424213 Optimize some code
       new  370da4ef50 Add a comment
       new  9d4c46f9cc Add a changelog entry
       new  474e247998 Fix broken link in page 'contributing'
       new  a88c97a601 Fix a bunch of typos discovered by codespell
       new  1aba01757f Add support for Unix domain socket connection (#3088)
       new  8edbf81d7f [Docs] Document the eval spinner
       new  4c516dff53 [Docs] Add a note about the unix socket support
       new  e7387f07b1 Bump the injected cider-nrepl
       new  a635e8523a Bump the injected cider-nrepl
       new  bcc5936f3a Bump enrich-classpath
       new  a95bbf073c Bump the injected nREPL
       new  82741dba25 Add spell-checking badge
       new  bf8f53bcfd Fix a bunch of typos
       new  28ca7f9639 Tweak the changelog
       new  dc22166c49 Fix grammar
       new  486990efc3 Use `:middleware`, singular
       new  29f192809c Bump enrich-classpath
       new  5b4223d2fa Update the codename for the upcoming 1.2 release
       new  7cf86a616c Disable enrich-classpath integration
       new  28591fd8d7 [Docs] Mention enrich-classpath
       new  7869c66f81 Time to fly - CIDER 1.2
       new  594aa00704 Switch back the docs version
       new  5de49e6235 [Docs] Fix markup
       new  f4853fbced [Docs] Fix markup, this time for real
       new  1eb5406280 Update a couple of :package-version properties
       new  1d400cea28 Add a few words about the sideloader
       new  28bbde5394 [Docs] Reduce some duplication when it comes to the demo 
videos
       new  8d2af8cdc6 Enable enrich-classpath middleware for tests that expect 
it.
       new  027791167d Remove expired DST Root CA X3 from root in CircleCi for 
Win
       new  08b07229bd [Docs] Add more instructions for installing JDK sources
       new  ae376429a8 [Docs] Add a couple of notes on additional resources
       new  6a1288feaa [Docs] Embed a demo video on the home page
       new  096c18418e Remove the pkg-info dep
       new  8506d92364 Try to fix the CI
       new  14b127d19e Fix a test
       new  48a5e36afe [Docs] Add some implementation details about code 
completion
       new  4a9a239a9e Make checkdoc happy
       new  5f44aa2d0e Address a compiler warning
       new  42958551cf Add some comments
       new  7f363d40d2 Bump `enrich-classpath`
       new  6de6d3d642 [#3113] Try to fix cider-version ending up as nil




reply via email to

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