]> code.delx.au - gnu-emacs/blobdiff - lispref/ChangeLog
Add "add-log-time-zone-rule: t" to Local Variables section.
[gnu-emacs] / lispref / ChangeLog
index 42960c2fc3bce0fbf21aea01d90c0aeff3689c9f..3a74275c9a3cd159db6eb3ff6ab6df97fa3ed4a6 100644 (file)
@@ -1,3 +1,406 @@
+2006-11-06  Richard Stallman  <rms@gnu.org>
+
+       * lists.texi (List Variables): Document COMPARE-FN.
+
+       * keymaps.texi: Avoid use of "binding" to mean a relation;
+       use it only to refer to the meaning associated with a key.
+       (Keymaps): Change menu node description.
+
+       * elisp.texi (Top): Change menu node description.
+
+       * display.texi (Managing Overlays): Document overlay-recenter.
+
+2006-10-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Makefile.in: Use relative paths to avoid advertising filesystem
+       contents during compilation.
+
+2006-10-23  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Event Input Misc): Update unread-command-events.
+
+2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
+
+       * lists.texi (Sets And Lists): Fix typos.
+
+2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * control.texi (Processing of Errors): Use @var for an argument,
+       not @code.
+
+2006-10-16  Richard Stallman  <rms@gnu.org>
+
+       * edebug.texi (Edebug Recursive Edit): Minor cleanup.
+
+       * keymaps.texi (Format of Keymaps): Show all the keymap element
+       patterns that result from menu items.
+       (Key Lookup): Minor cleanups.
+
+       * modes.texi (Precalculated Fontification): Don't say that
+       not setting font-lock-defaults avoids loading font-lock.
+
+       * help.texi (Documentation): Move xref to Emacs Manual here.
+       (Documentation Basics): From here.
+       Also doc emacs-lisp-docstring-fill-column.
+
+       * elisp.texi: Update version and ISBN.
+
+       * commands.texi (Interactive Call): Clarify KEYS arg to
+       call-interactively is a vector.
+       (Command Loop Info): Delete anchor in this-command-keys.
+       Add anchor in this-command-keys-vector.
+       (Recursive Editing): Document how recursive-edit
+       handles the current buffer.
+
+2006-10-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frames.texi (Frame Titles): %c and %l are ignored in
+       frame-title-format.
+
+2006-10-11  Richard Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Key Sequences): Clarify use of kbd.
+
+2006-10-10  Kim F. Storm  <storm@cua.dk>
+
+       * lists.texi (Sets And Lists): Add memql.
+
+2006-10-03  Richard Stallman  <rms@gnu.org>
+
+       * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
+       Clarify :ascii: and :nonascii:.
+
+2006-09-29  Juri Linkov  <juri@jurta.org>
+
+       * modes.texi (%-Constructs): Reorder coding systems in the
+       documentation of %z to the real order displayed in the modeline.
+
+2006-09-25  Richard Stallman  <rms@gnu.org>
+
+       * os.texi (Timers): Describe timer-max-repeats.
+
+2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Timers): Mention with-local-quit.
+
+2006-09-24  Richard Stallman  <rms@gnu.org>
+
+       * searching.texi (Searching and Matching): Mention property search.
+
+       * commands.texi (Command Loop Info): Explain how read-event affects
+       this-command-keys.
+
+2006-09-20  Richard Stallman  <rms@gnu.org>
+
+       * os.texi (Timers): Clarify about REPEAT when timer is delayed.
+
+       * windows.texi (Window Start): Minor cleanups.
+
+2006-09-20  Kim F. Storm  <storm@cua.dk>
+
+       * windows.texi (Window Start): pos-visible-in-window-p allows
+       specifying t for position to mean "end of window".
+       Add window-line-height.
+
+       * anti.texi (Antinews): Mention window-line-height.
+
+2006-09-19  David Kastrup  <dak@gnu.org>
+
+       * keymaps.texi (Searching Keymaps): Small clarification.
+
+2006-09-18  Richard Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
+       cause keyboard menus.
+       (Menu Keymaps): Likewise.
+       (Defining Menus, Keyboard Menus): Clarify.
+
+       * text.texi (Fields): Clarify explanation of constrain-to-field.
+
+2006-09-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * variables.texi (Tips for Defining): Fix a typo.
+
+2006-09-15  Richard Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Remapping Commands, Searching Keymaps)
+       (Active Keymaps): Clean up previous change.
+
+2006-09-15  Jay Belanger  <belanger@truman.edu>
+
+       * gpl.texi: Replace "Library Public License" by "Lesser Public
+       License" throughout.
+
+2006-09-15  David Kastrup  <dak@gnu.org>
+
+       * keymaps.texi (Active Keymaps): Adapt description to use
+       `get-char-property' instead `get-text-property'.  Explain how
+       mouse events change this.  Explain the new optional argument of
+       `key-binding' and its mouse-dependent lookup.
+       (Searching Keymaps): Adapt description similarly.
+       (Remapping Commands): Explain the new optional argument of
+       `command-remapping'.
+
+2006-09-14  Richard Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Searching Keymaps): Clarification.
+       (Active Keymaps): Refer to Searching Keymaps instead of duplication.
+
+2006-09-13  Richard Stallman  <rms@gnu.org>
+
+       * objects.texi (Character Type): Node split.
+       Add xref to Describing Characters.
+       (Basic Char Syntax, General Escape Syntax)
+       (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
+
+2006-09-11  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Display Table Format): Wording clarification.
+       (Glyphs): Clarifications.
+
+2006-09-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * keymaps.texi (Active Keymaps): Mention that key-binding checks
+       local maps.
+
+2006-09-10  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Forcing Redisplay): Document return value of
+       function redisplay.
+
+2006-09-09  Richard Stallman  <rms@gnu.org>
+
+       * windows.texi (Window Hooks): Explain limits of
+       window-scroll-functions.
+
+       * display.texi (Fringe Indicators): Update for last change in
+       indicate-buffer-boundaries.
+
+2006-09-08  Richard Stallman  <rms@gnu.org>
+
+       * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
+
+2006-09-06  Kim F. Storm  <storm@cua.dk>
+
+       * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
+
+       * windows.texi (Window Start): Update pos-visible-in-window-p.
+
+2006-09-04  Richard Stallman  <rms@gnu.org>
+
+       * processes.texi (Accepting Output): Explain SECONDS=0 for
+       accept-process-output.
+
+       * os.texi (Idle Timers): Explain why timer functions should not
+       loop until (input-pending-p).
+
+2006-09-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (usermanualdir): New variable.
+       (elisp.dvi): Use it.
+
+2006-09-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * buffers.texi (Buffer Modification): Fix last change.
+
+2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
+
+       * buffers.texi (Buffer Modification): Document
+       buffer-chars-modified-tick.
+
+2006-08-31  Richard Stallman  <rms@gnu.org>
+
+       * modes.texi (Syntactic Font Lock): Mention specific faces once again.
+
+2006-08-31  Richard Bielawski  <RBielawski@moneygram.com>  (tiny change)
+
+       * modes.texi (Syntactic Font Lock):
+       Mention font-lock-syntactic-face-function
+       instead of specific faces.
+
+2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
+
+       * display.texi (Images): Add xrref to display-images-p.
+
+2006-08-28  Kenichi Handa  <handa@m17n.org>
+
+       * nonascii.texi (Lisp and Coding Systems): Fix description of
+       detect-coding-region.
+
+2006-08-27  Michael Olson  <mwolson@gnu.org>
+
+       * processes.texi (Transaction Queues): Remove stray quote
+       character.
+
+2006-08-25  Richard Stallman  <rms@gnu.org>
+
+       * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
+       Add xref.
+
+2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * os.texi (Timers): Avoid waiting inside timers.
+
+2006-08-21  Lute Kamstra  <lute@gnu.org>
+
+       * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
+
+2006-08-20  Richard Stallman  <rms@gnu.org>
+
+       * os.texi (Idle Timers): New node, split out from Timers.
+       Document current-idle-time.
+       * commands.texi (Reading One Event): Update xref.
+       * elisp.texi (Top): Update subnode menu.
+
+2006-08-16  Richard Stallman  <rms@gnu.org>
+
+       * keymaps.texi (Extended Menu Items): Show format of cached
+       bindings in extended menu items.
+
+       * customize.texi (Variable Definitions): Explain when the
+       standard value expression is evaluated.
+
+2006-08-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * commands.texi (Reading One Event): Explain idleness in
+       `read-event'.
+
+2006-08-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * text.texi (Near Point): Say "cursor" not "terminal cursor".
+       (Commands for Insertion): Removed split-line since it's not
+       relevant for Lisp programming.
+       (Yank Commands): Rewrite introduction.
+       (Undo): Clarify.
+       (Maintaining Undo): Clarify.  Document undo-ask-before-discard.
+       (Filling): Remove redundant comment.  Clarify return value of
+       current-justification.
+       (Margins): Minor clarifications.
+       (Adaptive Fill): Update default value of adaptive-fill-regexp.
+       (Sorting): Update definition of sort-lines.
+       (Columns): Clarify behavior of sort-columns.
+       (Indent Tabs): Link to Tab Stops in Emacs manual.
+       (Special Properties): Clarify.
+       (Clickable Text): Mention Buttons package.
+
+2006-08-12  Kevin Ryde  <user42@zip.com.au>
+
+       * os.texi (Time Parsing): Add %z to description of
+       format-time-string, as per docstring.  Add cross reference to
+       glibc manual for strftime.
+
+2006-08-08  Richard Stallman  <rms@gnu.org>
+
+       * modes.texi: Clean up wording in previous change.
+
+2006-08-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * modes.texi (Hooks): Clarify.
+       (Major Mode Basics): Mention define-derived-mode explicitly.
+       (Major Mode Conventions): Rebinding RET is OK for some modes.
+       Mention change-major-mode-hook and after-change-major-mode-hook.
+       (Example Major Modes): Moved to end of Modes section.
+       (Mode Line Basics): Clarify.
+       (Mode Line Data): Mention help-echo and local-map in strings.
+       Explain reason for treatment of non-risky variables.
+       (Properties in Mode): Clarify.
+       (Faces for Font Lock): Add font-lock-negation-char-face.
+
+2006-08-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * strings.texi (Formatting Strings): Warn against arbitrary
+       strings as first arg to `format'.
+
+2006-07-31  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * text.texi (Clickable Text): Mention `help-echo' text property.
+       Update intro, examples and associated explanations.
+
+2006-07-31  Richard Stallman  <rms@gnu.org>
+
+       * commands.texi: Update xrefs.
+       (Event Mod): New node, cut out from old Translating Input.
+
+       * maps.texi: Update xrefs.
+
+       * keymaps.texi (Translation Keymaps): New node.
+       Update xrefs from Translating Input to Translation Keymaps.
+
+       * elisp.texi (Top): Update subnode menu.
+
+       * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
+
+       * os.texi (System Interface): Fix menu descriptions of some nodes.
+       (Translating Input): Node deleted.
+
+2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
+
+       * modes.texi (Minor Mode Conventions): Update link for add-to-list.
+
+       * lists.texi (Sets And Lists): Likewise.
+
+2006-07-30  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * text.texi (Fields): Mention POS
+       requirement when narrowing is in effect.
+
+2006-07-28  Richard Stallman  <rms@gnu.org>
+
+       * display.texi (Face Attributes): Simplify wording.
+       (Attribute Functions): Clarify meaning of new-frame default
+       attribute settings.
+
+       * customize.texi (Common Keywords): Document how to use
+       :package-version in a package not in Emacs.
+
+2006-07-28  Kim F. Storm  <storm@cua.dk>
+
+       * commands.texi (Reading One Event): Fix last change.
+
+2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * commands.texi (Reading One Event): Document SECONDS argument for
+       read-event, read-char, and read-char-exclusive.
+
+2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
+       to ensure correct identification.
+
+2006-07-24  Richard Stallman  <rms@gnu.org>
+
+       * text.texi (Clickable Text): Clarify.
+
+       * sequences.texi (Vector Functions): Delete duplicate xref.
+
+       * objects.texi (Function Type): Clarify.
+
+       * modes.texi (Keymaps and Minor Modes): List punct chars for minor
+       modes.
+
+       * lists.texi (List Variables): New node.
+       Material moved from other nodes.
+
+       * variables.texi (Setting Variables): add-to-list and
+       add-to-ordered-list moved to List Variables node.
+
+2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * text.texi (Links and Mouse-1):
+       For mouse-on-link-p, expand on arg POS.
+
+2006-07-21  Kim F. Storm  <storm@cua.dk>
+
+       * display.texi (Forcing Redisplay): Don't mention systems which
+       don't support sub-second timers for redisplay-preemption-period.
+
+       * os.texi (Terminal Output): Clarify text vs graphical terminal.
+
+2006-07-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Input Focus): Document that focus-follows-mouse has
+       no effect on MS-Windows.
+
 2006-07-18  Richard Stallman  <rms@gnu.org>
 
        * display.texi (Forcing Redisplay): Cleanups in previous change.
 
        * anti.texi, customize.texi, display.texi, internals.texi:
        * minibuf.texi, modes.texi, tips.texi:
-        Fix overfull/underfull boxes.
+       Fix overfull/underfull boxes.
 
 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
 
 
 2006-06-09  Aidan Kehoe  <kehoea@parhasard.net>
 
-       * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF
+       * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
        syntax.
 
 2006-06-07  Eli Zaretskii  <eliz@gnu.org>
 2006-04-13  Bill Wohler  <wohler@newt.com>
 
        * customize.texi (Common Keywords): Use dotted notation for
-       :package-version value. Specify its values. Improve documentation
+       :package-version value.  Specify its values.  Improve documentation
        for customize-package-emacs-version-alist.
 
 2006-04-12  Bill Wohler  <wohler@newt.com>
        (Jumping): Clarify description of `h' command.
        Eliminate redundant @ref.
        (Breaks): New node.
