Mercurial > emacs
comparison admin/notes/documentation @ 100030:374fce6afcea
Add notes about Antinews.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 29 Nov 2008 12:28:15 +0000 |
parents | c1ca00a5b81d |
children |
comparison
equal
deleted
inserted
replaced
100029:87de075a1ad3 | 100030:374fce6afcea |
---|---|
72 "This does not move point". If you come across passive verbs in Emacs | 72 "This does not move point". If you come across passive verbs in Emacs |
73 documentation or comments, please see if it is possible to make the | 73 documentation or comments, please see if it is possible to make the |
74 text shorter and clearer using the active voice. Usually that does | 74 text shorter and clearer using the active voice. Usually that does |
75 make an improvement. The explicit subject required by the active voice | 75 make an improvement. The explicit subject required by the active voice |
76 often provides important information which makes the text clearer, too. | 76 often provides important information which makes the text clearer, too. |
77 | |
78 | |
79 ** Antinews nodes | |
80 | |
81 *** Why Antinews is useful | |
82 | |
83 http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00893.html | |
84 | |
85 The usefulness of Antinews is to help people who buy the printed | |
86 manual and are still using the previous Emacs version. That's why we | |
87 focus on the (eliminated) behavior of the old version rather than on | |
88 the new features. | |
89 | |
90 Of course, we try to make it amusing as well. | |
91 | |
92 *** Don't mention in Antinews too many features absent in old versions | |
93 | |
94 http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg01054.html | |
95 | |
96 Since the purpose of Antinews is to help people use the previous Emacs | |
97 version, there is usually no need to mention features that are simply | |
98 absent in that version. That situation will be clear enough to users | |
99 without help from the manual. | |
100 | |
101 For instance, this | |
102 | |
103 @item | |
104 Emacs can no longer be started as a daemon. We decided that having an | |
105 Emacs sitting silently in the background with no visual manifestation | |
106 anywhere in sight is too confusing. | |
107 | |
108 may not need mentioning, because --daemon will give an error message | |
109 saying it's not implemented, and other cases aren't affected. | |
110 | |
111 The kind of change for which the user really needs help from Antinews | |
112 is where a feature works _differently_ in the previous version. | |
113 In those cases, the user might have trouble figuring out how to use | |
114 the old version without some sort of help. |