aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2006-02-16 01:41:30 +0000
committerMiles Bader2006-02-16 01:41:30 +0000
commite7559e307df1582c802885c5c6f80fba230bc524 (patch)
treee1e54761e494b5f272eec3b0171d32a14ae45661 /etc
parent1899ba3642557437c156156bad44d99d4aae5323 (diff)
downloademacs-e7559e307df1582c802885c5c6f80fba230bc524.tar.gz
emacs-e7559e307df1582c802885c5c6f80fba230bc524.zip
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-88
Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
Diffstat (limited to 'etc')
-rw-r--r--etc/ERC-NEWS36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index eee5589ad8d..ada1d02785d 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -1,5 +1,41 @@
1ERC NEWS -*- outline -*- 1ERC NEWS -*- outline -*-
2 2
3* Changes in ERC 5.1.2 (unreleased)
4
5** Fix compiler errors in erc-autojoin.el and erc-dcc.el.
6
7** Move to end of prompt when ERC reconnects to a server.
8
9** Changes and additions to modules
10
11*** Spell-checking (erc-spelling.el)
12
13**** Don't spell-check nicks or words that are prefixed with '/'.
14
15**** Remove flyspell properties from words we shouldn't spell-check.
16
17**** Fix an issue that caused the ispell process to reload every time
18we switch to an ERC buffer.
19
20*** Timestamps (erc-stamp.el)
21
22**** Fix an inconsistency in calculating width of right timestamps.
23
24**** Rename option `erc-timestamp-right-align-by-pixel' to
25`erc-timestamp-use-align-to'. This controls whether to use the more
26fail-proof method of aligning right timestamps, as mentioned below.
27
28**** Fix a right timestamp spacing problem that used to occur when
29erc-stamp.el was byte-compiled. Now that this is fixed, it is safe to
30use the method that aligns right timestamps perfectly in Emacs22 with
31X. If the current version of Emacs doesn't support this method, use
32the simpler method, which is prone to alignment issues for math
33symbols and other variable-width text.
34
35A side effect of using this new method is that there will only be one
36space before a right timestamp in any saved logs. If this is
37unacceptable, set `erc-timestamp-use-align-to' to nil.
38
3* Changes in ERC 5.1.1 39* Changes in ERC 5.1.1
4 40
5** Fix a requirement on cl.el. 41** Fix a requirement on cl.el.