elpasync pushed a change to branch externals-release/ement. from d2b7a84840 Release: v0.11 adds b5e362660d Meta: v0.12-pre adds eefda9ca5e Comment: Add TODO adds 0c94dcc3e4 Add: ement-room-quote face adds 82f1186468 Tidy: Indentation adds 2435d03c03 Fix: (ement-room--format-m.file) Don't assume size is present adds fbf40d66ed Add/Change: Use separate history lists for reading from minibuffer adds f2b5831c4c Add/Change: History lists for user IDs in ement-connect adds a3e05a7cff Fix: (ement-room-send-file) File size adds a3aad83fe0 Meta: Update copyright years adds 9da7b8e085 Meta: Add bug report template adds c6331a2f72 Add: (ement-notifications) adds 46afa1f5a1 Change: Integrate ement-notify and ement-notifications, and retro-load adds 4f7ef5d039 Tidy: Compiler warning adds 36db1869dd Change/Fix adds a83ab5c49f Fix adds cca407f549 Tidy: Compiler warnings adds 386103cc74 Fix adds 83b4c64c5c Change: Use switch-to-buffer adds 075920edac Comment: Add TODO adds 71e628b820 Comment: Remove FIXME adds 02f61e57e8 Comment: Improve commentary adds 1d8afe6fdf Docs: Update changelog adds fd1a65794d Merge: (ement-notifications) adds 6508b6847e Add/Change: Don't apply body face to quoted parts adds d10ac0aaa9 Change: (ement-room-mode-map) A few bindings adds 8aea26acef Add/Change: (ement--json-parse-buffer) Use Jansson functions adds c9183c0028 Comment: Add FIXME adds 44192614e3 Change/Fix: (ement--json-parse-buffer) Fall back to json-read adds 15a07bd9c7 Change: (ement-room-define-event-formatter) Add debug form adds ba9af3a7a2 Tidy: Docstring adds 06320332c0 Add/Fix: Detection of end of quoted part adds 52fc8a42de Change: (defface ement-room-quote) Inherit font-lock-comment-face adds 0941ff6f0e Change: (ement-room-goto-next/prev) Make more useful adds 726e81f114 Docs: Tidy changelog adds ea6e577ea4 Fix: (ement-room-send-org-filter) Prevent subscripts adds 20f6982182 Fix: (ement-notifications-log-to-buffer) Use save-mark-and-excursion adds 358b125c41 Fix: Scroll commands in mentions buffer adds 8363bfcdc2 Add: (ement--savehist-save-hook) Workaround for savehist-mode new b88e303b34 Tidy: Indentation of cl-labels forms new a4fc3d1ab6 Release: v0.12 new 4120ad90ca Merge: v0.12
Summary of changes: .github/ISSUE_TEMPLATE/bug_report.yml | 71 +++++ .github/ISSUE_TEMPLATE/config.yml | 1 + README.org | 29 +- ement-api.el | 2 +- ement-directory.el | 42 +-- ement-lib.el | 487 ++++++++++++++++-------------- ement-macros.el | 2 +- ement-notifications.el | 272 +++++++++++++++++ ement-notify.el | 100 ++----- ement-room-list.el | 138 ++++----- ement-room.el | 539 +++++++++++++++++++--------------- ement-structs.el | 2 +- ement-tabulated-room-list.el | 2 +- ement.el | 328 +++++++++++---------- 14 files changed, 1220 insertions(+), 795 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 ement-notifications.el