Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alexmurray/emacs-snap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: alexmurray/emacs-snap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pretest
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 23, 2023

  1. Include System Security Services support.

    This fixes the "User <name> has no home directory" error (issue #68)
    in environments where sssd is used.
    David Engel authored and alexmurray committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    4caf79d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Update tree-sitter part to latest upstream release

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    102cfcf View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Adapt to upstream native json support

    See commit 1135ce461d188869e0294af45641edc2cbfacbf0 upstream for more details.
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    eb13e9e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into snapshot

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    63e91a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge branch 'master' into snapshot

    This updates snapshot to core24
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ec7ee9a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge branch 'master' into snapshot

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    75481e9 View commit details
    Browse the repository at this point in the history
  2. Fix repeated build with and without pgtk

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    266c3f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update to new pretest 30.0.92 release

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    71c648e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'snapshot' into pretest

    Since pretest is emacs-30 it needs the various changes from the snapshot branch
    as well.
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    dbe3c85 View commit details
    Browse the repository at this point in the history
  3. Remove erroneous version setting from git

    We are using a tarball so it won't work to try and set it via git anyway plus
    its a fixed version anyway.
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    68ac681 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Fix build to find correct location of compiled comp files

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    62d9798 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Fix tree sitter to use local sysroot

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    84496c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Fix tree-sitter compilation on older Ubuntu releases

    We need to supply the same arguments as we do for native-comp AND we
    also need to set COMPILER_PATH so that gcc-14 from the emacs snap uses
    ld as shipped in the snap too. We also set the gcc base directory for
    completeness as well.
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5ff8343 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

  1. Update to latest upstream release "30.0.93" pretest

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    8291b0d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Default to wayland backend when available for emacs-30

    I can't reproduce either of the aforementioned issues anymore with emacs 30 and
    the current pgtk build etc so making this the default.
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Jan 6, 2025
    Configuration menu
    Copy the full SHA
    7aa8385 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Default to wayland backend for emacsclient too

    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    74174fe View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Don't pass --display to the wayland emacsclient

    Otherwise it thinks it is running under X and strange things happen. Fixes #98.
    
    Signed-off-by: Alex Murray <murray.alex@gmail.com>
    alexmurray committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    6cfab91 View commit details
    Browse the repository at this point in the history
Loading