Changeset 4140 for trunk/lispref/ChangeLog
- Timestamp:
- 08/10/06 11:19:54 (2 years ago)
- Files:
-
- trunk/lispref/ChangeLog (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/ChangeLog
r4131 r4140 1 2006-08-08 Richard Stallman <rms@gnu.org> 2 3 * modes.texi: Clean up wording in previous change. 4 5 2006-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 18 2006-08-04 Eli Zaretskii <eliz@gnu.org> 19 20 * strings.texi (Formatting Strings): Warn against arbitrary 21 strings as first arg to `format'. 22 23 2006-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 28 2006-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 45 2006-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 51 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org> 52 53 * text.texi (Fields): Mention POS 54 requirement when narrowing is in effect. 55 56 2006-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 1 65 2006-07-28 Kim F. Storm <storm@cua.dk> 2 66 … … 249 313 * anti.texi, customize.texi, display.texi, internals.texi: 250 314 * minibuf.texi, modes.texi, tips.texi: 251 Fix overfull/underfull boxes.315 Fix overfull/underfull boxes. 252 316 253 317 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> … … 326 390 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> 327 391 328 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF392 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF 329 393 syntax. 330 394 … … 638 702 639 703 * customize.texi (Common Keywords): Use dotted notation for 640 :package-version value. Specify its values.Improve documentation704 :package-version value. Specify its values. Improve documentation 641 705 for customize-package-emacs-version-alist. 642 706 … … 1683 1747 Eliminate redundant @ref. 1684 1748 (Breaks): New node. 1685 (Breakpoints): is now a subsubsection.1749 (Breakpoints): Is now a subsubsection. 1686 1750 (Global Break Condition): Mention `C-x X X'. 1687 1751 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. … … 2933 2997 2004-10-24 Jason Rumney <jasonr@gnu.org> 2934 2998 2935 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up2999 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up 2936 3000 and wheel-down. 2937 3001 … … 3162 3226 (Deleting Frames): Correct description of `delete-frame'. 3163 3227 Non-nil return values of `frame-live-p' are like those of `framep'. 3164 (Frames and Windows): mention return value of3228 (Frames and Windows): Mention return value of 3165 3229 `set-frame-selected-window'. 3166 3230 (Visibility of Frames): Mention `force' argument to … … 3489 3553 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org> 3490 3554 3491 * customize.texi: Fix typo. Remove eol whitespace.3555 * customize.texi: Fix typo. Remove eol whitespace. 3492 3556 3493 3557 2004-03-04 Richard M. Stallman <rms@gnu.org> … … 3525 3589 (User-Level Deletion): Mention optional BACKWARD-ONLY argument 3526 3590 to delete-horizontal-space. 3527 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct3591 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct 3528 3592 description of yank-handler text property at various places. 3529 3593 … … 4552 4616 4553 4617 * customize.texi (Simple Types): Clarify description of custom 4554 type 'number. Describe new custom type 'float.4618 type 'number. Describe new custom type 'float. 4555 4619 4556 4620 2002-12-04 Markus Rost <rost@math.ohio-state.edu> … … 5082 5146 5083 5147 * Applied Karl Berry's patches to *.texinfo files, but not to 5084 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's5148 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's 5085 5149 new title page format is also not applied, since it requires 5086 5150 texinfo.tex changes.)
