gnu-emacs-sources
[Top][All Lists]
Advanced

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

[NonGNU ELPA] Undo-Fu version 0.5


From: ELPA update
Subject: [NonGNU ELPA] Undo-Fu version 0.5
Date: Tue, 10 Jan 2023 05:04:50 -0500

Version 0.5 of package Undo-Fu has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Undo-Fu describes itself as:

  =====================
  Undo helper with redo
  =====================

More at https://elpa.nongnu.org/nongnu/undo-fu.html

## Summary:

  Undo/redo convenience wrappers to Emacs default undo commands.

  The redo operation can be accessed from a key binding
  and stops redoing once the initial undo action is reached.

  If you want to cross the initial undo boundary to access
  the full history, running [keyboard-quit] (typically C-g).
  lets you continue redoing for functionality not typically
  accessible with regular undo/redo.

## Recent NEWS:


##########
Change Log
##########

- Version 0.5 (2022-07-10)
  - Fix unconstrained undo when the user has ``undo-no-redo`` enabled.
  - Protect against ``aggressive-indent-mode``.

- Version 0.4 (2020-05-22)

  - Back-port ``undo-redo`` from Emacs-28,
    replace the redo logic with this function.
  - Fix continual redo in unconstrained mode trapping the user in a state
    where neither undo or redo can be performed.
  - Undo in *unconstrained* mode no longer uses ``undo-only``,
    matching redo behavior.
  - Raise an error when using undo commands when undo has been disabled for the 
buffer.
    *(was failing to set the checkpoint in this case).*

- Version 0.3 (2020-03-03)

  - Support non-destructive commands between undo/redo actions without breaking 
the chain.
    Internally ``last-command`` is no longer used to detect changes.
  - Add ``undo-fu-ignore-keyboard-quit`` option for explicit non-linear 
behavior.
  - Support using ``undo-fu-only-redo`` after regular ``undo`` / ``undo-only``.

- Version 0.2 (2020-01-12)

  - Linear redo support (which wont undo).
  - Evil-Mode attribute not to repeat these undo/redo actions.
  - Fix counting bug with ``undo-fu-only-redo-all``.
  - Add ``undo-fu-allow-undo-in-region`` option.

- Version 0.1 (2019-12-14)

  Initial release.



reply via email to

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