(translate-region): Document that it accepts also a
[bpt/emacs.git] / lispref / ChangeLog
index ed0c2e9..8f5544f 100644 (file)
@@ -1,3 +1,144 @@
+2004-10-22  David Ponce  <david@dponce.com>
+
+       * windows.texi (Resizing Windows): Document the `preserve-before'
+       argument of the functions `enlarge-window' and `shrink-window'.
+
+2004-10-19  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (elisp): Change order of arguments to makeinfo.
+
+2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * text.texi (Filling): Add anchor for definition of
+       `sentence-end-double-space'.
+
+       * searching.texi (Regexp Example): Update description of how
+       Emacs currently recognizes the end of a sentence.
+       (Standard Regexps): Update definition of the variable
+       `sentence-end'.  Add definition of the function `sentence-end'.
+
+2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
+
+       * display.texi (Progress): New node.
+
+2004-10-05  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
+
+2004-09-29  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Bitmaps): Use symbols rather than numbers
+       to identify bitmaps.  Remove -fringe-bitmap suffix for standard
+       fringe bitmap symbols, as they now have their own namespace.
+       (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
+       vs. pixels.  Signal error if no free bitmap slots.
+       (Pixel Specification): Change IMAGE to @var{image}.
+
+2004-09-28  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Special Properties): Clarify line-spacing and line-height.
+
+       * searching.texi (Regexp Search): Add looking-back.
+
+2004-09-25  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi: Correct typos.
+       (Image Descriptors): Correct xref's.
+
+2004-09-25  Richard M. Stallman  <rms@gnu.org>
+
+       * text.texi (Special Properties): Cleanups in `cursor'.
+       Rewrites in `line-height' and `line-spacing'; exchange them.
+
+       * display.texi (Fringes): Rewrite previous change.
+       (Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
+       (Display Fringe Bitmaps): Node deleted, text moved.
+       (Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
+       (Scroll Bars): Clarify set-window-scroll-bars.
+       (Pointer Shape): Rewrite.
+       (Specified Space): Clarify :align-to, etc.
+       (Pixel Specification): Use @var.  Clarify new text.
+       (Other Display Specs): Clarify `slice'.
+       (Image Descriptors): Cleanups.
+       (Showing Images): Cleanups.
+
+2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
+
+       * modes.texi: Various minor changes in addition to:
+       (Major Mode Conventions): Final call to `run-mode-hooks' should
+       not be inside the `delay-mode-hooks' form.
+       (Mode Hooks): New node.
+       (Hooks): Delete obsolete example.
+       Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
+       node "Mode Hooks".
+
+2004-09-22  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * display.texi: Correct various typos.
+       (Display): Rename node "Pointer Shapes" to "Pointer
+       Shape".  (There is already a node called "Pointer Shapes" in
+       frames.texi.)
+       (Images): Remove non-existent node "Image Slices" from menu.
+
+2004-09-23  Kim F. Storm  <storm@cua.dk>
+
+       * text.texi (Special Properties): Add `cursor', `pointer',
+       `line-height', and `line-spacing' properties.
+
+       * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
+       Shapes' to menu.
+       (Standard Faces): Doc fix for fringe face.
+       (Fringes): Add `overflow-newline-into-fringe' and
+       'indicate-buffer-boundaries'.
+       (Fringe Bitmaps, Pointer Shapes): New nodes.
+       (Display Property): Add 'Pixel Specification' and 'Display Fringe
+       Bitmaps' to menu.
+       (Specified Space): Describe pixel width and height.
+       (Pixel Specification): New node.
+       (Other Display Specs): Add `slice' property.
+       (Display Fringe Bitmaps): New node.
+       (Images): Add 'Image Slices' to menu.
+       (Image Descriptors): Add `:pointer' and `:map' properties.
+       (Showing Images): Add slice arg to `insert-image'.  Add
+       'insert-sliced-image'.
+
+2004-09-20  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Key Sequence Input):
+       Clarify downcasing in read-key-sequence.
+
+2004-09-08  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
+
+2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locals.texi (Standard Buffer-Local Variables): Add
+       `buffer-auto-save-file-format'.
+       * internals.texi (Buffer Internals): Describe new
+       auto_save_file_format field of the buffer structure.
+       * files.texi (Format Conversion): `auto-save-file-format' has been
+       renamed `buffer-auto-save-file-format'.
+
+2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
+       an integer or a marker.
+       (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
+
+2004-08-22  Richard M. Stallman  <rms@gnu.org>
+
+       * modes.texi (Major Mode Conventions): Discuss rebinding of
+       standard key bindings.
+
+2004-08-18  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Accepting Output): Add `just-this-one' arg to
+       `accept-process-output'.
+       (Output from Processes): New var `process-adaptive-read-buffering'.
+
 2004-08-10  Luc Teirlinck  <teirllm@auburn.edu>
 
        * keymaps.texi: Various changes in addition to: