dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

CHANGELOG.org (1608B)


      1 #+title: marginalia.el - Changelog
      2 #+author: Omar AntolĂ­n Camarena, Daniel Mendler
      3 #+language: en
      4 
      5 * Version 1.5 (2023-12-27)
      6 
      7 - ~marginalia-annotate-bookmark~: Show location and more context.
      8 - ~marginalia-annotate-tab~: Show tab index starting from one.
      9 
     10 * Version 1.4 (2023-12-01)
     11 
     12 - =marginalia-annotate-theme=: New annotator based on =marginalia-annotate-library=.
     13 - =marginalia-remote-file-regexps=: New customization variable set to a list of
     14   regexps matching remote paths, which should be excluded from file annotations.
     15 
     16 * Version 1.3 (2023-07-02)
     17 
     18 - =marginalia-classify-by-prompt=: Use case-insensitive matching.
     19 - =marginalia-annotate-symbol=: Additional symbol classes. Use =M= for module
     20   functions, =P= for primitives and =S= for special forms.
     21 - =marginalia-annotate-symbol=: Add =symbol-file= column.
     22 - =marginalia-cycle=: Add =completion-predicate= to display command only in
     23   recursive minibuffers.
     24 
     25 * Version 1.2 (2023-04-17)
     26 
     27 - =marginalia-classify-by-command-name=: Resolve function aliases and use the name
     28   of the original command to determine the completion category.
     29 
     30 * Version 1.1 (2023-02-17)
     31 
     32 - Require the =compat= library.
     33 - Fix =marginalia-classify-by-prompt= such that it handles multiple brackets in
     34   the prompt gracefully.
     35 - Add =help-echo= properties to truncated annotations. The full string is shown on
     36   mouse hover.
     37 - Add =help-echo= to the symbol classes of =marginalia-annotate-symbol=.
     38 - Add =help-echo= to file sizes showing the exact size in bytes.
     39 - Add =help-echo= to file dates showing the exact date.
     40 
     41 * Version 1.0 (2022-12-22)
     42 
     43 - Start of changelog.