*** empty log message ***
[bpt/emacs.git] / lispref / ChangeLog
index 7b18e84..41b7afe 100644 (file)
@@ -1,5 +1,90 @@
+2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Bindat Functions): Say "unibyte string"
+       explicitly for bindat-unpack and bindat-pack descriptions.
+       (Bindat Examples): Don't call `string-make-unibyte' in example.
+
+2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
+       Explain string and vector representations of key sequences
+
+       * keymaps.texi (Changing Key Bindings):
+       * commands.texi (Interactive Codes, Interactive Codes):
+       * help.texi (Describing Characters): Refer to it.
+
+2006-05-23  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * frames.texi (Pointer Shape): @end table -> @end defvar.
+
+2006-05-22  Richard Stallman  <rms@gnu.org>
+
+       * elisp.texi (Top): Update subnode menus.
+
+       * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
+       Contents rewritten; material from old Pointer Shape node moved here.
+
+       * display.texi (Pointer Shape): Node deleted.
+       (Image Descriptors): Minor cleanup.
+
+2006-05-21  Richard Stallman  <rms@gnu.org>
+
+       * syntax.texi (Parsing Expressions): Update info on which STATE
+       elements are ignored.
+
+2006-05-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * hooks.texi (Standard Hooks): Correct typo.
+
+       * gpl.texi (GPL): ifinfo -> ifnottex.
+
+2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
+
+       * searching.texi (Simple Match Data): Warn about match data being
+       set anew by every search.
+
+2006-05-17  Richard Stallman  <rms@gnu.org>
+
+       * minibuf.texi (Minibuffer History): Clarify.
+
+       * searching.texi (Regexp Special): Clarify nested regexp warning.
+
+2006-05-16  Kim F. Storm  <storm@cua.dk>
+
+       * minibuf.texi (Minibuffer History): Update add-to-history.
+
+2006-05-15  Oliver Scholz  <epameinondas@gmx.de>  (tiny change)
+
+       * nonascii.texi (Explicit Encoding): Fix
+       typo (encoding<->decoding).
+
+2006-05-14  Richard Stallman  <rms@gnu.org>
+
+       * buffers.texi (Creating Buffers): Cleanup.
+
+       * files.texi (Visiting Functions): Rewrite in find-file-noselect.
+
+2006-05-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffers.texi (Current Buffer): Document that with-temp-buffer
+       disables undo.
+
+       * os.texi (Terminal-Specific): More accurate description of how
+       Emacs searches for the terminal-specific libraries.
+
 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
 
+       * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
+       emacs-xtra to @inforef's.
+
+       * text.texi (Undo): Document that undo is turned off in buffers
+       whose names begin with a space.
+
+       * buffers.texi (Buffer Names): Add index entries for buffers whose
+       names begin with a space.
+       (Creating Buffers): Document that undo is turned off in buffers
+       whose names begin with a space.
+
        * files.texi (Visiting Functions, Reading from Files)
        (Saving Buffers): Mention code and EOL conversions by file I/O
        primitives and subroutines.