]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Add some nodes from the chapter "Major and Minor Modes" to the
authorLute Kamstra <lute@gnu.org>
Wed, 11 May 2005 12:29:09 +0000 (12:29 +0000)
committerLute Kamstra <lute@gnu.org>
Wed, 11 May 2005 12:29:09 +0000 (12:29 +0000)
detailed node listing.

lispref/ChangeLog
lispref/elisp.texi

index 487e92490ef5387be0f7b99ba7931c80597012f1..09de3f00be45cbfd33c60f29c75dda73bbede31e 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-11  Lute Kamstra  <lute@gnu.org>
+
+       * elisp.texi (Top): Add some nodes from the chapter "Major and
+       Minor Modes" to the detailed node listing.
+
 2005-05-10  Richard M. Stallman  <rms@gnu.org>
 
        * keymaps.texi (Extended Menu Items): Menu item filter functions
index 894ebb20df37e032fc917a9d0847c2e942d35781..d6a6b28dac3f8bf3506405a72fd0d89c271224de 100644 (file)
@@ -548,6 +548,11 @@ Major and Minor Modes
 * Major Modes::             Defining major modes.
 * Minor Modes::             Defining minor modes.
 * Mode Line Format::        Customizing the text that appears in the mode line.
+* Imenu::                   How a mode can provide a menu
+                              of definitions in the buffer.
+* Font Lock Mode::          How modes can highlight text according to syntax.
+* Desktop Save Mode::       How modes can have buffer state saved between
+                              Emacs sessions.
 * Hooks::                   How to use hooks; how to write code that
                               provides hooks.
 
@@ -557,17 +562,26 @@ Major Modes
 * Example Major Modes::     Text mode and Lisp modes.
 * Auto Major Mode::         How Emacs chooses the major mode automatically.
 * Mode Help::               Finding out how to use a mode.
+* Derived Modes::           Defining a new major mode based on another major
+                              mode.
+* Generic Modes::           Defining a simple major mode that supports
+                              comment syntax and Font Lock mode.
+* Mode Hooks::              Hooks run at the end of major mode functions.
 
 Minor Modes
 
 * Minor Mode Conventions::  Tips for writing a minor mode.
 * Keymaps and Minor Modes:: How a minor mode can have its own keymap.
+* Defining Minor Modes::    A convenient facility for defining minor modes.
 
 Mode Line Format
 
 * Mode Line Data::          The data structure that controls the mode line.
 * Mode Line Variables::     Variables used in that data structure.
 * %-Constructs::            Putting information into a mode line.
+* Properties in Mode::      Using text properties in the mode line.
+* Header Lines::            Like a mode line, but at the top.
+* Emulating Mode Line::     Formatting text as the mode line would.
 
 Documentation