aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-11-01 11:36:56 +0000
committerEli Zaretskii2000-11-01 11:36:56 +0000
commitcd66d2ed41e603162041ee546caf692f548800c9 (patch)
treed6072473081e8347e30c48c4b4255ab71aeae710
parent5bf991004446d1407ad9d8aed615ed0e9374fe55 (diff)
downloademacs-cd66d2ed41e603162041ee546caf692f548800c9.tar.gz
emacs-cd66d2ed41e603162041ee546caf692f548800c9.zip
Rearrange menu items more logically, and put
them into a single category. Add menu items for RefTeX and Widget.
-rw-r--r--ChangeLog6
-rw-r--r--info/dir41
2 files changed, 30 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index e3d09530b4f..080f3a50cac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * info/dir (Top): Rearrange menu items more logically, and put
4 them into a single category. Add menu items for RefTeX and
5 Widget.
6
12000-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 72000-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 8
3 * Makefile.in (install-arch-indep): Use --info-dir instead of 9 * Makefile.in (install-arch-indep): Use --info-dir instead of
diff --git a/info/dir b/info/dir
index 215fde3d403..91526e1182f 100644
--- a/info/dir
+++ b/info/dir
@@ -14,33 +14,40 @@ File: dir Node: Top This is the top of the INFO tree
14 14
15* Menu: The list of major topics begins on the next line. 15* Menu: The list of major topics begins on the next line.
16 16
17Editors
17* Info: (info). Documentation browsing system. 18* Info: (info). Documentation browsing system.
18* Emacs: (emacs). The extensible self-documenting text editor. 19* Emacs: (emacs). The extensible self-documenting text editor.
19* VIPER: (viper). The newest Emacs VI-emulation mode. 20* Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
20* VIP: (vip). An older VI-emulation for Emacs. 21
21* Forms: (forms). Emacs package for editing data bases
22 by filling in forms.
23* Gnus: (gnus). The news reader Gnus.
24* Message: (message). Mail and news composition mode that goes with Gnus.
25* MH-E: (mh-e). Emacs interface to the MH mail system.
26* MIME: (emacs-mime). The MIME de/composition library.
27* CL: (cl). Partial Common Lisp support for Emacs Lisp. 22* CL: (cl). Partial Common Lisp support for Emacs Lisp.
28* SC: (sc). Supercite lets you cite parts of messages you're
29 replying to, in flexible ways.
30* Dired-X: (dired-x). Dired Extra Features. 23* Dired-X: (dired-x). Dired Extra Features.
31* Ediff: (ediff). A comprehensive visual interface to diff & patch. 24* Ediff: (ediff). A comprehensive visual interface to diff & patch.
25* Speedbar: (speedbar). File/Tag summarizing utility.
26
27* Ada mode: (ada-mode). The GNU Emacs mode for editing Ada code.
32* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, Objective-C 28* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, Objective-C
33 and Java code. 29 and Java code.
34* Ada mode: (ada-mode). The GNU Emacs mode editing Ada. 30* Ebrowse: (ebrowse) A C++ class browser for Emacs.
35* IDLWAVE: (idlwave). Major mode and shell for IDL and WAVE/CL files. 31* IDLWAVE: (idlwave). Major mode and shell for IDL and WAVE/CL files.
32
33* Gnus: (gnus). The news reader Gnus.
34* Message: (message). Mail and news composition mode that goes with Gnus.
35* MH-E: (mh-e). Emacs interface to the MH mail system.
36* MIME: (emacs-mime). The MIME de/composition library.
37* SC: (sc). Supercite lets you cite parts of messages you're
38 replying to, in flexible ways.
39
40* Autotype: (autotype). Convenient features for text that you enter frequently
41 in Emacs.
36* Eshell: (eshell). A command shell implemented in Emacs Lisp. 42* Eshell: (eshell). A command shell implemented in Emacs Lisp.
37* EUDC: (eudc). Emacs Unified Directory Client. 43* EUDC: (eudc). Emacs Unified Directory Client.
38* Ebrowse: (ebrowse) A C++ class browser for Emacs. 44* Forms: (forms). Emacs package for editing data bases
45 by filling in forms.
46* RefTeX: (reftex). Emacs support for LaTeX cross-references and citations.
47* Widget: (widget). The "widget" package used by the Emacs Customization
48 facility.
39* WoMan: (woman). Browse UN*X Manual Pages "Wo (without) Man". 49* WoMan: (woman). Browse UN*X Manual Pages "Wo (without) Man".
40* Speedbar: (speedbar). File/Tag summarizing utility.
41 50
51* VIPER: (viper). The newest Emacs VI-emulation mode.
52* VIP: (vip). An older VI-emulation for Emacs.
42 53
43Editors
44* Autotype: (autotype). Convenient features for text that you enter frequently
45 in Emacs.
46* Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.