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: yuhan0/helpful Loading
base: master
Choose a base ref
...
head repository: Wilfred/helpful Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 8 contributors

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    c2920e8 View commit details
    Browse the repository at this point in the history
  2. Update changelog for 0.21

    Looks like I should have pulled before tagging a release
    Wilfred committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    ced07fe View commit details
    Browse the repository at this point in the history
  3. Roll version for 0.22

    I accidentally released 0.20 on an older checkout, so 0.21 has been
    released today too.
    Wilfred committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    6f8991a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Improve user-friendliness of disambiguation prompt

    Uses read-char-choice for selecting between callable (press "c") and
    variable (press "v") when the symbol is ambiguous, eg.
    `buffer-file-name'.
    
    Less mental effort required than parsing a y-or-n-p prompt and answering
    in the negative to "show variable?" to show help for a function.
    yuhan0 authored and Wilfred committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    acb3e33 View commit details
    Browse the repository at this point in the history
  2. Support describing faces using helpful-symbol.

    Uses the native `describe-face`, possible to switch to a `helpful-face`
    command if implemented in the future.
    yuhan0 authored and Wilfred committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    69f2bc0 View commit details
    Browse the repository at this point in the history
  3. Mark customizable variables (user options) in the summary line

    User options are variables declared with defcustom. It is useful to
    know if a variable is a user option or not, because if it isn't, it's
    usually not safe to set it in the init file.
    
    Calling user options "customizable variables" makes it clear that a
    user option is still a variable. This is kind of like how interactive
    functions are not referred to as "commands" in the summary.
    kisaragi-hiu authored and Wilfred committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    56af42b View commit details
    Browse the repository at this point in the history
  4. Enable outline-support for Emacs 29

    aikrahguzar authored and Wilfred committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c57ff0d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix nil pos when building button for vars

    wyuenho authored and Wilfred committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    66ba816 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    2b50adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737ff82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79cae33 View commit details
    Browse the repository at this point in the history
  4. Test CI on Emacs 29

    Wilfred committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    be6f7bb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    a32a5b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    a835b7e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    4ba24ca View commit details
    Browse the repository at this point in the history
Loading