]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
(bibtex-find-entry): Don't demand matching case for @Article, etc.
[gnu-emacs] / lispref / ChangeLog
index 8b523f288d6bf07eca6b3ee2694f3c8ffb6988a0..48205488ef8160460a7ef56b070ef74045f16cdf 100644 (file)
@@ -1,3 +1,212 @@
+2006-04-18  Richard Stallman  <rms@gnu.org>
+
+       * tips.texi (Coding Conventions): Explain when the package's
+       prefix should appear later on (not at the start of the name).
+
+       * searching.texi (String Search): Clarify effect of NOERROR.
+
+       * modes.texi (Imenu): Clarify what special items do.
+
+       * hooks.texi (Standard Hooks): Delete text about old hook names.
+
+2006-04-17  Romain Francoise  <romain@orebokech.com>
+
+       * variables.texi (Local Variables): Update the default value of
+       `max-specpdl-size'.
+
+2006-04-15  Michael Olson  <mwolson@gnu.org>
+
+       * processes.texi (Transaction Queues): Mention the new optional
+       `delay-question' argument for `tq-enqueue'.
+
+2006-04-13  Bill Wohler  <wohler@newt.com>
+
+       * customize.texi (Common Keywords): Use dotted notation for
+       :package-version value. Specify its values. Improve documentation
+       for customize-package-emacs-version-alist.
+
+2006-04-12  Bill Wohler  <wohler@newt.com>
+
+       * customize.texi (Common Keywords): Move description of
+       customize-package-emacs-version-alist to @defvar.
+
+2006-04-10  Bill Wohler  <wohler@newt.com>
+
+       * customize.texi (Common Keywords): Add :package-version.
+
+2006-04-10  Kim F. Storm  <storm@cua.dk>
+
+       * text.texi (Buffer Contents): Add NOPROPS arg to
+       filter-buffer-substring.
+
+2006-04-08  Kevin Ryde  <user42@zip.com.au>
+
+       * os.texi (Command-Line Arguments): Update xref to emacs manual
+       "Command Arguments" -> "Emacs Invocation", per change there.
+
+2006-04-08  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
+       be on one line to help makeinfo not render two spaces after the dot.
+
+2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * strings.texi (Predicates for Strings): Add string-or-null-p.
+
+2006-03-28  Kim F. Storm  <storm@cua.dk>
+
+       * processes.texi (Accepting Output): Remove obsolete (and incorrect)
+       remarks about systems that don't support fractional seconds.
+
+2006-03-25  Karl Berry  <karl@gnu.org>
+
+       * elisp.texi: use @copyright{} instead of (C), and do not indent
+       the year list.
+
+2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * display.texi (Fringe Indicators): Fix typos.
+
+2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * tips.texi (Documentation Tips): One can now also write `program'
+       in front of a quoted symbol in a docstring to prevent making a
+       hyperlink.
+
+2006-03-19  Alan Mackenzie  <acm@muc.de>
+
+       * text.texi (Special Properties): Clarify `fontified' property.
+
+2006-03-16  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Defining Images): Minor cleanup.
+
+2006-03-16  Bill Wohler  <wohler@newt.com>
+
+       * display.texi (Defining Images): In image-load-path-for-library,
+       prefer user's images.
+
+2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Region to Fontify): Remove font-lock-lines-before.
+
+2006-03-15  Bill Wohler  <wohler@newt.com>
+
+       * display.texi (Defining Images): Fix example in
+       image-load-path-for-library by not recommending that one binds
+       image-load-path. Just defvar it to placate compiler and only use
+       it if previously defined.
+
+2006-03-14  Bill Wohler  <wohler@newt.com>
+
+       * display.texi (Defining Images): In image-load-path-for-library,
+       always return list of directories.  Update example.
+
+2006-03-14  Alan Mackenzie  <acm@muc.de>
+
+       * modes.texi: New node, "Region to Fontify" (for Font Lock).
+       This describes font-lock-extend-region-function.
+       ("Other Font Lock Variables"): Move "font-lock-lines-before" to
+       the new node "Region to Fontify".
+
+2006-03-13  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Invisible Text): The impossible position is
+       now before the invisible text, not after.
+       (Defining Images): Clean up last change.
+
+2006-03-11  Bill Wohler  <wohler@newt.com>
+
+       * display.texi (Defining Images): Add image-load-path-for-library.
+
+2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * text.texi (Adaptive Fill): Fix Texinfo usage.
+
+       * strings.texi (Creating Strings): Fix Texinfo usage.
+
+       * searching.texi (Regexp Special): Use @samp for regular
+       expressions that are not in Lisp syntax.
+
+2006-03-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * searching.texi (Regexp Special): Put remark between parentheses
+       to avoid misreading.
+
+2006-03-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * searching.texi (Syntax of Regexps): More accurately describe
+       which characters are special in which situations.
+       (Regexp Special): Recommend _not_ to quote `]' or `-' when they
+       are not special.  Describe in detail when `[' and `]' are special.
+       (Regexp Backslash): Plenty of regexps with unbalanced square
+       brackets are valid, so reword that statement.
+
+2006-03-02  Kim F. Storm  <storm@cua.dk>
+
+       * keymaps.texi (Tool Bar): Add tool-bar-border.
+
+2006-02-28  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * loading.texi (Load Suffixes): Rephrase last paragraph.  Fix typos.
+
+2006-02-27  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
+
+       * files.texi (Locating Files): Suggest additional values for the
+       SUFFIXES arg of `locate-file'.  Update pxref.
+
+       * loading.texi (Loading): Include new node "Load Suffixes" in menu.
+       (How Programs Do Loading): Discuss the effects of Auto Compression
+       mode on `load'.
+       (Load Suffixes): New node.
+       (Library Search): Delete description of `load-suffixes'; it was
+       moved to "Load Suffixes".
+       (Autoload, Named Features): Mention `load-suffixes'.
+
+2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+       * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
+
+       * windows.texi (Window Tree): Fix typo.
+
+2006-02-20  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Fringe Indicators): New section.
+       Move indicate-empty-lines, indicate-buffer-boundaries, and
+       default-indicate-buffer-boundaries here.
+       Add fringe-indicator-alist and default-fringes-indicator-alist.
+       Add list of logical fringe indicator symbols.
+       Update list of standard bitmap names.
+       (Fringe Cursors): New section.
+       Move overflow-newline-into-fringe here.
+       Add fringe-cursor-alist and default-fringes-cursor-alist.
+       Add list of fringe cursor symbols.
+
+2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * commands.texi (Using Interactive): Fix reference to node
+       "Minibuffers".
+
+2006-02-19  Richard M. Stallman  <rms@gnu.org>
+
+       * minibuf.texi (High-Level Completion):
+       Add xref to read-input-method-name.
+
+       * files.texi (Relative File Names): Move file-relative-name here.
+       (File Name Expansion): From here.  Minor clarifications.
+
+       * commands.texi (Using Interactive): Add xrefs about reading input.
+       Clarify remarks about that moving point and mark.
+       Put string case before list case.
+
+2006-02-16  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
+
+       * display.texi (Other Display Specs, Image Descriptors):
+       Revert erroneous changes.  The previous description of
+       image-descriptors as `(image . PROPS)' was correct.
+
 2006-02-14  Richard M. Stallman  <rms@gnu.org>
 
        * variables.texi (File Local Variables): Clarifications.
 
 2006-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
-       * display.texi (Other Display Specs, Image Descriptors): Image
-       description is a list, not a cons cell.
+       * display.texi (Other Display Specs, Image Descriptors):
+       Image description is a list, not a cons cell.
 
 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>