[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/vm updated (9aa3a94cd3 -> b42345ac0e)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/vm updated (9aa3a94cd3 -> b42345ac0e) |
Date: |
Wed, 17 Jul 2024 13:01:42 -0400 (EDT) |
elpasync pushed a change to branch elpa/vm.
from 9aa3a94cd3 Merge branch 'advice-add' into 'main'
new 1128dbf4d1 Simplify version tests
new e2ca7cb77f Avoid obsolete `add-timeout` and `disable-timeout`
new 2d88e30263 vm-mime|vars.el: Remove support for non-Mule emacsen
new 7e60631248 Remove support for `buffer-flush-undo` (Emacs<19.23)
new 35d7b1d4ab lisp/vm-menu.el (vm-menu--global-menubar): Consolidate
(X)Emacs code paths
new b42345ac0e Merge branch 'fix-version-warnings' into 'main'
Summary of changes:
contrib/vm-sumurg.el | 69 ++--
lisp/vm-avirtual.el | 4 +-
lisp/vm-biff.el | 14 +-
lisp/vm-edit.el | 2 +-
lisp/vm-grepmail.el | 4 +-
lisp/vm-imap.el | 2 +-
lisp/vm-macro.el | 8 +-
lisp/vm-menu.el | 785 ++++++++++++++++++++-------------------------
lisp/vm-message-history.el | 7 +-
lisp/vm-mime.el | 488 +++++++++++++---------------
lisp/vm-minibuf.el | 12 +-
lisp/vm-misc.el | 90 +++---
lisp/vm-mouse.el | 40 +--
lisp/vm-page.el | 98 ++----
lisp/vm-pcrisis.el | 16 +-
lisp/vm-pgg.el | 4 +-
lisp/vm-pine.el | 8 +-
lisp/vm-pop.el | 4 +-
lisp/vm-reply.el | 12 +-
lisp/vm-rfaddons.el | 8 +-
lisp/vm-save.el | 2 +-
lisp/vm-serial.el | 14 +-
lisp/vm-summary-faces.el | 2 +-
lisp/vm-summary.el | 17 +-
lisp/vm-toolbar.el | 6 +-
lisp/vm-undo.el | 4 +-
lisp/vm-vars.el | 59 +---
lisp/vm-version.el | 83 +----
lisp/vm-window.el | 12 +-
lisp/vm.el | 30 +-
30 files changed, 799 insertions(+), 1105 deletions(-)
- [nongnu] elpa/vm updated (9aa3a94cd3 -> b42345ac0e),
ELPA Syncer <=
- [nongnu] elpa/vm b42345ac0e 6/6: Merge branch 'fix-version-warnings' into 'main', ELPA Syncer, 2024/07/17
- [nongnu] elpa/vm 7e60631248 4/6: Remove support for `buffer-flush-undo` (Emacs<19.23), ELPA Syncer, 2024/07/17
- [nongnu] elpa/vm 1128dbf4d1 1/6: Simplify version tests, ELPA Syncer, 2024/07/17
- [nongnu] elpa/vm 2d88e30263 3/6: vm-mime|vars.el: Remove support for non-Mule emacsen, ELPA Syncer, 2024/07/17
- [nongnu] elpa/vm e2ca7cb77f 2/6: Avoid obsolete `add-timeout` and `disable-timeout`, ELPA Syncer, 2024/07/17
- [nongnu] elpa/vm 35d7b1d4ab 5/6: lisp/vm-menu.el (vm-menu--global-menubar): Consolidate (X)Emacs code paths, ELPA Syncer, 2024/07/17