guix-commits
[Top][All Lists]
Advanced

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

branch master updated (4f35ff1275 -> 35fd25af9b)


From: guix-commits
Subject: branch master updated (4f35ff1275 -> 35fd25af9b)
Date: Sun, 24 Sep 2023 03:32:16 -0400 (EDT)

lilyp pushed a change to branch master
in repository guix.

    from 4f35ff1275 Merge branch 'lisp-team'
     add a016453a95 gnu: Make emacs-next-tree-sitter the new emacs.
     add a3ac317ab4 gnu: Construct Emacs packages from bottom up.
     add 15406013fe Merge branch 'master' into emacs-team
     add 8de4131b2d Merge branch 'master' into emacs-team
     add 9f23addae2 gnu: emacs-jsdoc: Use regular emacs.
     add 3349a50d70 gnu: emacs: Update to 29.1.
     add 51deacd860 Merge branch 'master' into emacs-team
     add 7da6173eed gnu: emacs-emacsql: Update to 3.1.1-1.29194a6.
     add 44fd56096e gnu: Remove emacs-emacsql-sqlite3.
     add d58c6e25ff gnu: notmuch: Fix tests with Emacs 29.
     add 282de197e8 gnu: emacs-php-mode: Update to 1.25.0.
     add ef077b83f9 gnu: emacs-all-the-icons: Honour #:tests?
     add 5a989fc417 gnu: emacs-haskell-mode: Update to 17.4.
     add 1fcf9c0d7d gnu: emacs-helpful: Update to 0.21.
     add 50b2db40ea guix: emacs-utils: Add ert-number-tests.
     add 51bbc440f4 gnu: emacs-libgit: Fix build.
     add f9b3bcac9a gnu: emacs-all-the-icons: Fix build.
     add ca7e310f7a gnu: emacs-yasnippet: Fix build.
     add 9d074e16c7 Merge branch 'master' into emacs-team
     add 506d6ce080 gnu: emacs-rainbow-delimiters: Fix tests.
     add 4a00fa9bea build: emacs-utils: Adjust ‘emacs-compile-directory’ for 
Emacs 29.
     add 16cc7b9678 gnu: emacs: Use lexical binding for guix-emacs.el startup 
library.
     add d3bf08872b gnu: emacs: Factorize a ‘guix-emacs--subdirs-files’ 
procedure.
     add 05e4b3cba8 gnu: emacs: Allow producing verbose messages when loading 
autoloads.
     add b02ad19305 gnu: emacs: Reload subdirs.el files in 
‘guix-emacs-autoload-packages’.
     add 6750c114e3 gnu: guix-emacs: Reword docstrings.
     add 94ca5b4357 Merge branch 'master' into emacs-team
     add 1aa5537dfe gnu: Add emacs-next-minimal.
     add f65a727cb3 gnu: Add emacs-next.
     add cef9f37999 gnu: Add emacs-next-pgtk.
     add e12610bede gnu: Add emacs-next-pgtk-xwidgets.
     add 95ddf01d11 gnu: Add emacs-next-tree-sitter.
     add 74873c5746 gnu: emacs-go-mode: Fix build.
     add 187f642998 gnu: emacs-lispy: Fix build.
     add 66abcaacde gnu: emacs-elfeed-org: Fix build.
     add 30a339b364 gnu: emacs-matcha: Update to 0.0.1-2.dc4a940.
     add 73388a1a19 gnu: emacs-ob-go: Fix build.
     add 3c7cbaf461 gnu: emacs-pyvenv: Fix build.
     add 10664c0f1c gnu: emacs-rjsx-mode: Fix build.
     add cdbd81ce14 Merge branch 'master' into emacs-team
     new 35fd25af9b Merge branch 'emacs-team'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi                                      |  11 +-
 gnu/local.mk                                       |   6 +-
 gnu/packages/aux-files/emacs/guix-emacs.el         |  80 ++--
 gnu/packages/emacs-xyz.scm                         | 159 ++++---
 gnu/packages/emacs.scm                             | 498 +++++++++------------
 gnu/packages/mail.scm                              |   6 +-
 .../emacs-all-the-icons-remove-duplicate-rs.patch  |  21 +
 .../emacs-haskell-mode-no-redefine-builtin.patch   |  75 ++++
 gnu/packages/patches/emacs-helpful-fix-tests.patch |  28 ++
 gnu/packages/patches/emacs-source-date-epoch.patch |  20 -
 .../emacs-yasnippet-fix-empty-snippet-next.patch   |  59 +++
 .../patches/emacs-yasnippet-fix-tests.patch        |  14 +
 .../patches/notmuch-emacs-test-output.patch        |  89 ++++
 guix/build/emacs-utils.scm                         |  26 +-
 14 files changed, 687 insertions(+), 405 deletions(-)
 create mode 100644 
gnu/packages/patches/emacs-all-the-icons-remove-duplicate-rs.patch
 create mode 100644 
gnu/packages/patches/emacs-haskell-mode-no-redefine-builtin.patch
 create mode 100644 gnu/packages/patches/emacs-helpful-fix-tests.patch
 delete mode 100644 gnu/packages/patches/emacs-source-date-epoch.patch
 create mode 100644 
gnu/packages/patches/emacs-yasnippet-fix-empty-snippet-next.patch
 create mode 100644 gnu/packages/patches/notmuch-emacs-test-output.patch



reply via email to

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