Skip to content
Permalink
master

Commits on Jan 2, 2021

  1. [Fix #2914] Add needed "connection" param for cider-nrepl-send-sync-r…

    …equest (#2961)
    brool committed Jan 2, 2021

Commits on Jan 1, 2021

  1. Add a changelog entry

    bbatsov committed Jan 1, 2021
  2. Bump the copyright years

    bbatsov committed Jan 1, 2021
  3. [Fix #2953] Don't font-lock function/macro vars as vars (#2959)

    It seems for most people the previous setup was a bit confusing, as if you'd disable function font-locking then functions got font-locked as vars. Even if functions are technically vars, most people treat them differently.
    andreyorst committed Jan 1, 2021
  4. Restore a bunch of deprecated aliases

    Those seem like something clients could actually be relying on.
    
    See clojure-emacs/clj-refactor.el#478
    bbatsov committed Jan 1, 2021

Commits on Dec 30, 2020

  1. Update the changelog for the next release

    bbatsov committed Dec 30, 2020
  2. Tweak a section heading

    bbatsov committed Dec 30, 2020

Commits on Dec 29, 2020

  1. Tweak a docstring

    bbatsov committed Dec 29, 2020
  2. Kill a bunch of obsolete aliases

    bbatsov committed Dec 29, 2020

Commits on Dec 28, 2020

  1. [Docs] Update history

    bbatsov committed Dec 28, 2020
  2. Fix a typo

    bbatsov committed Dec 28, 2020
  3. Bump the development version

    bbatsov committed Dec 28, 2020
  4. Switch back the docs version

    bbatsov committed Dec 28, 2020
  5. Release CIDER 1.0 ("Sofia")

    bbatsov committed Dec 28, 2020
  6. [Docs] Improve the session management docs

    bbatsov committed Dec 28, 2020

Commits on Dec 27, 2020

  1. Try to fix the CI

    bbatsov committed Dec 27, 2020
  2. Really fix that damn message

    bbatsov committed Dec 27, 2020

Commits on Dec 24, 2020

  1. Remove a bunch of obsolete command aliases

    bbatsov committed Dec 24, 2020
  2. Simplify some code

    bbatsov committed Dec 24, 2020
  3. Further improve a confusing message

    bbatsov committed Dec 24, 2020

Commits on Dec 16, 2020

  1. [#2946] Improve a confusing message

    bbatsov committed Dec 16, 2020

Commits on Dec 15, 2020

  1. [Docs] Refine some wording

    bbatsov committed Dec 15, 2020
  2. [Doc] Document the find references functionality

    bbatsov committed Dec 15, 2020

Commits on Dec 10, 2020

  1. Support watching several shadow-cljs builds (#2940)

    Add a cider-shadow-watched-builds customization variable which is the list of
    builds to watch. If not defined fallback on watching the default build set in
    cider-shadow-default-options or prompt the user.
    ageneau committed Dec 10, 2020

Commits on Dec 9, 2020

  1. Add missing docstrings

    bbatsov committed Dec 9, 2020
  2. Add a comment

    bbatsov committed Dec 9, 2020
  3. Fix broken declare-function calls

    bbatsov committed Dec 9, 2020
  4. [Fix #2942] Fully-qualify the injected nREPL dep

    It seems that tools.deps doesn't like implicit dep group ids anymore.
    bbatsov committed Dec 9, 2020

Commits on Nov 25, 2020

  1. Bump the seq.el dep and rename a deprecated function

    bbatsov committed Nov 25, 2020
  2. Address a compilation warning

    bbatsov committed Nov 25, 2020
  3. Address a compilation warning

    bbatsov committed Nov 25, 2020

Commits on Nov 24, 2020

  1. Update the changelog

    bbatsov committed Nov 24, 2020
  2. Bump the cider-nrepl version used by cider-jack-in

    bbatsov committed Nov 24, 2020

Commits on Nov 22, 2020

  1. Fix format of clojure-cli options because TRAMP

    This is /a/ solution for clojure-emacs/clj-refactor.el#445 (comment). I do not know what the cause of this problem is. Perhaps `IFS` is different between cider-jack-in versus directly on the command-line? Perhaps it's because TRAMP uses `/bin/sh` to run remote commands, not `/bin/bash`? I don't know. Given that `,` is whitespace in clojure, this seems like a harmless patch.
    carrete authored and bbatsov committed Nov 22, 2020
Older
You can’t perform that action at this time.