-       (Breakpoints): is now a subsubsection.
+       (Breakpoints): Is now a subsubsection.
        (Global Break Condition): Mention `C-x X X'.
        (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'.
        (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
        * elisp.texi (Top): Update detailed menu for node changes.
 
        * modes.texi (Modes): Update Menu.
-       (Hooks):  Move to beginning of chapter.
+       (Hooks): Move to beginning of chapter.
        Most minor modes run mode hooks too.
        `add-hook' can handle void hooks or hooks whose value is a single
        function.
 
 2004-10-24  Jason Rumney  <jasonr@gnu.org>
 
-       * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
+       * commands.texi (Misc Events): Remove mouse-wheel.  Add wheel-up
        and wheel-down.
 
 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
        (Quoted Character Input): Clarify description of
        `read-quoted-char' and fix example.
        (Quitting): Add `with-local-quit'.
-       (Disabling Commands):  Correct and clarify descriptions of
+       (Disabling Commands): Correct and clarify descriptions of
        `enable-command' and `disable-command'.
        Mention what happens if `disabled-command-hook' is nil.
        (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
        except while processing `frame-title-format' or `icon-title-format'.
        (Deleting Frames): Correct description of `delete-frame'.
        Non-nil return values of `frame-live-p' are like those of `framep'.
