(Waiting): (sit-for -1) is no longer special.
[bpt/emacs.git] / lispref / ChangeLog
index 0af0b82..c49c4fe 100644 (file)
+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.
-       and remove @setchapternewpage odd.
+       * 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.
+       * 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>