summaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: parinfer-rust: Fix typos in description.•••* gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]: Fix two different ways to mistype ‘parentheses’. Tobias Geerinckx-Rice2021-09-291-2/+2
* gnu: ne: Update to 3.3.1.•••* gnu/packages/text-editors.scm (ne): Update to 3.3.1. [arguments]: Add a 'patch-early-shebang phase. Don't return #t from other phases. Tobias Geerinckx-Rice2021-09-051-4/+7
* gnu: kakoune: Update to v2021.08.28•••* gnu/packages/text-editors.scm (kakoune): Update to v2021.08.28 [native-inputs]: Use gcc-10. [inputs]: Remove ncurses dependancy. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> calum2021-08-311-5/+5
* gnu: mg: Update to 20210609.•••* gnu/packages/text-editors.scm (mg): Update to 20210609. [source](snippet): Remove trailing #t. Marius Bakke2021-08-011-4/+3
* gnu: scintilla: Update to 5.1.1.•••* gnu/packages/text-editors.scm (scintilla): Update to 5.1.1. Nicolas Goaziou2021-08-011-2/+2
* gnu: mg: Set PKG_CONFIG instead of substituting.•••* gnu/packages/text-editors.scm (mg)[arguments]: Add PKG_CONFIG to #:make-flags, and remove the custom 'pkg-config-for-cross-compiling-target phase. Tobias Geerinckx-Rice2021-07-181-8/+2
* gnu: mg: Fix reference to native diffutils.•••* gnu/packages/text-editors.scm (mg)[inputs]: Add diffutils. [arguments]: Refer to it in the 'correct-location-of-diff phase. Tobias Geerinckx-Rice2021-07-181-4/+7
* gnu: mg: Enable cross-compilation.•••* gnu/packages/text-editors.scm (mg)[arguments]: Use cc-for-target. Add phase to substitute pkg-config with the target's pkg-config. Remote #t return from phases. Pierre Langlois2021-07-141-8/+13
* gnu: Add parinfer-rust.•••* gnu/packages/text-editors.scm (parinfer-rust): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> aecepoglu2021-07-111-0/+34
* gnu: scintilla: Update to 5.1.0.•••* gnu/packages/text-editors.scm (scintilla): Update to 5.1.0. Nicolas Goaziou2021-07-021-4/+3
* gnu: ghostwriter: Update to 2.0.2.•••* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.2. Tobias Geerinckx-Rice2021-06-301-2/+2
* gnu: editorconfig-core-c: Update to 0.12.5.•••* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.5. Tobias Geerinckx-Rice2021-06-291-2/+2
* gnu: texmacs: Update to 2.1.•••* gnu/packages/text-editors.scm (texmacs): Update to 2.1. [arguments]: Remove #t at the end of phases. Nicolas Goaziou2021-06-231-6/+4
* gnu: Rename qtbase to qtbase-5.•••This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer2021-06-141-2/+2
* gnu: Add l3afpad.•••* gnu/packages/text-editors.scm (l3afpad): New variable. Leo Famulari2021-06-071-0/+33
* gnu: ghostwriter: Update to 2.0.1.•••* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.1. Leo Famulari2021-06-071-3/+2
* gnu: qemacs: Use 'native-inputs' instead of '%build-inputs'.•••In build phases, the former (or 'inputs', as appropriate) is preferred. * gnu/packages/text-editors.scm (qemacs)[arguments]<#:phases>{install-extra-documentation}: Use 'native-inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos2021-06-041-3/+4
* gnu: texmacs: Update to 1.99.21.•••* gnu/packages/text-editors.scm (texmacs): Update to 1.99.21. Nicolas Goaziou2021-05-311-2/+2
* gnu: texmacs: Update to 1.99.20.•••* gnu/packages/text-editors.scm (texmacs): Update to 1.99.20. Nicolas Goaziou2021-05-071-2/+2
* gnu: manuskript: Update to 0.12.0.•••* gnu/packages/text-editors.scm (manuskript): Update to 0.12.0. Nicolas Goaziou2021-05-071-2/+2
* gnu: jucipp: Update clang version.•••* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11. Tobias Geerinckx-Rice2021-04-201-1/+1
* gnu: jucipp: Fix description mark-up.•••* gnu/packages/text-editors.scm (jucipp)[description]: Substitute @acronym for @dfn. Tobias Geerinckx-Rice2021-04-201-1/+1
* gnu: jucipp: Update to 1.6.3.•••* gnu/packages/text-editors.scm (jucipp): Update to 1.6.3. Tobias Geerinckx-Rice2021-04-201-2/+2
* gnu: scintilla: Update to 5.0.1.•••* gnu/packages/text-editors.scm (scintilla): Update to 5.0.1. Nicolas Goaziou2021-04-111-3/+4
* gnu: fe: Fix hash.•••* gnu/packages/text-editors.scm (fe): Update hash. Development version (2.0) has been rebased on top of latest stable release (1.9). Nicolas Goaziou2021-04-011-2/+2
* gnu: vis: Update to 0.7.•••* gnu/packages/text-editors.scm (vis): Update to 0.7. [home-page, source]: Use sourcehut upstream URIs instead of github. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart2021-03-191-6/+6
* gnu: ne: Use HTTPS home page URI.•••* gnu/packages/text-editors.scm (ne)[home-page]: Use HTTPS URI. Nicolas Goaziou2021-03-061-1/+1
* gnu: texmacs: Update to 1.99.19.•••* gnu/packages/text-editors.scm (texmacs): Update to 1.99.19. Nicolas Goaziou2021-03-061-2/+2
* gnu: ghostwriter: Update to 2.0.0-rc4.•••* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.0-rc4. Leo Famulari2021-02-151-3/+4
* gnu: texmacs: Update to 1.99.18.•••* gnu/packages/text-editors.scm (texmacs): Update to 1.99.18. Nicolas Goaziou2021-02-111-3/+3
* gnu: text-editors.scm: Remove extra module import.•••* gnu/packages/text-editors.scm: Remove duplicate module import. Efraim Flashner2021-02-041-1/+0
* gnu: Add kak-lsp.•••* gnu/packages/crates-io.scm (kak-lsp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> aecepoglu2021-02-041-0/+47
* gnu: jucipp: Update to 1.6.2.•••* gnu/packages/text-editors.scm (jucipp): Update to 1.6.2. Tobias Geerinckx-Rice2021-01-141-3/+3
* gnu: texmacs: Install desktop file.•••* gnu/packages/text-editors.scm (texmacs)[arguments]: Add ‘install-desktop-file’ phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2021-01-071-0/+9
* gnu: Add virtaal.•••* gnu/packages/text-editors.scm (virtaal): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Mark Meyer2020-12-111-0/+41
* gnu: geany: Update to 1.37.1.•••* gnu/packages/text-editors.scm (geany): Update to 1.37.1. Nicolas Goaziou2020-12-031-2/+2
* gnu: scintilla: Update to 4.4.6.•••* gnu/packages/text-editors.scm (scintilla): Update to 4.4.6. Nicolas Goaziou2020-12-031-2/+2
* gnu: texmacs: Update to 1.99.16.•••* gnu/packages/text-editors.scm (texmacs): Update to 1.99.16. Tobias Geerinckx-Rice2020-11-281-2/+2
* gnu: texmacs: Update to 1.99.15.•••* gnu/packages/text-editors.scm(texmacs): Update to 1.99.15. [inputs]: Add qtsvg. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Zhu Zihao2020-11-151-3/+4
* gnu: geany: Update to 1.37.•••* gnu/packages/text-editors.scm (geany): Update to 1.37. Nicolas Goaziou2020-10-271-2/+2
* gnu: scintilla: Update to 4.4.5.•••* gnu/packages/text-editors.scm (scintilla): Update to 4.4.5. Nicolas Goaziou2020-09-291-2/+2
* gnu: jucipp: Update to 1.6.1.•••* gnu/packages/text-editors.scm (jucipp): Update to 1.6.1. Tobias Geerinckx-Rice2020-09-231-2/+2
* gnu: manuskript: Use pandoc instead of ghc-pandoc.•••* gnu/packages/text-editors.scm (manuskript)[inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun2020-09-141-1/+1
* gnu: kakoune: Update to 2020.09.01.•••* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01. Tobias Geerinckx-Rice2020-09-011-2/+2
* gnu: manuskript: Use make-deskop-entry-file.•••* gnu/packages/text-editors.scm (manuskript)[arguments]: Adjust custom 'install phase to use make-desktop-entry-file. Efraim Flashner2020-09-011-15/+11
* gnu: editorconfig-core-c: Delete static library.•••* gnu/packages/text-editors.scm (editorconfig-core-c)[arguments]: Add a ‘delete-static-library’ phase. Tobias Geerinckx-Rice2020-09-011-1/+8
* gnu: editorconfig-core-c: Update to 0.12.4.•••* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.4. Tobias Geerinckx-Rice2020-09-011-12/+12
* gnu: ne: Update to 3.3.0.•••* gnu/packages/text-editors.scm (ne): Update to 3.3.0. Tobias Geerinckx-Rice2020-08-201-2/+2
* gnu: vis: Run most tests.•••* gnu/packages/text-editors.scm (vis)[arguments]: Add ‘unpack-test-suite’ and ‘set-up-tests’ phase. Run the tests after wrapping vis. [native-inputs]: Add vis-test origin. Tobias Geerinckx-Rice2020-08-201-2/+34
* gnu: vis: Fetch sources from git.•••* gnu/packages/text-editors.scm (vis)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice2020-08-201-8/+9