aboutsummaryrefslogtreecommitdiff
root = true

[*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}]
max_line_length = 85

[*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}]
indent_style = space

[*.{c,h,cpp,hpp}{,.in}]
indent_size = 4
(Expand)Author 2024-10-02gnu: lem: Build included shared library....* gnu/packages/text-editors.scm (lem): Build shared library. [source]: Delete precompiled binaries. [arguments]: Patch libvterm and build shared library. [inputs]: Add libvterm. Change-Id: I296f139f93032ccbb380e112c9c1e4fd681ae1a7 jgart 2024-10-01gnu: Add lem....* gnu/packages/text-editors.scm (lem): New variable. Co-authored-by: Ada Stevenson <adanskana@gmail.com> Change-Id: I2946355068597e44b8699281647bcd8d98f47911 jgart 2024-09-06gnu: nano: Update to 8.2....* gnu/packages/text-editors.scm (nano): Update to 8.2. Change-Id: I72d3ead40cc5cabf52931567195d6bafd3e86d6e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai 2024-08-31gnu: texmacs: Add libxcrypt dependency....* gnu/packages/text-editors.scm (texmacs)[inputs]: Add libxcrypt. Change-Id: I746dde1dda33c7c8b23242442dc2c2cadade07ec 宋文武 2024-08-31gnu: ed: Update to 1.20.1....* gnu/packages/text-editors.scm (ed): Update to 1.20.1. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Change-Id: I58ba1c8213a5ac2a126ecb58321859d64d0fcb01 Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai 2024-08-31gnu: ed: Update to 1.19....* gnu/packages/text-editors.scm (ed): Update to 1.19. Change-Id: I69f4c9cbcf5c862cbffb6d82662c548591917d88 Ludovic Courtès 2024-08-31gnu: text-editors: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/text-editors.scm (vis)[inputs]: Add 'bash-minimal'. (jucipp)[inputs]: Likewise. (ghostwriter)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic55d5602d0514029eba1f8d5313169570da3edb1 Maxime Devos 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-08-26gnu: scintilla: Update to 5.5.1....* gnu/packages/text-editors.scm (scintilla): Update to 5.5.1. Change-Id: I51b87c8095b97bd0b4dd51bc5f7558735fe9da73 Nicolas Goaziou 2024-08-11gnu: mg: Update to 20240709....* gnu/packages/text-editors.scm (mg): Update to 20240709. Change-Id: Id21e7ae99c2b9e66344e87bccb6165fa27cb22f1 Signed-off-by: Christopher Baines <mail@cbaines.net> Spencer King 2024-07-12gnu: nano: Update to 8.1....* gnu/packages/text-editors.scm (nano): Update to 8.1. Change-Id: Ib6bc2371393c0bd2a854a0437d27fe36cd76f871 Signed-off-by: jgart <jgart@dismail.de> Andy Tai 2024-06-24gnu: kakoune: Update to 2024.05.18....* gnu/packages/text-editors.scm (kakoune): Update to 2024.05.18. Change-Id: I4ca1f66e104a40f2d759c097c0548e6812ef6d16 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Ashish SHUKLA 2024-05-14gnu: kakoune: Update to 2024.05.09....* gnu/packages/text-editors.scm (kakoune): Update to 2024.05.09. Change-Id: If6c1ea02304880d5ffa818e57f922f9d81c1bf5a Signed-off-by: Christopher Baines <mail@cbaines.net> Ashish SHUKLA 2024-05-13gnu: mg: Update to 20230501....* gnu/packages/text-editors.scm (mg): Update to 20230501. Change-Id: Ie72901207562488f392d5877e1b41a41067893f4 Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5 2024-05-12gnu: nano: Update to 8.0....* gnu/packages/text-editors.scm (nano): Update to 8.0. Change-Id: I2312dd5140fee4d8cc42f622f733c616d7b39550 Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai 2024-04-07gnu: Fix builds that require old blueprint-compiler....This is a follow-up commit to cee21ef8650d723e9e1ea4c6313897fd3bf64112 and fixes two builds that rely on an older version of blueprint-compiler. The giara package remains broken as a result of a test failure. * gnu/packages/gnome.scm (blueprint-compiler-0.4): New variable. * gnu/packages/syndication.scm (giara, gfeeds): Replace blueprint-compiler with blueprint-compiler-0.4. * gnu/packages/text-editors.scm (textpieces): Likewise Liliana Marie Prikler 2024-04-06gnu: scintilla: Update to 5.4.3....* gnu/packages/text-editors.scm (scintilla): Update to 5.4.3. Change-Id: I6995d793acac12b1d85e32651e62e748ab30fd52 Nicolas Goaziou 2024-03-20Merge remote-tracking branch 'savannah/master' into gnome-team...Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745 Christopher Baines 2024-03-17gnu: texmacs: Update to 2.1.4....* gnu/packages/text-editors.scm (texmacs): Update to 2.1.4. Change-Id: Ie62976f58d877194196f5d8cbf230716596344f2 Nicolas Goaziou 2024-03-17gnu: manuskript: Update to 0.16.1....* gnu/packages/text-editors.scm (manuskript): Update to 0.16.1. Change-Id: Ic088d1d0fee5d86a18bcca474695b2cf990de35e Nicolas Goaziou 2024-03-16Merge remote-tracking branch 'savannah/master' into gnome-team...Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26 Christopher Baines 2024-03-10gnu: lite-xl: Update to 2.1.3....* gnu/packages/text-editors.scm (lite-xl): Update to 2.1.3. [arguments]: Pass '-Duse_system_lua=true' to configure. [source]: Remove snippet. [inputs]: Remove agg and reproc. Change-Id: If3a57587ce2049f94e4ac7791c680d29a4e7d222 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Parnikkapore 2024-03-10Merge branch 'master' into gnome-teamLiliana Marie Prikler 2024-03-09gnu: xnedit: Update to 1.5.3....* gnu/packages/text-editors.scm (xnedit): Update to 1.5.3. Change-Id: I65242f061e8ecbb8d23e7a3e9ad5c50b2fe98842 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai