Commit graph

5 commits

Author SHA1 Message Date
Adam Porter
217fe22505 Add/Change: list-members, et al.
Add ement-list-members, along with ement--get-joined-members, and use
it in member completion.  Also, add ement-singly macro.
2022-05-12 18:14:23 -05:00
Adam Porter
245d741e25 Change: (ement--format-room) Make topic optional 2022-05-12 17:39:07 -05:00
Adam Porter
284d7ff4b2 Fix: (ement-put-account-data) Variable assignment 2022-05-12 13:47:44 -05:00
Adam Porter
578a0babad Add: (ement--mark-room-direct)
Due to a minor bug in ement-send-direct-message, some rooms I made
recently weren't marked as direct.  This function allows any room to
be marked as direct.  Now that that bug is fixed, it shouldn't be
needed, but it is useful for fixing such rooms, anyway.
2022-05-12 12:56:08 -05:00
Adam Porter
bc439ec2c9 Refactor: Move much code into new ement-lib.el file
This simplifies relations between files and avoids circular
dependencies.  package-lint may complain about symbol names in the new
file, but that's okay.
2022-05-12 12:56:08 -05:00