summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-11-29 12:28:54 +0000
committerEli Zaretskii <eliz@gnu.org>2008-11-29 12:28:54 +0000
commit983ab7baf818d402f2a8cd6217b2facb73340e25 (patch)
tree5dfcd5e3f9ae6aaf602e19e0ff54279b518e4698
parent47dbc0440f91830d0fe431a3fdd809f54b1671a1 (diff)
Add notes about Antinews.
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/notes/documentation38
2 files changed, 42 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6eb96a9e03..853db749f1 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-29 Eli Zaretskii <eliz@gnu.org>
+
+ * notes/documentation: Add notes about Antinews.
+
2008-10-23 Glenn Morris <rgm@gnu.org>
* admin.el (set-version): Add doc/misc/ns-emacs.texi.
diff --git a/admin/notes/documentation b/admin/notes/documentation
index ea917aa63b..f2e2aab73e 100644
--- a/admin/notes/documentation
+++ b/admin/notes/documentation
@@ -74,3 +74,41 @@ documentation or comments, please see if it is possible to make the
text shorter and clearer using the active voice. Usually that does
make an improvement. The explicit subject required by the active voice
often provides important information which makes the text clearer, too.
+
+
+** Antinews nodes
+
+*** Why Antinews is useful
+
+http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00893.html
+
+The usefulness of Antinews is to help people who buy the printed
+manual and are still using the previous Emacs version. That's why we
+focus on the (eliminated) behavior of the old version rather than on
+the new features.
+
+Of course, we try to make it amusing as well.
+
+*** Don't mention in Antinews too many features absent in old versions
+
+http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg01054.html
+
+Since the purpose of Antinews is to help people use the previous Emacs
+version, there is usually no need to mention features that are simply
+absent in that version. That situation will be clear enough to users
+without help from the manual.
+
+For instance, this
+
+ @item
+ Emacs can no longer be started as a daemon. We decided that having an
+ Emacs sitting silently in the background with no visual manifestation
+ anywhere in sight is too confusing.
+
+may not need mentioning, because --daemon will give an error message
+saying it's not implemented, and other cases aren't affected.
+
+The kind of change for which the user really needs help from Antinews
+is where a feature works _differently_ in the previous version.
+In those cases, the user might have trouble figuring out how to use
+the old version without some sort of help.