* elisp.texi: Remove duplicate edition information (Bug#5407).
[bpt/emacs.git] / doc / lispref / ChangeLog
index 4bdc14c..2f5923f 100644 (file)
@@ -1,3 +1,575 @@
+2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * elisp.texi: Remove duplicate edition information (Bug#5407).
+
+2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * two.el (volume-header-toc-markup): Fix typos in docstring.
+
+2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       Avoid dubious uses of save-excursions.
+       * positions.texi (Excursions): Recommend the use of
+       save-current-buffer if applicable.
+       * text.texi (Clickable Text): Fix the example code which used
+       save-excursion in a naive way which sometimes preserves point and
+       sometimes not.
+       * variables.texi (Creating Buffer-Local):
+       * os.texi (Session Management):
+       * display.texi (GIF Images):
+       * control.texi (Cleanups): Use (save|with)-current-buffer.
+
+2010-01-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * modes.texi (Example Major Modes): Fix indentation.  (Bug#5195)
+
+2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * nonascii.texi (Text Representations, Character Codes)
+       (Converting Representations, Explicit Encoding)
+       (Translation of Characters): Use hex notation consistently.
+       (Character Sets): Fix map-charset-chars doc (Bug#5197).
+
+2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * loading.texi (Where Defined): Make it clearer that these are
+       loaded files (Bug#5068).
+
+2009-12-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Completion Styles): Document `initials' style.
+
+2009-12-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Resources): Describe inhibit-x-resources.
+       (Size Parameters): Copyedit.
+
+       * hash.texi (Creating Hash):
+       * objects.texi (Hash Table Type): Document the new hash table
+       printed representation.
+
+       * minibuf.texi (Basic Completion): 4th arg to all-completions is
+       obsolete.
+
+       * processes.texi (Process Buffers): Document
+       process-kill-buffer-query-function.
+
+2009-12-05  Glenn Morris  <rgm@gnu.org>
+
+       * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
+       diary-display-function, and no longer recommended to be a hook.
+       Update for changes in the names of calendar and diary hooks.
+       diary-print-entries-hook has changed section.
+
+2009-11-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Special Properties): More accurate description of
+       what the `cursor' property does.
+
+2009-11-26  Kevin Ryde  <user42@zip.com.au>
+
+       * commands.texi (Misc Events): vindex mouse-wheel-up-event and
+       mouse-wheel-down-event, the closest thing to a definition for them.
+       * os.texi (Startup Summary): vindex inhibit-startup-message and
+       inhibit-splash-screen.
+       (Command-Line Arguments): vindex argv.
+       (Suspending Emacs): vindex suspend-tty-functions and
+       resume-tty-functions.  Don't want to index every hook, but having
+       the programming ones is helpful.
+
+2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * commands.texi (Motion Events): Fix typo (Bug#4907).
+
+2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
+       are affected by case-fold-search (Bug#4483).
+
+2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Reading File Names): Note that read-file-name may
+       use a graphical file dialog.
+
+2009-10-31  Glenn Morris  <rgm@gnu.org>
+
+       * nonascii.texi (User-Chosen Coding Systems): Minor reword.  (Bug#4817)
+
+2009-10-16  Kevin Ryde  <user42@zip.com.au>
+
+       * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
+       in particular so `info-lookup-symbol' can find its docs.
+
+2009-10-16  Chong Yidong  <cyd@stupidchicken.com>
+
+       * variables.texi (Constant Variables): Distinguish from defconst
+       variables.
+       (Defining Variables): Add cindex.
+
+2009-10-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Time of Day): Clarify that the microsecond part is
+       ignored (Bug#4637).
+
+2009-10-11  Glenn Morris  <rgm@gnu.org>
+
+       * frames.texi (Size and Position): Clarify what is included in the frame
+       height.  (Bug#4535)
+
+2009-10-10  Glenn Morris  <rgm@gnu.org>
+
+       * windows.texi (Size of Window): The relationship between window and
+       frame heights is not so simple.  (Bug#4535)
+       Mention window-full-height-p.
+
+2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
+       used from Lisp.
+
+2009-10-07  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (Directory Names) <abbreviate-file-name>:
+       Document that root home directories are not replaced with "~".
+
+2009-10-06  Eli Zaretskii  <eliz@gnu.org>
+
+       * text.texi (Special Properties): Document the meaning of the
+       `cursor' text property whose value is an integer.
+
+2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Magic File Names): Add `copy-directory'.
+
+2009-10-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * files.texi (File Attributes): Fix description of file
+       attributes.  (Bug#4638) Update attributes of files.texi example to
+       be more representative.
+
+2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Create/Delete Dirs): New command copy-directory.
+
+2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * anti.texi (Antinews):
+       * macros.texi (Indenting Macros):
+       * strings.texi (Creating Strings, Case Conversion):
+       Remove duplicate words.
+
+2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * files.texi (Create/Delete Dirs): delete-directory has an
+       optional parameter RECURSIVE.
+
+2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * buffers.texi (Swapping Text): Minor clarification.
+
+2009-10-01  Glenn Morris  <rgm@gnu.org>
+
+       * functions.texi (Declaring Functions): Mention that we also search for
+       ".m" files in the src/ directory.
+
+2009-09-25  David Engster  <deng@randomsample.de>
+
+       * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
+
+2009-09-22  Glenn Morris  <rgm@gnu.org>
+
+       * internals.texi (Building Emacs): Mention preloaded-file-list.
+
+2009-09-14  Alan Mackenzie  <acm@muc.de>
+
+       * os.texi (Terminal Output): Put "@code{}" around "stdout".
+
+2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * functions.texi (Anonymous Functions): Rearrange discussion,
+       giving usage of unquoted lambda forms first.  Mention that
+       `function' and `#'' are no longer required (Bug#4290).
+
+2009-09-11  Alan Mackenzie  <acm@muc.de>
+
+       * os.texi (Terminal Output): Document `send-string-to-terminal' in
+       batch mode.
+
+2009-09-01  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Face Functions): Mention define-obsolete-face-alias.
+
+2009-08-26  Ulrich Mueller  <ulm@gentoo.org>
+
+       * nonascii.texi (Character Codes): Fix typos.
+
+2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * processes.texi (Synchronous Processes): New defvar
+       process-file-side-effects.
+
+2009-08-25  Glenn Morris  <rgm@gnu.org>
+
+       * display.texi (Fontsets): Fix typo.
+
+       * files.texi (Format Conversion Round-Trip): Mention nil regexp.
+
+2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * processes.texi (Asynchronous Processes): Adjust arglist of
+       start-process-shell-command and start-file-process-shell-command.
+
+2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * advice.texi (Argument Access in Advice): Note that argument
+       positions are zero-based (Bug#3932).
+
+       * commands.texi (Distinguish Interactive): Minor copyedit.
+
+       * display.texi (Face Attributes): Add xref to Displaying Faces for
+       explanation of "underlying face".
+
+       * customize.texi (Common Keywords): Add xref to Loading.
+
+       * loading.texi (How Programs Do Loading): Add xref to Lisp
+       Libraries node in the Emacs manual.
+
+2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
+
+2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
+
+       * processes.texi (Shell Arguments): Copyedits.
+
+2009-07-18  Glenn Morris  <rgm@gnu.org>
+
+       * loading.texi (Repeated Loading): Fix typo.
+
+2009-07-16  Richard Stallman  <rms@gnu.org>
+
+       * buffers.texi (Swapping Text): Recommend setting
+       write-region-annotate-functions and buffer-saved-size.
+
+       * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
+
+2009-07-15  Glenn Morris  <rgm@gnu.org>
+
+       * edebug.texi: Minor re-phrasings throughout.
+       (Edebug Execution Modes): Sit-for affects continue mode too.
+       (Jumping): Use `forward-sexp' rather than its keybinding.
+       (Edebug Misc): Fix Q binding.
+       (Edebug Eval): Remove cl version.
+       (Printing in Edebug): Clarify print-length etc.
+       (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
+       (Specification List): Remove edebug-unwrap findex entry.
+       (Specification Examples): defmacro is actually not the same as defun.
+       Escape "`" in example.
+
+2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * markers.texi (The Mark): Document optional arg to
+       deactivate-mark.
+
+2009-07-11  Kevin Ryde  <user42@zip.com.au>
+
+       * hooks.texi (Standard Hooks): Fix cross-references.
+
+       * loading.texi (Named Features): Refer to eval-after-load.
+
+2009-07-11  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (TEXI2PDF): New.
+       (elisp.pdf): New target.
+
+       * searching.texi (Regexp Backslash): Fix typo.
+
+       * elisp.texi (Top): Display copyright notice at start of non-TeX.
+
+2009-07-10  Glenn Morris  <rgm@gnu.org>
+
+       * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
+
+       * customize.texi (Customization Types):
+       * display.texi (Abstract Display):
+       * objects.texi (Character Type, String Type):
+       Merge in some menu descriptions from elisp.texi.
+
+       * hash.texi (Hash Tables):
+       * modes.texi (Multiline Font Lock):
+       End menu description with period.
+
+2009-07-09  Glenn Morris  <rgm@gnu.org>
+
+       * back.texi: Don't hard-code texinfo location.
+
+       * two-volume.make (texinfodir): New, with location of texinfo.tex.
+       (tex): Add texinfodir to TEXINPUTS.
+       (elisp1med-init, elisp2med-init): Use texinfodir.
+
+       * Makefile.in (texinfodir): Rename from usermanualdir, and update.
+       (clean): Add two-volume.make intermediate files.
+
+       * elisp.texi, vol1.texi, vol2.texi:
+       Use a DATE variable with the publication date, and update it.
+       Fix antinews menu description.
+
+       * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
+       Update the detailed node listing to match elisp.texi.
+
+       * README: Update edition to match elisp.texi.
+
+       * objects.texi (General Escape Syntax):
+       * nonascii.texi (Character Sets):
+       Use consistent case for "Unicode Standard".
+
+       * anti.texi (Antinews):
+       * customize.texi (Variable Definitions):
+       * functions.texi (Declaring Functions):
+       * nonascii.texi (Character Properties):
+       * processes.texi (Serial Ports):
+       * text.texi (Special Properties):
+       * tips.texi (Coding Conventions):
+       Minor rearrangements to improve TeX line-filling.
+
+       * commands.texi (Using Interactive): Fix cross-reference.
+
+2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Management Parameters): Mention sticky.
+
+2009-07-01  Andreas Schwab  <aschwab@redhat.com>
+
+       * help.texi (Help Functions): Fix description of help-buffer and
+       help-setup-xref to use @defun instead of @deffn.
+
+2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Size Parameters): Mention maximized for fullscreen.
+
+2009-06-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Window Systems): Add ns to the list.
+
+2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-06-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Dedicated Windows): Fix typo.
+       (Resizing Windows): Replace @defun by @deffn.
+
+2009-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (Directory Local Variables):
+       Update for 2009-04-11 name-change of dir-locals-directory-alist.
+
+2009-06-09  Kenichi Handa  <handa@m17n.org>
+
+       * nonascii.texi (Character Sets): State clearly that FROM and TO
+       are codepoints of CHARSET.
+
+2009-06-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuf.texi (Reading File Names): Fix introductory text.
+       Suggested by stan@derbycityprints.com.
+       (High-Level Completion): Fix typo.
+
+2009-05-28  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Text Terminal Colors): Multi-tty is already
+       implemented, but tty-local colors are not.
+
+2009-05-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hooks.texi (Standard Hooks): Remove mention of obsolete
+       redisplay-end-trigger-functions.
+
+       * internals.texi (Window Internals): Remove mention of obsolete
+       redisplay-end-trigger-functions.
+
+2009-05-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
+
+       * backups.texi (Making Backups): backup-directory-alist and
+       make-backup-file-name-function are options.
+       (Auto-Saving): auto-save-list-file-prefix is an option.
+
+       * buffers.texi (Killing Buffers): buffer-offer-save is an
+       option.
+
+       * display.texi (Refresh Screen): no-redraw-on-reenter is an
+       option.
+       (Echo Area Customization): echo-keystrokes is an option.
+       (Selective Display): selective-display-ellipses is an option.
+       (Temporary Displays): temp-buffer-show-function is an option.
+       (Face Attributes): underline-minimum-offset and x-bitmap-file-path
+       are options.
+       (Font Selection): face-font-family-alternatives,
+       face-font-selection-order, face-font-registry-alternatives, and
+       scalable-fonts-allowed are options.
+       (Fringe Indicators): indicate-buffer-boundaries is an option.
+       (Fringe Cursors): overflow-newline-into-fringe is an option.
+       (Scroll Bars): scroll-bar-mode is an option.
+
+       * eval.texi (Eval): max-lisp-eval-depth is an option.
+
+       * files.texi (Visiting Functions): find-file-hook is an option.
+       (Directory Names): directory-abbrev-alist is an option.
+       (Unique File Names): temporary-file-directory and
+       small-temporary-file-directory are options.
+
+       * frames.texi (Initial Parameters): initial-frame-alist,
+       minibuffer-frame-alist and default-frame-alist are options.
+       (Cursor Parameters): blink-cursor-alist and
+       cursor-in-non-selected-windows ar options.
+       (Window System Selections): selection-coding-system is an
+       option.
+       (Display Feature Testing): display-mm-dimensions-alist is an
+       option.
+
+       * help.texi (Help Functions): help-char and help-event-list are
+       options.
+
+       * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
+       an option.
+
+       * minibuf.texi (Minibuffer History): history-length and
+       history-delete-duplicates are options.
+       (High-Level Completion): read-buffer-function and
+       read-buffer-completion-ignore-case are options.
+       (Reading File Names): read-file-name-completion-ignore-case is
+       an option.
+
+       * modes.texi (Mode Line Top): mode-line-format is an option.
+       (Mode Line Variables): mode-line-position and mode-line-modes
+       are options.
+
+       * nonascii.texi (Text Representations):
+       enable-multibyte-characters is an option.
+       (Default Coding Systems): auto-coding-regexp-alist,
+       file-coding-system-alist, auto-coding-alist and
+       auto-coding-functions are options.
+       (Specifying Coding Systems): inhibit-eol-conversion is an
+       option.
+
+       * os.texi (Init File): site-run-file is an option.
+       (System Environment): mail-host-address is an option.
+       (User Identification): user-mail-address is an option.
+       (Terminal Output): baud-rate is an option.
+
+       * positions.texi (Word Motion): words-include-escapes is an
+       option.
+
+       * searching.texi (Standard Regexps): page-delimiter,
+       paragraph-separate, paragraph-separate and sentence-end are
+       options.
+
+       * text.texi (Margins): left-margin and fill-nobreak-predicate
+       are options.
+
+       * variables.texi (Local Variables): max-specpdl-size is an
+       option.
+
+       * windows.texi (Choosing Window):
+       split-window-preferred-function, special-display-function and
+       display-buffer-function are options.
+
+2009-05-20  Chong Yidong  <cyd@stupidchicken.com>
+
+       Fix errors spotted by Martin Rudalics.
+
+       * syntax.texi (Position Parse): Document rationale for ignored
+       arguments to syntax-ppss-flush-cache.
+
+       * processes.texi (Input to Processes): Mark PROCESS arg to
+       process-running-child-p as optional.
+       (Network Options): Document NO-ERROR arg to
+       set-network-process-option.
+
+       * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
+       command.
+
+       * searching.texi (POSIX Regexps): Mark posix-search-forward and
+       posix-search-backward as commands.
+
+       * os.texi (Killing Emacs): Mark kill-emacs as a command.
+       (Suspending Emacs): Mark suspend-emacs as a command.
+       (Processor Run Time): Mark emacs-uptime and emacs-init-time as
+       commands.
+       (Terminal Output): Remove obsolete function baud-rate.  Document
+       TERMINAL arg for send-string-to-terminal.
+
+       * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
+       terminal-coding-system and set-terminal-coding-system.
+       (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
+       as optional.
+       (Character Sets): Document RESTRICTION arg of char-charset.
+       (Character Codes): Mark POS argument to get-byte as optional.
+
+       * minibuf.texi (Minibuffer Misc): Document ARGS arg for
+       minibuffer-message.
+
+       * files.texi (Create/Delete Dirs): Mark make-directory and
+       delete-directory as commands.
+
+       * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
+
+       * text.texi (Base 64): Mark base64-decode-string and
+       base64-encode-string as commands.
+       (Columns): Mark move-to-column as a command.
+       (Mode-Specific Indent): Document RIGID arg to
+       indent-for-tab-command.
+       (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
+       Mark indent-code-rigidly as a command.
+       (Substitution): Mark translate-region as a command.
+
+       * frames.texi (Size and Position): Remove obsolete functions
+       screen-height and screen-width.
+
+2009-05-19  Chong Yidong  <cyd@stupidchicken.com>
+
+       * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
+       (Displaying Buffers, Resizing Windows): Correct mistakes;
+       next-window, previous-window, and pop-to-buffer are not commands,
+       and fit-window-to-buffer" is a command.  (Pointed out by Martin
+       Rudalics.)
+
+2009-05-17  Richard M Stallman  <rms@gnu.org>
+
+       * modes.texi (Precalculated Fontification): Clarify text.
+
+2009-05-17  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Selecting Windows): Clarify descriptions of
+       with-selected-window and get-lru-window.
+       (Cyclic Window Ordering): Refer to particular frame when talking
+       about how splitting affects the ordering.
+       (Displaying Buffers): Fix descriptions of switch-to-buffer and
+       switch-to-buffer-other-window.  Explain how setting of
+       display-buffer-reuse-frames affects pop-to-buffer.
+       (Choosing Window): Clarify some details in descriptions of
+       display-buffer-reuse-frames, pop-up-frames, and
+       pop-up-frame-function.
+       (Dedicated Windows): Clarify some details.
+       (Textual Scrolling): Replace term vscroll by term vertical
+       scroll position.
+       (Vertical Scrolling): Fix typo.
+       (Window Hooks): Relate text on jit-lock-register to window
+       scrolling and size changes.
+
+2009-05-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Initial Parameters): Clarify what the initial
+       minibuffer frame is.
+       (Buffer Parameters): Note that the minibuffer parameter can not be
+       altered.
+
+       * anti.texi (Antinews): Copyedits.  Rearrange some entries.
+       Document display-buffer changes.
+
 2009-05-13  Chong Yidong  <cyd@stupidchicken.com>
 
        * anti.texi (Antinews): Rewrite for Emacs 22.
 2009-01-08  Jason Rumney  <jasonr@gnu.org>
 
        * frames.texi (Pointer Shape): Clarify that only X supports
-       changing the standard pointer shapes. (Bug#1485)
+       changing the standard pointer shapes.  (Bug#1485)
 
 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
 
 2002-08-05  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * customize.texi (Splicing into Lists): Fixed example.
-       Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
+       Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
 
 2002-06-17  Juanma Barranquero  <lektu@terra.es>
 
 ;; End:
 
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008, 2009  Free Software Foundation, Inc.
+      2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.