Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lispref/ChangeLog

    r4131 r4140  
     12006-08-08  Richard Stallman  <rms@gnu.org> 
     2 
     3        * modes.texi: Clean up wording in previous change. 
     4 
     52006-08-07  Chong Yidong  <cyd@stupidchicken.com> 
     6 
     7        * modes.texi (Hooks): Clarify. 
     8        (Major Mode Basics): Mention define-derived-mode explicitly. 
     9        (Major Mode Conventions): Rebinding RET is OK for some modes. 
     10        Mention change-major-mode-hook and after-change-major-mode-hook. 
     11        (Example Major Modes): Moved to end of Modes section. 
     12        (Mode Line Basics): Clarify. 
     13        (Mode Line Data): Mention help-echo and local-map in strings. 
     14        Explain reason for treatment of non-risky variables. 
     15        (Properties in Mode): Clarify. 
     16        (Faces for Font Lock): Add font-lock-negation-char-face. 
     17 
     182006-08-04  Eli Zaretskii  <eliz@gnu.org> 
     19 
     20        * strings.texi (Formatting Strings): Warn against arbitrary 
     21        strings as first arg to `format'. 
     22 
     232006-07-31  Thien-Thi Nguyen  <ttn@gnu.org> 
     24 
     25        * text.texi (Clickable Text): Mention `help-echo' text property. 
     26        Update intro, examples and associated explanations. 
     27 
     282006-07-31  Richard Stallman  <rms@gnu.org> 
     29 
     30        * commands.texi: Update xrefs. 
     31        (Event Mod): New node, cut out from old Translating Input. 
     32 
     33        * maps.texi: Update xrefs. 
     34 
     35        * keymaps.texi (Translation Keymaps): New node. 
     36        Update xrefs from Translating Input to Translation Keymaps. 
     37 
     38        * elisp.texi (Top): Update subnode menu. 
     39 
     40        * display.texi (Face Functions): Fix explanations of FRAME=t or nil. 
     41 
     42        * os.texi (System Interface): Fix menu descriptions of some nodes. 
     43        (Translating Input): Node deleted. 
     44 
     452006-07-31  Nick Roberts  <nickrob@snap.net.nz> 
     46 
     47        * modes.texi (Minor Mode Conventions): Update link for add-to-list. 
     48 
     49        * lists.texi (Sets And Lists): Likewise. 
     50 
     512006-07-30  Thien-Thi Nguyen  <ttn@gnu.org> 
     52 
     53        * text.texi (Fields): Mention POS 
     54        requirement when narrowing is in effect. 
     55 
     562006-07-28  Richard Stallman  <rms@gnu.org> 
     57 
     58        * display.texi (Face Attributes): Simplify wording. 
     59        (Attribute Functions): Clarify meaning of new-frame default 
     60        attribute settings. 
     61 
     62        * customize.texi (Common Keywords): Document how to use 
     63        :package-version in a package not in Emacs. 
     64 
    1652006-07-28  Kim F. Storm  <storm@cua.dk> 
    266 
     
    249313        * anti.texi, customize.texi, display.texi, internals.texi: 
    250314        * minibuf.texi, modes.texi, tips.texi: 
    251         Fix overfull/underfull boxes. 
     315       Fix overfull/underfull boxes. 
    252316 
    2533172006-07-05  Thien-Thi Nguyen  <ttn@gnu.org> 
     
    3263902006-06-09  Aidan Kehoe  <kehoea@parhasard.net> 
    327391 
    328         * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF 
     392        * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF 
    329393        syntax. 
    330394 
     
    638702 
    639703        * customize.texi (Common Keywords): Use dotted notation for 
    640         :package-version value. Specify its values. Improve documentation 
     704        :package-version value. Specify its values. Improve documentation 
    641705        for customize-package-emacs-version-alist. 
    642706 
     
    16831747        Eliminate redundant @ref. 
    16841748        (Breaks): New node. 
    1685         (Breakpoints): is now a subsubsection. 
     1749        (Breakpoints): Is now a subsubsection. 
    16861750        (Global Break Condition): Mention `C-x X X'. 
    16871751        (Edebug Views): Clarify `v' and `p'.  Mention `C-x X w'. 
     
    293329972004-10-24  Jason Rumney  <jasonr@gnu.org> 
    29342998 
    2935         * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up 
     2999        * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up 
    29363000        and wheel-down. 
    29373001 
     
    31623226        (Deleting Frames): Correct description of `delete-frame'. 
    31633227        Non-nil return values of `frame-live-p' are like those of `framep'. 
    3164         (Frames and Windows): mention return value of 
     3228        (Frames and Windows): Mention return value of 
    31653229        `set-frame-selected-window'. 
    31663230        (Visibility of Frames): Mention `force' argument to 
     
    348935532004-03-07  Thien-Thi Nguyen  <ttn@gnu.org> 
    34903554 
    3491         * customize.texi: Fix typo. Remove eol whitespace. 
     3555        * customize.texi: Fix typo. Remove eol whitespace. 
    34923556 
    349335572004-03-04  Richard M. Stallman  <rms@gnu.org> 
     
    35253589        (User-Level Deletion): Mention optional BACKWARD-ONLY argument 
    35263590        to delete-horizontal-space. 
    3527         (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct 
     3591        (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct 
    35283592        description of yank-handler text property at various places. 
    35293593 
     
    45524616 
    45534617        * customize.texi (Simple Types): Clarify description of custom 
    4554         type 'number. Describe new custom type 'float. 
     4618        type 'number. Describe new custom type 'float. 
    45554619 
    455646202002-12-04  Markus Rost  <rost@math.ohio-state.edu> 
     
    50825146 
    50835147        * Applied Karl Berry's patches to *.texinfo files, but not to 
    5084         texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's 
     5148        texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's 
    50855149        new title page format is also not applied, since it requires 
    50865150        texinfo.tex changes.)