-       (Frames and Windows): mention return value of
+       (Frames and Windows): Mention return value of
        `set-frame-selected-window'.
        (Visibility of Frames): Mention `force' argument to
        `make-frame-invisible'.  `frame-visible-p' returns t for all
 
 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
 
-       * backups.texi:  Various small changes in addition to:
+       * backups.texi: Various small changes in addition to:
        (Making Backups): Mention return value of `backup-buffer'.
        (Auto-Saving): Mention optional FORCE argument to
        `delete-auto-save-file-if-necessary'.
 
 2004-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
 
-       * customize.texi: Fix typo. Remove eol whitespace.
+       * customize.texi: Fix typo.  Remove eol whitespace.
 
 2004-03-04  Richard M. Stallman  <rms@gnu.org>
 
        * text.texi: Various small changes in addition to the following:
        (User-Level Deletion): Mention optional BACKWARD-ONLY argument
        to delete-horizontal-space.
-       (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct
+       (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
        description of yank-handler text property at various places.
 
        * frames.texi (Window System Selections): Add anchor.
        * loading.texi (Unloading): Fix recent change for load-history.
 
        * customize.texi (Simple Types): Clarify description of custom
-       type 'number. Describe new custom type 'float.
+       type 'number.  Describe new custom type 'float.
 
 2002-12-04  Markus Rost  <rost@math.ohio-state.edu>
 
        (info): Add target.
        (installall): Target removed.
 
-2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * tips.texi (Coding Conventions): Fix typo.
 
@@ -4990,7 +5393,7 @@ Sat Aug 11 17:39:10 1990  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
 
 Tue Jun 26 09:57:26 1990  David Lawrence  (tale@geech)
 
-       * files.texi:  Noted that completion-ignored-extensions is ignored
+       * files.texi: Noted that completion-ignored-extensions is ignored
        when making *Completions*.
 
 Fri Jun  8 16:44:44 EDT 1990 Jay Fenlason (hack@ai.mit.edu)
@@ -5025,7 +5428,7 @@ Mon Apr 24 21:02:55 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 
 Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 
-       * texinfo.tex:  temporarily added
+       * texinfo.tex: Temporarily added
                \let\result=\dblarrow
                \def\error{{\it ERROR} \longdblarrow}
        We need to do this better soon.
@@ -5033,7 +5436,7 @@ Mon Apr 17 18:56:50 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 
        * Applied Karl Berry's patches to *.texinfo files, but not to
-       texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
+       texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'.  (Karl's
        new title page format is also not applied, since it requires
        texinfo.tex changes.)
 
@@ -5042,6 +5445,7 @@ Tue Apr 11 12:23:28 1989  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
+;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,