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

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

[elpa] externals/crdt 3bd1a57: Squashed commit of the following:


From: ELPA Syncer
Subject: [elpa] externals/crdt 3bd1a57: Squashed commit of the following:
Date: Thu, 30 Sep 2021 13:57:12 -0400 (EDT)

branch: externals/crdt
commit 3bd1a57999576249d726afa5f2cae1891535747c
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>

    Squashed commit of the following:
    
    commit 52506c637a9f28f80fb4332dda79535a825701c5
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Thu Sep 30 10:01:16 2021 -0700
    
        bump version
    
    commit 43bbb18bae4e17e202b210754f3b0691498ef690
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Tue Sep 28 00:02:12 2021 -0700
    
        fix a bug when synchronizing mark
    
    commit 4b86674f99675ba9ea75f0674ee15690276bb698
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Sat Sep 25 11:48:43 2021 -0700
    
        more sensible version message
    
    commit 270a4099bba87036da8ebe6d400baa101e9224a2
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 23:17:15 2021 -0700
    
        return -> cl-return
    
    commit 709059ff5e0846f2c8f44b479e6083c6d0128dc8
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 22:54:09 2021 -0700
    
        fix disconnect warn condition
    
    commit 102498e84f928ec9041682d832f6b42091417a98
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 22:51:48 2021 -0700
    
        remove tramp for now, keep it simple
    
    commit 94b0c488b5c56c6544d722e1dec49737cd9f01df
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 21:07:13 2021 -0700
    
        bump version number
    
    commit fae016ba25b9118eed12183a4e705a2b938b9e5a
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 21:06:19 2021 -0700
    
        Preliminary url support
    
    commit 38fdfc55575f906fcf1f0a8eb9180bce2cd79d17
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 20:18:57 2021 -0700
    
        semver, and various fixes
    
    commit 97427622b1c351aaac02c03fba7330dce294fd4c
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 16:29:12 2021 -0700
    
        fix bug in crdt--stop-session interactive spec
    
    commit d46be72920ffe9c33ac941e4023fadaa4c399b75
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 16:26:44 2021 -0700
    
        remove base64 mangling and fix a stupid bug
    
        IDK why base64 was there.
        stupid bug: typo overlay-mode should be overlay-move
    
    commit 1347c678c3a05ce649a659d9237ffe5c05819583
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 15:19:50 2021 -0700
    
        Use some warning instead of message
    
    commit 5d90bf0ce2c74a6a548465d275df70b409258a46
    Author: Qiantan Hong <qhong@mit.edu>
    Date:   Fri Sep 24 12:33:42 2021 -0700
    
        generate uninteresting process buffers instead
---
 crdt.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/crdt.el b/crdt.el
index eb13295..858d718 100644
--- a/crdt.el
+++ b/crdt.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Qiantan Hong <qhong@alum.mit.edu>
 ;; URL: https://code.librehq.com/qhong/crdt.el
 ;; Keywords: collaboration crdt
-;; Version: 0.2.5
+;; Version: 0.2.6
 
 ;; This file is part of GNU Emacs.
 
@@ -35,7 +35,7 @@
 (require 'url)
 (require 'color)
 
-(defconst crdt-version "0.2.5")
+(defconst crdt-version "0.2.6")
 (defconst crdt-protocol-version "0.2.5")
 
 (defun crdt-version ()
@@ -1471,7 +1471,7 @@ CRDT--PROCESS should be bound to The network process for 
the client connection."
                                          (crdt--format-message
                                           `(cursor ,crdt--buffer-network-name 
,site-id
                                                    ,point ,(crdt--get-id point)
-                                                   ,mark ,(crdt--get-id 
mark)))))))
+                                                   ,mark ,(when mark 
(crdt--get-id mark))))))))
               crdt--pseudo-cursor-table)
      (process-send-string crdt--process (crdt--format-message 
(crdt--local-cursor nil)))
 



reply via email to

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