config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

NEWS.txt (1317B)


      1 <2023-12-08 Fri>: Version 2.5.0
      2 
      3 vundo-diff introduced, providing on-demand diff functionality.  Diff's
      4 are evaluated between the current node and either its parent node, or,
      5 if any, a marked node.  New key commands:
      6 
      7   (m)ark   - mark a node for diff
      8   (u)nmark - unmark any marked node
      9   (d)iff   - diff between current and marked or parent node
     10 
     11 The (d)ebug command has been moved to (D)ebug.
     12 
     13 <2022-04-23 Sat>: Version 2.0.0
     14 
     15 Breaking change:
     16 
     17 - ‘vundo--window-max-height’ is now ‘vundo-window-max-height’ (double
     18   dash -> single dash).
     19 - Vundo commands are not shown in the global M-x (since they are not
     20   used that way anyway).
     21 
     22 New features:
     23 
     24 - New hooks ‘vundo-pre-enter-hook’ and ‘vundo-post-exit-hook’.
     25 
     26 
     27 <2022-04-04 Mon>: Version 1.0.0
     28 
     29 
     30 <2022-03-29 Tue>: ‘vundo--mode’ and ‘vundo--mode-map’ are now
     31 ‘vundo-mode’ and ‘vundo-mode-map’. A new custom option
     32 ‘vundo-compact-display’ is added.
     33 
     34 
     35 <2022-03-23 Wed>: UI now defaults to ASCII mode. ASCII mode also draws
     36 differently now, it now draws
     37 
     38     o--o--o     instead of      o--o--o
     39     |  `--x                     |  +--*
     40     |--o                        |--o
     41     `--o                        +--o
     42 
     43 
     44 <2021-11-26 Fri>: Variable ‘vundo-translate-alist’ changed to
     45 ‘vundo-glyph-alist’ and has different value now.