diff man/lispref/lispref.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 576fb035e263
line wrap: on
line diff
--- a/man/lispref/lispref.texi	Mon Aug 13 11:33:40 2007 +0200
+++ b/man/lispref/lispref.texi	Mon Aug 13 11:35:02 2007 +0200
@@ -159,6 +159,7 @@
 * Menus::                   Defining pull-down and pop-up menus.
 * Dialog Boxes::	    Creating dialog boxes.
 * Toolbar::		    Controlling the toolbar.
+* Gutter::		    Controlling the gutter.
 * Scrollbars::		    Controlling the scrollbars.
 * Drag and Drop::	    Generic API to inter-application communication
                               via specific protocols.
@@ -204,6 +205,7 @@
 * ToolTalk Support::        Interfacing with the ToolTalk message service.
 * LDAP Support::            Interfacing with the Lightweight Directory
                               Access Protocol.
+* PostgreSQL Support::      Interfacing to the PostgreSQL libpq library.
 * Internationalization::    How Emacs supports different languages and
                               cultural conventions.
 * MULE::                    Specifics of the Asian-language support.
@@ -623,6 +625,8 @@
 * Specifying the Toolbar::	Setting a toolbar.
 * Other Toolbar Variables::	Controlling the size of toolbars.
 
+Gutter
+
 Scrollbars
 
 Major and Minor Modes
@@ -1095,12 +1099,18 @@
 * LDAP Variables::              Lisp variables related to LDAP
 * The High-Level LDAP API::     High-level LDAP lisp functions 
 * The Low-Level LDAP API::      Low-level LDAP lisp primitives
+* LDAP Internationalization::   I18n variables and functions
 
 The Low-Level LDAP API
 
 * The LDAP Lisp Object::        
 * Opening and Closing a LDAP Connection::  
-* Searching on a LDAP Server (Low-level)::  
+* Low-level Operations on a LDAP Server::  
+
+LDAP Internationalization
+
+* LDAP Internationalization Variables::  
+* Encoder/Decoder Functions::   
 
 Internationalization
 
@@ -1163,6 +1173,7 @@
 @include menus.texi
 @include dialog.texi
 @include toolbar.texi
+@include gutter.texi
 @include scrollbars.texi
 @include dragndrop.texi
 @include modes.texi
@@ -1199,6 +1210,7 @@
 @include x-windows.texi
 @include tooltalk.texi
 @include ldap.texi
+@include postgresql.texi
 @include internationalization.texi
 @include mule.texi