Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (45 loc) · 1.67 KB

NEWS.org

File metadata and controls

46 lines (45 loc) · 1.67 KB

0.5 (in Progress)

Incompatible Changes

Removal of `weechat-relay-ssl-check-signatures`

Previous versions used to advice `gnutls` functions to conditionally enable hostname checking for tls connections. These advices were unstable and could break easily.

If you want to keep this feature, you can revert commit bcf714e locally.

0.4

Changelog is missing

0.3

New Modules

Commands: weechat-cmd

Implement IRC commands (/command) in elisp

New Features

Nick prefix support weechat-complete-nick-prefix-alist

Read Marker: weechat-read-marker

Ivy Completion Support

0.2

Incompatible Changes

Notification moved to modules

Notification support is now handled by modules. For notifications.el-based notifications load the weechat-notifications module and for Sauron based notifications the weechat-sauron module.

New Features

SSL Support

Color-Handling

Timestamps and Highlighted Messages

Input-History

Auto-Reconnect

Various other improvements!

Check M-x customize-group RET weechat RET or experience it yourself!

New Modules

Corrector: weechat-corrector

Correct previous messages with s/foo/bar/ regular expressions.

Image Previews: weechat-image

Preview image links in the chat buffer.

LaTeX Previews: weechat-latex

Renders LaTeX snippets in the chat buffer.

Mode-line Activity Indicator: weechat-tracking

Speedbar support: weechat-speedbar

Use Emacs’ M-x speedbar to switch between weechat buffers.

Spell Checking: weechat-spelling

0.1 <2013-02-26 Tue>

Initial release