emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/elisp.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/elisp.texi
Date: Thu, 11 Aug 2005 15:59:29 -0400

Index: emacs/lispref/elisp.texi
diff -c emacs/lispref/elisp.texi:1.65 emacs/lispref/elisp.texi:1.66
*** emacs/lispref/elisp.texi:1.65       Wed Aug 10 14:29:00 2005
--- emacs/lispref/elisp.texi    Thu Aug 11 19:59:29 2005
***************
*** 974,980 ****
  * Datagrams::               UDP network connections.
  * Low-Level Network::       Lower-level but more general function
                                to create connections and servers.
! * Byte Packing::             Using bindat to pack and unpack binary data.
  
  Receiving Output from Processes
  
--- 974,981 ----
  * Datagrams::               UDP network connections.
  * Low-Level Network::       Lower-level but more general function
                                to create connections and servers.
! * Misc Network::            Additional relevant functions for network 
connections.
! * Byte Packing::            Using bindat to pack and unpack binary data.
  
  Receiving Output from Processes
  
***************
*** 1005,1011 ****
  * Images::                  Displaying images in Emacs buffers.
  * Buttons::                 Adding clickable buttons to Emacs buffers.
  * Blinking::                How Emacs shows the matching open parenthesis.
- * Inverse Video::         Specifying how the screen looks.
  * Usual Display::         The usual conventions for displaying nonprinting 
chars.
  * Display Tables::        How to specify other conventions.
  * Beeping::                 Audible signal to the user.
--- 1006,1011 ----
***************
*** 1020,1025 ****
--- 1020,1027 ----
  * Time of Day::                   Getting the current time.
  * Time Conversion::         Converting a time from numeric form to a string, 
or
                                to calendrical data (or vice versa).
+ * Time Parsing::            Converting a time from numeric form to text
+                               and vice versa.
  * Processor Run Time::      Getting the run time used by Emacs.
  * Time Calculations::       Adding, subtracting, comparing times, etc.
  * Timers::                Setting a timer to call a function at a certain 
time.
***************
*** 1046,1052 ****
  Tips and Conventions
  
  * Coding Conventions::      Conventions for clean and robust programs.
! * Compilation Tips::        Making compiled code run fast.
  * Documentation Tips::      Writing readable documentation strings.
  * Comment Tips::          Conventions for writing comments.
  * Library Headers::         Standard headers for library packages.
--- 1048,1057 ----
  Tips and Conventions
  
  * Coding Conventions::      Conventions for clean and robust programs.
! * Key Binding Conventions::   Which keys should be bound by which programs.
! * Programming Tips::          Making Emacs code fit smoothly in Emacs.
! * Compilation Tips::          Making compiled code run fast.
! * Warning Tips::              Turning off compiler warnings.
  * Documentation Tips::      Writing readable documentation strings.
  * Comment Tips::          Conventions for writing comments.
  * Library Headers::         Standard headers for library packages.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]