commit 4737075f02f858ca9c572188c51d4198ff6f41bc Author: Nicholas D Steeves <nsteeves@gmail.com> Date: Wed Jul 28 19:24:14 2021 -0400 Drop emacs25 from Enhances (package does not exist in bullseye). commit 095c5e17b47d9d7349a4e138b3ab377433a56a2e Author: Sean Whitton <spwhitton@spwhitton.name> Date: Sat Dec 7 17:32:54 2019 -0700 Commit Debian 3.0 (quilt) metadata [dgit (9.9~bpo10+1) quilt-fixup] commit 927ee6057404a9c01d74fe2fabfde286ff51410a Author: Sean Whitton <spwhitton@spwhitton.name> Date: Sat Dec 7 17:30:21 2019 -0700 Update copyright years commit 2b00ab545775d9d83f792dbc7114f127559d8d5e Author: Sean Whitton <spwhitton@spwhitton.name> Date: Sat Dec 7 17:30:06 2019 -0700 Update path in d/elpa-test commit c617d6c313b9fd4d4785713339fca2fbb1a8440e Merge: 9145c3e 721287c Author: Sean Whitton <spwhitton@spwhitton.name> Date: Sat Dec 7 17:32:24 2019 -0700 Merge tag '5.11.0' commit 721287c7a756678d5fe8fa0dcb2d8dc846d239a2 Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Tue Jul 16 12:18:49 2019 +0300 Release 5.11 commit 54492a5ef53450110edf486df97380598ff2d7f5 Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Tue Jul 16 12:17:35 2019 +0300 Fix a changelog entry commit 5a3c6ea8a91cab0536720e862d571b02462061e3 Author: yuhan0 <qythium@gmail.com> Date: Tue Jul 16 10:07:18 2019 +0800 Update changelog and tests for clojure-unwind changes commit d3c46d9ef79afde169bb21215462ef891c710a66 Author: yuhan0 <qythium@gmail.com> Date: Fri Jul 12 13:58:45 2019 +0800 Tweak docstrings and indentation commit c55870894a5006022f5e331537435dae3ac3f1e1 Author: yuhan0 <qythium@gmail.com> Date: Fri Jul 12 13:19:42 2019 +0800 Add default keybindings for rename-ns-alias and add-arity refactorings Removed keybinding for clojure-unwind-all (use C-u universal arg with clojure-unwind instead) commit c9b742170a820128adcf629ec850f98fad6a9c96 Author: yuhan0 <qythium@gmail.com> Date: Sat Jul 13 17:04:08 2019 +0800 Refactor clojure-unwind to take prefix arguments. Numeric prefix arg unwinds N levels, and universal arg unwinds all. clojure-unwind-all command is left as an alias for calling clojure-unwind with universal argument. commit c7171e4546f5ed38d3b07cdd8d069e97496ab777 Author: Anthony Galea <anthony.galea@gmail.com> Date: Fri Jul 12 17:22:50 2019 +0200 Replace links to clj-refactor wiki with current gifs. commit 1bad2a776aef9dadadbbb31c2caaa71f387ecaff Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Fri Jul 12 09:39:30 2019 +0300 Bump the copyright years commit 715c69d88dbb57e13a4a9d7137298087ece67050 Author: Anthony Galea <anthony.galea@gmail.com> Date: Thu Jul 11 14:32:24 2019 +0200 Add gifs for rename-ns-alias and add-arity refactorings. commit f300bb7d81ce728575a6dad588a5198c8cf5a49b Author: Anthony Galea <anthony.galea@gmail.com> Date: Thu Jul 11 10:31:28 2019 +0200 [Fix #410] Add refactoring: add an arity to a function. commit f515f21031f3b66fba4261ed322f02310ee4e7bc Author: Anthony Galea <anthony.galea@gmail.com> Date: Thu Jul 11 09:18:22 2019 +0200 Remove calls to provide and require for test-helper. The require/provide machinery is intended for things that are to be loaded for the benefit of end-users. Placing test-helper under utils is enough to get buttercup to load it before the tests. commit 2691626ac506fea21d4ec102ca3b4dab64536859 Author: Anthony Galea <anthony.galea@gmail.com> Date: Wed Jul 10 14:39:16 2019 +0200 [Fix #531] Don't match strings when using `clojure-rename-ns-alias` (#534) commit fae40b9f45533bd03dfa52322ee34a9f2bd993dc Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Wed Jul 10 11:47:48 2019 +0300 Tweak a changelog entry commit 01d168a3a1ced0f10e0abc1ca23640f66c8d9e53 Author: Robin Karlsson <robinpkarlsson@gmail.com> Date: Tue Jul 9 16:41:09 2019 +0200 [Fix #494] Resolve compilation warnings (#521) commit b2d17dd2e5c9c738f43a82c7b70133e974284c81 Author: Anthony Galea <anthony.galea@gmail.com> Date: Tue Jul 9 16:33:47 2019 +0200 [Fix #511] Fix incorrect indentation of namespaced map (#533) commit 5ab2be80281b652adbaea29c2743e2775ecd25cf Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Tue Jul 9 15:14:42 2019 +0300 Add a missing changelog entry commit 9c35eda0ff46ec3ac08992fc6ebf07f050bfa1ea Author: Anthony Galea <anthony.galea@gmail.com> Date: Tue Jul 9 12:45:01 2019 +0200 [#422] Do not check for presence of `paredit-open-curly` and `paredit-close-curly` functions. Passing non-nil fileonly parameter to check-declare to skip checking that the functions are actually defined, because they are defined via the `define-paredit-pair` macro. See https://www.gnu.org/software/emacs/manual/html_node/elisp/Declaring-Functions.html > There are some function definitions that ‘check-declare’ does not understand (e.g., defstruct and some other macros). In such cases, you can pass a non-nil fileonly argument to declare-function, meaning to only check that the file exists, not that it actually defines the function. commit 56ec5a48a20b49410e0dc765bb381a9d99829198 Author: Anthony Galea <anthony.galea@gmail.com> Date: Tue Jul 9 08:08:36 2019 +0200 [#422] Convert tests to buttercup. commit 98d1b84afb0d6caee02d6271be3f8d2d21237a7f Author: Anthony Galea <anthony.galea@gmail.com> Date: Tue Jul 9 08:07:27 2019 +0200 [#422] Split def-refactor-test macro into 2 separate macros. commit fe6f07a6ebc6f34182bb16584517944e61e1718a Author: Anthony Galea <anthony.galea@gmail.com> Date: Tue Jul 9 08:05:21 2019 +0200 [#422] Switch from ert to buttercup. commit dbb2a72cc7bd16fc75118364f6f080e8ff8e004b Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Tue Jul 9 10:07:41 2019 +0300 Expand on the inline docstring check commit 686f43b2051ec3946a6ce3dd062bb6aa2a6dcb7b Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Tue Jul 9 10:05:18 2019 +0300 Update the link to the indentation spec commit d2246489ac901bbdc127174e64883eccd9623f0a Author: Bastien <bzg@gnu.org> Date: Sun Jul 7 19:59:19 2019 +0200 Prevent electric indentation within inlined docstrings Fix https://github.com/clojure-emacs/clojure-mode/pull/447#issuecomment-507388077 commit 62e13cacf5acb1a96fb920b2f4cdcb95e9b025b3 Author: Anthony Galea <anthony.galea@gmail.com> Date: Mon Jul 1 14:39:58 2019 +0200 Add refactoring command `clojure-rename-ns-alias` (#529) Originally requested in clj-refactor: https://github.com/clojure-emacs/clj-refactor.el/issues/366. commit a9cbe6a37f51da1c37035390d43500b437e8bff2 Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Wed May 8 18:22:08 2019 +0300 [Fix #524] Add an indentation rule for `delay` commit 0496421c9954577339be0b12ecfd55d25532ba05 Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Wed May 8 18:18:47 2019 +0300 Update an url commit 0c6b3ec8f13a26bae77e4346d49bc52e7d8fd12e Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Tue Apr 16 18:35:55 2019 +0300 Tweak the changelog a bit commit e2c6a4a98f209ced1e3aad3ac33343df822b19ef Author: Robin Karlsson <robinpkarlsson@gmail.com> Date: Tue Apr 9 20:29:30 2019 +0200 [Fix #496] Highlight [[var]] style comments commit e898a949d6789acbea53fd036af786268b46c620 Author: Artur Malabarba <artur.malabarba@gmail.com> Date: Mon Mar 25 03:28:59 2019 -0300 [Fix #518] Ignore ns forms inside strings in clojure-find-ns (#519) commit 4387cb8e7b2d4fa8a3d59dd56876050b1f04ebaf Author: Bozhidar Batsov <bozhidar@batsov.com> Date: Wed Mar 13 20:36:16 2019 +0200 Bump the development version commit a1d6a0f1b53dc454333be99eae1517315267aa6b Author: Carlos Requena López <crequena@ulb.ac.be> Date: Mon Feb 25 22:02:32 2019 +0100 [Fix #506] Fix clojure-mode-display-version `clojure-mode-display-version` was displaying nil when clojure-mode.elc was loaded, since (lm-version) had no access to the file headers. commit 6921518816d6d7e751bbc318fa2b73088156ed48 Merge: b0b8231 4ea0543 Author: Michael Griffiths <mikey@cich.li> Date: Wed Feb 27 11:11:59 2019 +0000 Merge pull request #503 from arichiardi/fix-makefile-compile Fix Makefile so that we can compile again commit b0b82319e24cebe577fa6c3451c1d7e33af802ca Merge: 2d6ccab a9a0276 Author: Michael Griffiths <mikey@cich.li> Date: Wed Feb 27 10:57:01 2019 +0000 Merge pull request #505 from carlosgeos/fix-445 [Fix #445] def form with strings and docstrings commit 2d6ccabd4cd3cc70452bfddfa079f614644b0cf5 Merge: 22f5395 344e382 Author: Michael Griffiths <mikey@cich.li> Date: Wed Feb 27 10:55:55 2019 +0000 Merge pull request #507 from carlosgeos/fix-506 [Fix #506] fix clojure-mode-display-version commit 22f5395e79629c0cf657b3c5f5c2cbf3ffc6184f Merge: e931d08 02587c3 Author: Michael Griffiths <mikey@cich.li> Date: Wed Feb 27 10:54:54 2019 +0000 Merge pull request #509 from carlosgeos/fix-508 [Fix #508] correct font-lock for namespace name commit e931d0849c41f93022d1017557a7d39fa304aec0 Merge: 6d8e5a6 7c548aa Author: Michael Griffiths <mikey@cich.li> Date: Wed Feb 27 10:51:00 2019 +0000 Merge pull request #510 from carlosgeos/fix-comment-in-445 [Fix comment in #445] Proper font lock in (s/def ::keyword) commit 6d8e5a6387188f42f53976115fbe76a86b90109b Merge: 7943b29 31148c4 Author: Michael Griffiths <mikey@cich.li> Date: Wed Feb 27 10:49:14 2019 +0000 Merge pull request #514 from danielcompton/use-circle-ci Initial attempt to run on CircleCI commit 31148c42bac65f4f50a8f0bd9e336623b1c516d4 Author: Daniel Compton <desk@danielcompton.net> Date: Wed Feb 27 08:07:01 2019 +1300 Reorder tests to avoid running test-bytecomp before test-checks commit b50c321d5675bfd9142a5b1b401c836cb566788a Author: Daniel Compton <desk@danielcompton.net> Date: Tue Feb 26 13:59:10 2019 +1300 Update Circle config to address review comments commit 07b298bf3cc4d64771cffea7d1b18c52c8367337 Author: Daniel Compton <desk@danielcompton.net> Date: Tue Feb 26 13:57:27 2019 +1300 Update CI badge in the README to point to CircleCI commit a9a0276601008da68ec6953624f353244a189ce3 Author: Carlos Requena López <crequena@ulb.ac.be> Date: Tue Feb 26 00:52:27 2019 +0100 [Fix #445] More accurate font locking for strings in def forms - def forms can now have docstrings and strings properly font-locked - they will not be incorrectly indented added tests as well commit 02587c363e10b0342b8fd9f30b0e9dc227b8b414 Author: Carlos Requena López <crequena@ulb.ac.be> Date: Mon Feb 25 23:44:44 2019 +0100 [Fix #508] Correct font-lock for namespaces namespace metadata prevented the namespace name to be highlighted as such add font-lock tests as well. commit 7c548aa1a1d8baba56d217325443e540761b7756 Author: Carlos Requena López <crequena@ulb.ac.be> Date: Mon Feb 25 22:06:22 2019 +0100 [Fix comment in #445] Proper font lock for (s/def ::keyword) forms added tests as well commit 344e38200b2d247d43d5ddbe534f0e92c4a7d664 Author: Carlos Requena López <crequena@ulb.ac.be> Date: Mon Feb 25 22:02:32 2019 +0100 [Fix #506] Makes display version command return the actual version `clojure-mode-display-version` displays the correct version (was displaying nil) also added some tests commit f68a1d7c285b2bc9f74b6cb33992b36f2e07c5d4 Author: Daniel Compton <desk@danielcompton.net> Date: Fri Feb 22 11:42:25 2019 +1300 Convert tests to use CircleCI instead of Travis commit 7943b29c5ac1d2a3016e9931d9481ce5c4c80d34 Author: Michael Griffiths <mikey@cich.li> Date: Sat Feb 16 23:19:11 2019 +0000 Fix font locking for non-alphanumeric chars in dynamic var names commit 4ea05434b554c48c1e98844b12102cda4d4078fa Author: Andrea Richiardi <a.richiardi.work@gmail.com> Date: Sat Jan 5 11:21:37 2019 -0800 Fix Makefile so that we can compile again The functionality has been ported from cider, we can now use the make command to install elpa packages and compile. This is still not perfect because in theory we should not install things from elpa if we have them in our Emacs but it would take more work for achieving that.
Among the 1 debian patch available in version 5.10.0-4 of the package, we noticed the following issues: