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

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

[elpa] externals-release/activities b35fb176cf 076/103: Merge: v0.1.3


From: ELPA Syncer
Subject: [elpa] externals-release/activities b35fb176cf 076/103: Merge: v0.1.3
Date: Tue, 30 Jan 2024 03:57:53 -0500 (EST)

branch: externals-release/activities
commit b35fb176cf40536f0cfdba88f0d6df6b71b1a1df
Merge: d6d568f70e cefe213205
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Merge: v0.1.3
---
 README.org      |  6 ++++++
 activities.el   |  4 +++-
 activities.info | 51 ++++++++++++++++++++++++++++++++-------------------
 3 files changed, 41 insertions(+), 20 deletions(-)

diff --git a/README.org b/README.org
index 1884948545..a3894461cc 100644
--- a/README.org
+++ b/README.org
@@ -120,6 +120,12 @@ When option ~activities-bookmark-store~ is enabled, an 
Emacs bookmark is stored
 
 Nothing new yet.
 
+** v0.1.3
+
+*Fixes*
++ Autoloads.
++ Command aliases.
+
 ** v0.1.2
 
 *Fixes*
diff --git a/activities.el b/activities.el
index ad2f34fedd..60bbcaf50c 100644
--- a/activities.el
+++ b/activities.el
@@ -262,6 +262,7 @@ Called with one argument, the activity."
 
 ;;;; Commands
 
+;;;###autoload
 (cl-defun activities-new (name &key forcep)
   "Save current state as a new activity with NAME.
 If FORCEP (interactively, with prefix), overwrite existing
@@ -279,6 +280,7 @@ activity."
     (activities--switch activity)
     activity))
 
+;;;###autoload
 (cl-defun activities-resume (activity &key resetp)
   "Resume ACTIVITY.
 If RESETP (interactively, with universal prefix), reset to
@@ -307,7 +309,7 @@ closed."
   (activities-save activity :lastp t)
   (activities-close activity))
 
-(defalias #'activities-suspend 'activities-kill)
+(defalias 'activities-kill #'activities-suspend)
 
 (defun activities-save-all ()
   "Save all active activities' last states.
diff --git a/activities.info b/activities.info
index 25a2010965..4394dd8ad8 100644
--- a/activities.info
+++ b/activities.info
@@ -61,6 +61,7 @@ Usage
 Changelog
 
 * v0.2-pre: v02-pre.
+* v0.1.3: v013.
 * v0.1.2: v012.
 * v0.1.1: v011.
 * v0.1: v01.
@@ -307,12 +308,13 @@ File: README.info,  Node: Changelog,  Prev: FAQ,  Up: Top
 * Menu:
 
 * v0.2-pre: v02-pre.
+* v0.1.3: v013.
 * v0.1.2: v012.
 * v0.1.1: v011.
 * v0.1: v01.
 
 
-File: README.info,  Node: v02-pre,  Next: v012,  Up: Changelog
+File: README.info,  Node: v02-pre,  Next: v013,  Up: Changelog
 
 4.1 v0.2-pre
 ============
@@ -320,9 +322,19 @@ File: README.info,  Node: v02-pre,  Next: v012,  Up: 
Changelog
 Nothing new yet.
 
 
-File: README.info,  Node: v012,  Next: v011,  Prev: v02-pre,  Up: Changelog
+File: README.info,  Node: v013,  Next: v012,  Prev: v02-pre,  Up: Changelog
 
-4.2 v0.1.2
+4.2 v0.1.3
+==========
+
+*Fixes*
+   • Autoloads.
+   • Command aliases.
+
+
+File: README.info,  Node: v012,  Next: v011,  Prev: v013,  Up: Changelog
+
+4.3 v0.1.2
 ==========
 
 *Fixes*
@@ -331,7 +343,7 @@ File: README.info,  Node: v012,  Next: v011,  Prev: 
v02-pre,  Up: Changelog
 
 File: README.info,  Node: v011,  Next: v01,  Prev: v012,  Up: Changelog
 
-4.3 v0.1.1
+4.4 v0.1.1
 ==========
 
 *Fixes*
@@ -340,7 +352,7 @@ File: README.info,  Node: v011,  Next: v01,  Prev: v012,  
Up: Changelog
 
 File: README.info,  Node: v01,  Prev: v011,  Up: Changelog
 
-4.4 v0.1
+4.5 v0.1
 ========
 
 Initial release.
@@ -349,20 +361,21 @@ Initial release.
 
 Tag Table:
 Node: Top231
-Node: Installation2151
-Node: Usage3780
-Node: Activities3968
-Node: Compatibility4956
-Node: Modes5440
-Node: Workflow6108
-Node: Commands7061
-Node: Bookmarks8274
-Node: FAQ8626
-Node: Changelog11702
-Node: v02-pre11864
-Node: v01211975
-Node: v01112155
-Node: v0112318
+Node: Installation2167
+Node: Usage3796
+Node: Activities3984
+Node: Compatibility4972
+Node: Modes5456
+Node: Workflow6124
+Node: Commands7077
+Node: Bookmarks8290
+Node: FAQ8642
+Node: Changelog11718
+Node: v02-pre11896
+Node: v01312007
+Node: v01212160
+Node: v01112337
+Node: v0112500
 
 End Tag Table
 



reply via email to

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