emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/denote-menu 44eeb47284: bump version to 1.1.0, added NE


From: ELPA Syncer
Subject: [elpa] externals/denote-menu 44eeb47284: bump version to 1.1.0, added NEWS file
Date: Sat, 25 Mar 2023 09:58:08 -0400 (EDT)

branch: externals/denote-menu
commit 44eeb472847190b39f19e3559bacf9e0109562da
Author: Mohamed Suliman <sulimanm@tcd.ie>
Commit: Mohamed Suliman <sulimanm@tcd.ie>

    bump version to 1.1.0, added NEWS file
---
 NEWS           | 13 +++++++++++++
 README.org     |  1 -
 denote-menu.el |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000000..8e1b5d76ff
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,13 @@
+-*- mode: org;-*-
+
+* Version 1.1.0
+
+- Added custom user option =denote-menu-show-file-type=.
+- Fixed dired export and menu bugs when when multiple files with the
+  same identifier but different file types (e.g org exports).
+- Fixed =denote-menu-filter= not being interactive.
+
+
+* Version 1.0.0
+
+Initial release
diff --git a/README.org b/README.org
index 43bdd66659..66f58bae9a 100644
--- a/README.org
+++ b/README.org
@@ -142,7 +142,6 @@ A sample user configuration is given below that sets 
appropriate
 keybindings for the commands described in the previous section:
 
 #+begin_src emacs-lisp
-(add-to-list 'load-path "~/projects/denote-menu/")
 (require 'denote-menu)
 
 (global-set-key (kbd "C-c z") #'list-denotes)
diff --git a/denote-menu.el b/denote-menu.el
index 5c551a7233..09b73a213d 100644
--- a/denote-menu.el
+++ b/denote-menu.el
@@ -1,7 +1,7 @@
 ;;; denote-menu.el --- View denote files in a tabulated list. -*- 
lexical-binding: t -*-
 
 ;; Author: Mohamed Suliman <sulimanm@tcd.ie>
-;; Version: 1.0.0
+;; Version: 1.1.0
 ;; URL: https://github.com/namilus/denote-menu
 ;; Package-Requires: ((emacs "28.1") (denote "1.2.0"))
 



reply via email to

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