(Integer Basics): Add an @xref to `max-char'.
[bpt/emacs.git] / doc / lispref / ChangeLog
index ff58e6e..3b6f5fb 100644 (file)
@@ -1,3 +1,167 @@
+2008-11-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Text Representations, Converting Representations)
+       (Character Sets, Scanning Charsets, Translation of Characters):
+       Make text more accurate.
+
+2008-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Format Conversion Round-Trip): Improve previous change.
+
+2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Auto Major Mode): Fix example.
+
+2008-11-25  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
+
+       * files.texi (Format Conversion Round-Trip):
+       Use active voice for previous change.
+
+2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Processor Run Time):
+       * processes.texi (Transaction Queues):
+       * markers.texi (The Mark):
+       * windows.texi (Choosing Window, Selecting Windows):
+       * files.texi (Changing Files, Magic File Names):
+       * commands.texi (Key Sequence Input):
+       * functions.texi (Declaring Functions):
+       * strings.texi (Predicates for Strings):
+       * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
+
+2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * help.texi (Accessing Documentation): Update example.
+
+       * variables.texi (Defining Variables): Note that `*' is not
+       necessary if defcustom is used.
+
+2008-11-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
+       Characters" from @detailmenu.
+
+       * nonascii.texi (Character Codes, Character Sets)
+       (Scanning Charsets, Translation of Characters): Update for Emacs 23.
+       (Chars and Bytes, Splitting Characters): Sections removed.
+
+2008-11-22  Lute Kamstra  <lute@gnu.org>
+
+       * positions.texi (Text Lines): Update goto-line documentation.
+
+2008-11-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * frames.texi (Frames): Fix typo, add cross references, reword.
+       (Initial Parameters): Reword special-display-frame-alist text.
+       (Frames and Windows): Reword.  Describe argument norecord for
+       set-frame-selected-window.
+       (Input Focus): Describe argument norecord for select-frame.
+       Remove comment on MS-Windows behavior for focus-follows-mouse.
+       (Raising and Lowering): Mention windows-frames dichotomy in
+       metaphor.
+
+       * windows.texi (Displaying Buffers, Vertical Scrolling)
+       (Horizontal Scrolling): Fix indenting and rewording issues
+       introduced with 2008-11-07 change.
+
+2008-11-20  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Format Conversion Round-Trip): Mention `preserve'
+       element of `format-alist'.
+
+2008-11-19  Glenn Morris  <rgm@gnu.org>
+
+       * doclicense.texi: Update to FDL 1.3.
+       * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
+
+2008-11-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * windows.texi (Window Hooks): Remove *-end-trigger-functions
+       vars, which are obsolete.  Mention jit-lock-register.
+
+       * modes.texi (Other Font Lock Variables): Document
+       jit-lock-register and jit-lock-unregister.
+
+       * frames.texi (Color Parameters): Document alpha parameter.
+
+2008-11-16  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Splitting Windows, Deleting Windows)
+       (Selecting Windows, Cyclic Window Ordering)
+       (Buffers and Windows, Displaying Buffers, Choosing Window)
+       (Dedicated Windows, Window Point, Window Start and End)
+       (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
+       (Size of Window, Resizing Windows, Window Configurations)
+       (Window Parameters): Avoid @var at beginning of sentences and
+       reword accordingly.
+
+2008-11-11  Lute Kamstra  <lute@gnu.org>
+
+       * files.texi (File Name Components): Fix file-name-extension
+       documentation.
+
+2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frames.texi (Basic Parameters): Remove display-environment-variable
+       and term-environment-variable.
+
+2008-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * windows.texi (Basic Windows, Splitting Windows)
+       (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
+       (Buffers and Windows, Displaying Buffers, Dedicated Windows)
+       (Resizing Windows, Window Configurations, Window Parameters):
+       Fix wording and markup.
+
+2008-11-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows): Update entries.
+       (Basic Windows): Remove listing of attributes.  Reword.
+       (Splitting Windows, Deleting Windows): Reword.
+       (Selecting Windows, Cyclic Window Ordering): Reword with special
+       emphasis on order of recently selected windows and buffer list.
+       (Buffers and Windows, Choosing Window): Reword with special
+       emphasis on dedicated windows.
+       (Displaying Buffers): Reword.  For switch-to-buffer mention that
+       it may fall back on pop-to-buffer.  For other-window try to
+       explain how it treats the cyclic ordering of windows.
+       (Dedicated Windows): New node and section discussing dedicated
+       windows and associated functions.
+       (Window Point): Add entry for window-point-insertion-type.  Reword.
+       (Window Start and End): Rename node and section title.  Reword.
+       (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
+       Minor rewording.
+       (Size of Window): Reword, in particular text on window-width.
+       (Resizing Windows): Reword.  Add text on balancing windows.
+       (Window Configurations): Reword.  Mention window parameters.
+       (Window Parameters): New node and section on window parameters.
+       (Window Hooks): Reword.  Mention that
+       window-configuration-change-hook is run "buffer-locally".
+       * elisp.texi (Top): Update Windows entries in @detailmenu
+       section.
+
+2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * searching.texi (Regexp Search): Fix typo.
+
+2008-11-03  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
+
+       * searching.texi (Regexp Search): Document GREEDY arg.
+       (Simple Match Data): Fix return value.
+
+2008-11-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * nonascii.texi (Text Representations): Rewrite to make consistent
+       with Emacs 23 internal representation of characters.  Document
+       `unibyte-string'.
+
+2008-10-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * processes.texi (Process Information): Note that process-status
+       does not accept buffer names.
+
 2008-10-27  Seweryn Kokot  <sewkokot@gmail.com>  (tiny change)
 
        * positions.texi (Skipping Characters): Correct return value of
        * display.texi (Fontsets): Don't mention generic characters.
 
        * sequences.texi (Char-Tables): `map-char-table' can now call its
-       argument FUNCTION with a cons cell as KEY. 
+       argument FUNCTION with a cons cell as KEY.
 
 2008-10-13  Eli Zaretskii  <eliz@gnu.org>