aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali2021-10-06 21:35:43 -0400
committerAmin Bandali2021-10-06 21:35:43 -0400
commitbc941846d9cc09341ef3c42c26cd3e04e29fe65f (patch)
treed81928b5f7c4ac9cb4def815f0726bc5d4760ee8
parent30b5e0a51417490e577407b7b0cc80983890e7be (diff)
downloademacs-bc941846d9cc09341ef3c42c26cd3e04e29fe65f.tar.gz
emacs-bc941846d9cc09341ef3c42c26cd3e04e29fe65f.zip
Small tweaks and improvements to etc/ERC-NEWS
* etc/ERC-NEWS: Small tweaks inspired by etc/NEWS, namely to add a descriptive blurb at the top of the file to explain what it is about and how to report ERC bugs, add a form feed before the section for every release, and set the same Local Variables that etc/NEWS does.
-rw-r--r--etc/ERC-NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index 8d08d06975a..49fc07726d5 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -3,6 +3,15 @@ ERC NEWS -*- outline -*-
3Copyright (C) 2006-2021 Free Software Foundation, Inc. 3Copyright (C) 2006-2021 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6Please send ERC bug reports to 'bug-gnu-emacs@gnu.org',
7and Cc the 'emacs-erc@gnu.org' mailing list as well.
8If possible, use 'M-x report-emacs-bug'.
9
10This file is about changes in ERC, the powerful, modular, and
11extensible IRC (Internet Relay Chat) client distributed with
12GNU Emacs since Emacs version 22.1.
13
14
6* Changes in ERC 5.4 15* Changes in ERC 5.4
7 16
8** Starting with Emacs 28.1 and ERC 5.4, ERC NEWS are added here again. 17** Starting with Emacs 28.1 and ERC 5.4, ERC NEWS are added here again.
@@ -148,6 +157,7 @@ a different server than the one the current user is connected to.
148Using the given nick itself instead of the server it is connected to 157Using the given nick itself instead of the server it is connected to
149is not standardized, but is widely supported across IRC networks. 158is not standardized, but is widely supported across IRC networks.
150 159
160
151* Changes in ERC 5.3 161* Changes in ERC 5.3
152 162
153** New function `erc-tls' is to be used for connecting to a server via TLS. 163** New function `erc-tls' is to be used for connecting to a server via TLS.
@@ -392,6 +402,7 @@ message types are "333" and "353", respectively.
392**** Turn this into the "xdcc" module for ERC, so that it can be more 402**** Turn this into the "xdcc" module for ERC, so that it can be more
393easily enabled. 403easily enabled.
394 404
405
395* Changes in ERC 5.2 406* Changes in ERC 5.2
396 407
397** M-x erc RET now starts ERC. 408** M-x erc RET now starts ERC.
@@ -671,6 +682,7 @@ not.
671**** New function: `erc-toggle-timestamps'. 682**** New function: `erc-toggle-timestamps'.
672Toggles display of timestamps. 683Toggles display of timestamps.
673 684
685
674* Changes in ERC 5.1.4 686* Changes in ERC 5.1.4
675 687
676** Make find-function and find-variable work in Emacs 22 for 688** Make find-function and find-variable work in Emacs 22 for
@@ -694,6 +706,7 @@ is deactivated.
694**** Fix some errors that occur when exiting Emacs without first 706**** Fix some errors that occur when exiting Emacs without first
695quitting open IRC servers. 707quitting open IRC servers.
696 708
709
697* Changes in ERC 5.1.3 710* Changes in ERC 5.1.3
698 711
699** Fix use of /quote command with no initial whitespace. 712** Fix use of /quote command with no initial whitespace.
@@ -808,6 +821,7 @@ modules.
808 821
809**** Don't complete the user's current nickname. 822**** Don't complete the user's current nickname.
810 823
824
811* Changes in ERC 5.1.2 825* Changes in ERC 5.1.2
812 826
813** Fix compiler errors in erc-autojoin.el and erc-dcc.el. 827** Fix compiler errors in erc-autojoin.el and erc-dcc.el.
@@ -844,6 +858,7 @@ A side effect of using this new method is that there will only be one
844space before a right timestamp in any saved logs. If this is 858space before a right timestamp in any saved logs. If this is
845unacceptable, set `erc-timestamp-use-align-to' to nil. 859unacceptable, set `erc-timestamp-use-align-to' to nil.
846 860
861
847* Changes in ERC 5.1.1 862* Changes in ERC 5.1.1
848 863
849** Fix a requirement on cl.el. 864** Fix a requirement on cl.el.
@@ -877,6 +892,7 @@ new `erc-timestamp-right-align-by-pixel' option to non-nil.
877**** Since most of these changes are now merged into Emacs22, detect 892**** Since most of these changes are now merged into Emacs22, detect
878whether we need these changes and install them only if necessary. 893whether we need these changes and install them only if necessary.
879 894
895
880* Changes in ERC 5.1 896* Changes in ERC 5.1
881 897
882** Improve XEmacs compatibility. 898** Improve XEmacs compatibility.
@@ -1083,10 +1099,12 @@ the right margin.
1083 1099
1084**** Helps ERC work correctly in viper-mode. 1100**** Helps ERC work correctly in viper-mode.
1085 1101
1102
1086* Changes in ERC 5.0.4 1103* Changes in ERC 5.0.4
1087 1104
1088** Fix a problem with undo in channels. 1105** Fix a problem with undo in channels.
1089 1106
1107
1090* Changes in ERC 5.0.3 1108* Changes in ERC 5.0.3
1091 1109
1092** Fix typo in the `ctcp-request-to' entry of the English catalog. 1110** Fix typo in the `ctcp-request-to' entry of the English catalog.
@@ -1128,6 +1146,7 @@ indicator. Previously, there was an additional unnecessary space.
1128**** Fix an error that occurred when unchecked buffers existed when 1146**** Fix an error that occurred when unchecked buffers existed when
1129invoking /QUIT. 1147invoking /QUIT.
1130 1148
1149
1131* Changes in ERC 5.0.2 1150* Changes in ERC 5.0.2
1132 1151
1133** If a channel key is required for a certain channel, ERC will prompt 1152** If a channel key is required for a certain channel, ERC will prompt
@@ -1161,6 +1180,7 @@ choice anymore.
1161 1180
1162**** You can now save logs and truncate buffers from the menu-bar. 1181**** You can now save logs and truncate buffers from the menu-bar.
1163 1182
1183
1164* Changes in ERC 5.0.1 1184* Changes in ERC 5.0.1
1165 1185
1166** Narrowing in ERC buffers no longer causes formatting errors. 1186** Narrowing in ERC buffers no longer causes formatting errors.
@@ -1175,6 +1195,7 @@ choice anymore.
1175This means that `erc-track-priority-faces-only', `erc-track-exclude', 1195This means that `erc-track-priority-faces-only', `erc-track-exclude',
1176and `erc-track-exclude-types' now work with server buffers. 1196and `erc-track-exclude-types' now work with server buffers.
1177 1197
1198
1178* Changes in ERC 5.0 1199* Changes in ERC 5.0
1179 1200
1180** Channel members are now stored as a hash-table. 1201** Channel members are now stored as a hash-table.
@@ -1419,6 +1440,7 @@ in XEmacs.
1419 mode-line where modified channels are shown (only works in GNU 1440 mode-line where modified channels are shown (only works in GNU
1420 Emacs versions above 21.3). 1441 Emacs versions above 21.3).
1421 1442
1443
1422* Changes in ERC 4.0 1444* Changes in ERC 4.0
1423 1445
1424** The module system has again changed a lot. You can now customize 1446** The module system has again changed a lot. You can now customize
@@ -1442,6 +1464,7 @@ in XEmacs.
1442 openprojects to freenode. You may need to update your configuration 1464 openprojects to freenode. You may need to update your configuration
1443 for a successful automatic nickserv identification. 1465 for a successful automatic nickserv identification.
1444 1466
1467
1445* Changes in ERC 3.0.cvs.20030119 1468* Changes in ERC 3.0.cvs.20030119
1446 1469
1447** New module erc-dcc: 1470** New module erc-dcc:
@@ -1473,6 +1496,7 @@ Same applies to timestamps. You no longer need to (require
1473the rest should be automatic. 1496the rest should be automatic.
1474 1497
1475 1498
1499----------------------------------------------------------------------
1476This file is part of GNU Emacs. 1500This file is part of GNU Emacs.
1477 1501
1478GNU Emacs is free software: you can redistribute it and/or modify 1502GNU Emacs is free software: you can redistribute it and/or modify
@@ -1487,3 +1511,10 @@ GNU General Public License for more details.
1487 1511
1488You should have received a copy of the GNU General Public License 1512You should have received a copy of the GNU General Public License
1489along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. 1513along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
1514
1515
1516Local variables:
1517coding: utf-8
1518mode: outline
1519paragraph-separate: "[ ]*$"
1520end: