(Waiting): (sit-for -1) is no longer special.
[bpt/emacs.git] / lispref / ChangeLog
index a7830e9..c49c4fe 100644 (file)
@@ -1,5 +1,273 @@
+2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
+
+       * tips.texi (Coding Conventions): Mention macros.
+       Suggested by Ken Manheimer.
+
+2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
+
+       * display.texi (Buttons): Fix typo.
+
+       * index.texi, elisp.texi (New Symbols): Comment node out.
+
+2006-07-09  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Truncation): Clean up previous change.
+
+2006-07-08  Richard Stallman  <rms@gnu.org>
+
+       * commands.texi (Interactive Call): Use 3 as prefix in example
+       for execute-extended-command.
+
+       * display.texi (Attribute Functions): Move paragraph about
+       compatibility with Emacs < 21.
+
+2006-07-09  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Refresh Screen): Clarify force-window-update.
+       (Truncation): "Normally" indicated by fringe arrows.
+
+2006-07-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows.texi (Textual Scrolling, Resizing Windows):
+       * variables.texi (Constant Variables):
+       * text.texi (Buffer Contents, Deletion, Changing Properties)
+       (Property Search, Special Properties, Sticky Properties)
+       (Links and Mouse-1, Fields, Change Hooks):
+       * syntax.texi (Syntax Table Functions, Parsing Expressions)
+       (Categories):
+       * symbols.texi (Other Plists):
+       * streams.texi (Output Variables):
+       * processes.texi (Input to Processes, Query Before Exit):
+       * positions.texi (Word Motion, Text Lines, List Motion):
+       * os.texi (Init File, System Environment, Sound Output)
+       (Session Management):
+       * nonascii.texi (Text Representations, Character Sets)
+       (Chars and Bytes, Locales):
+       * modes.texi (Defining Minor Modes, Header Lines):
+       * minibuf.texi (Minibuffer Contents):
+       * markers.texi (Information from Markers):
+       * lists.texi (List Elements, Building Lists, Association Lists):
+       * keymaps.texi (Tool Bar):
+       * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
+       * functions.texi (What Is a Function, Mapping Functions):
+       * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
+       (Color Names, Text Terminal Colors, Display Feature Testing):
+       * files.texi (Visiting Functions, File Name Components)
+       (Unique File Names, Contents of Directories):
+       * display.texi (Forcing Redisplay, Displaying Messages)
+       (Temporary Displays, Font Selection, Auto Faces)
+       (Font Lookup, Fringe Indicators, Display Margins)
+       (Image Descriptors, Showing Images, Image Cache, Button Types)
+       (Making Buttons, Manipulating Buttons, Button Buffer Commands)
+       (Display Table Format, Glyphs):
+       * control.texi (Iteration):
+       * commands.texi (Command Loop Info, Adjusting Point):
+       * backups.texi (Making Backups, Auto-Saving):
+       Remove @tindex entries.
+
+2006-07-07  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Cursors): Fix typo.
+       (Customizing Bitmaps): Fix define-fringe-bitmap entry.
+       (Overlay Arrow): Default is overlay-arrow fringe indicator.
+
+2006-07-05  Richard Stallman  <rms@gnu.org>
+
+       * text.texi (Buffer Contents): Add example of text props
+       in result of buffer-substring.
+       (Text Properties): Explain better about use of specific property names.
+       (Property Search): Some cleanups; reorder some functions.
+
+       * keymaps.texi (Changing Key Bindings): Cleanup.
+       Add xref to Key Binding Conventions.
+
+       * display.texi (Attribute Functions): Add examples for
+       face-attribute-relative-p.
+
+       * tips.texi (Coding Conventions): Cleanup last change.
+
+2006-07-05  Karl Berry  <karl@gnu.org>
+
+       * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
+       Remove @setchapternewpage odd.
+       Result is 1013 pages, down from 1100.
+
+       * anti.texi, customize.texi, display.texi, internals.texi:
+       * minibuf.texi, modes.texi, tips.texi:
+        Fix overfull/underfull boxes.
+
+2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * edebug.texi (Instrumenting):
+       Add Edebug-specific findex for eval-buffer.
+       * loading.texi (Loading):
+       Replace eval-current-buffer with eval-buffer.
+
+2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
+
+       * locals.texi (Standard Buffer-Local Variables): Update the list
+       of variables.
+
+2006-06-26  Nick Roberts  <nickrob@snap.net.nz>
+
+       * files.texi (File Name Completion): Point user to the node
+       "Reading File Names".
+
+2006-06-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Contents of Directories): Document case-insensitive
+       behavior on respective filesystems.
+
+       * objects.texi (Character Type): Document that Emacs signals an
+       error for unsupported Unicode characters specified as \uNNNN.
+
+2006-06-19  Richard Stallman  <rms@gnu.org>
+
+       * processes.texi (Bindat Spec): Clarify previous change.
+
+2006-06-16  Richard Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Better explain conventions
+       for definition constructs.
+
+       * text.texi (Special Properties): String value of `read-only'
+       serves as the error message.
+
+       * objects.texi (Character Type): Clarify prev. change.
+       (Non-ASCII in Strings): Mention \u and \U.
+
+       * commands.texi (Using Interactive): Explain problem of
+       markers, etc., in command-history.
+
+2006-06-14  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Waiting): Negative arg to sit-for forces
+       redisplay even if input is pending.
+
+       * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
+       redisplay.  Remove incorrect example of binding redisplay-dont-pause
+       around (sit-for 0).
+
+2006-06-13  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Forcing Redisplay): Clarify previous change.
+
+2006-06-13  Romain Francoise  <romain@orebokech.com>
+
+       * display.texi (Forcing Redisplay): Fix typo.
+
+2006-06-13  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
+
+2006-06-10  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * tips.texi (Coding Conventions): Add `@end itemize'.
+
+2006-06-10  Richard Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Explain use of coding systems
+       to ensure one decoding for strings.
+
+2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
+       syntax.
+
+2006-06-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * display.texi (Font Selection): Remove description of
+       clear-face-cache.
+
+       * compile.texi (Eval During Compile): Fix a typo.  Add index
+       entries for possible uses of eval-when-compile.
+
+2006-06-04  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * display.texi (Abstract Display): Fix typo.
+
+2006-06-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * minibuf.texi (Minibuffer History) <history-add-new-input>:
+       Reword variable's description.
+
+2006-06-01  Richard Stallman  <rms@gnu.org>
+
+       * windows.texi (Splitting Windows): Clarify splitting nonselected
+       window.
+
+2006-05-31  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Minibuffer History): Add history-add-new-input.
+
+2006-05-30  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Line Height): Fix errors in description of
+       default line height and line-height properyty.
+
+       * nonascii.texi (Default Coding Systems): Further clarification.
+
+2006-05-29  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * internals.texi (Pure Storage): Mention that an overflow in pure
+       space causes a memory leak.
+       (Garbage Collection): If there was an overflow in pure space,
+       `garbage-collect' returns nil.
+
+2006-05-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Default Coding Systems): Fix it some more.
+
+2006-05-29  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Default Coding Systems): Fix last change.
+
+2006-05-29  Kenichi Handa  <handa@m17n.org>
+
+       * nonascii.texi (find-operation-coding-system): Describe the new
+       argument format (FILENAME . BUFFER).
+
+2006-05-28  Richard Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Better explain reasons not to
+       advise other packages or use `eval-after-load'.
+
+2006-05-29  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
+       `bindat-idx' and `bindat-raw' for clarity.
+
+2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Bindat Spec): Expand on `repeat' handler.
+
+       * display.texi (Display): Add "Abstract Display" to menu.
+       (Abstract Display, Abstract Display Functions)
+       (Abstract Display Example): New nodes.
+       * elisp.texi (Top): Add "Abstract Display" to menu.
+
+2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymaps.texi (Key Sequences): Link to input events definition.
+       (Format of Keymaps): Delete material duplicated in Keymap Basics.
+
+       * files.texi (Changing Files): Document updated argument list for
+       copy-file.
+
+2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * processes.texi (Bindat Functions): Explain term "total length".
+       Use it in bindat-length and bindat-pack descriptions.
+
+2006-05-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * tips.texi (Coding Conventions): Advise against using
+       eval-after-load in packages.  Add an index entry.
+
 2006-05-25  Juri Linkov  <juri@jurta.org>
 
+       * minibuf.texi (Text from Minibuffer): Undocument keep-all.
+
        * modes.texi (%-Constructs): Add %e, %z, %Z.
 
 2006-05-25  Richard Stallman  <rms@gnu.org>