diff options
| author | Karoly Lorentey | 2006-10-14 16:56:21 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-10-14 16:56:21 +0000 |
| commit | 3f87f67ee215ffeecbd2f53bd7f342cdf03f47df (patch) | |
| tree | 16f2af9111af08a94d608d96a957f5c3ec5effcc /lispref/ChangeLog | |
| parent | 350e4fb815d7413ef6d339dd664014706f742927 (diff) | |
| parent | 7a210b69c7f92650c524766d1b9d3f3eefdd67c7 (diff) | |
| download | emacs-3f87f67ee215ffeecbd2f53bd7f342cdf03f47df.tar.gz emacs-3f87f67ee215ffeecbd2f53bd7f342cdf03f47df.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-371
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-372
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-373
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-374
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-375
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-376
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-377
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-378
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-379
Merge from erc--emacs--21
* emacs@sv.gnu.org/emacs--devo--0--patch-380
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-381
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-382
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-383
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-384
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-385
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-386
Update from erc--emacs--22
* emacs@sv.gnu.org/emacs--devo--0--patch-387
Fix ERC bug introduced in last patch
* emacs@sv.gnu.org/emacs--devo--0--patch-388
Update from erc--emacs--22
* emacs@sv.gnu.org/emacs--devo--0--patch-389
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-390
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-391
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-392
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-393
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-394
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-395
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-396
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-397
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-398
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-399
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-400
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-401
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-402
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-403
Rcirc update from Ryan Yeske
* emacs@sv.gnu.org/emacs--devo--0--patch-404
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-405
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-406
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-407
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-408
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-409
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-410
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-411
Miscellaneous tq-related fixes.
* emacs@sv.gnu.org/emacs--devo--0--patch-412
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-121
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-122
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-123
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-124
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-125
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-126
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-127
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-581
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 146 |
1 files changed, 136 insertions, 10 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 09757fca10b..cc3ccac3c7a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,129 @@ | |||
| 1 | 2006-08-27 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * processes.texi (Transaction Queues): Remove stray quote | ||
| 4 | character. | ||
| 5 | |||
| 6 | 2006-08-25 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. | ||
| 9 | Add xref. | ||
| 10 | |||
| 11 | 2006-08-24 Chong Yidong <cyd@stupidchicken.com> | ||
| 12 | |||
| 13 | * os.texi (Timers): Avoid waiting inside timers. | ||
| 14 | |||
| 15 | 2006-08-21 Lute Kamstra <lute@gnu.org> | ||
| 16 | |||
| 17 | * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi. | ||
| 18 | |||
| 19 | 2006-08-20 Richard Stallman <rms@gnu.org> | ||
| 20 | |||
| 21 | * os.texi (Idle Timers): New node, split out from Timers. | ||
| 22 | Document current-idle-time. | ||
| 23 | * commands.texi (Reading One Event): Update xref. | ||
| 24 | * elisp.texi (Top): Update subnode menu. | ||
| 25 | |||
| 26 | 2006-08-16 Richard Stallman <rms@gnu.org> | ||
| 27 | |||
| 28 | * keymaps.texi (Extended Menu Items): Show format of cached | ||
| 29 | bindings in extended menu items. | ||
| 30 | |||
| 31 | * customize.texi (Variable Definitions): Explain when the | ||
| 32 | standard value expression is evaluated. | ||
| 33 | |||
| 34 | 2006-08-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 35 | |||
| 36 | * commands.texi (Reading One Event): Explain idleness in | ||
| 37 | `read-event'. | ||
| 38 | |||
| 39 | 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 40 | |||
| 41 | * text.texi (Near Point): Say "cursor" not "terminal cursor". | ||
| 42 | (Commands for Insertion): Removed split-line since it's not | ||
| 43 | relevant for Lisp programming. | ||
| 44 | (Yank Commands): Rewrite introduction. | ||
| 45 | (Undo): Clarify. | ||
| 46 | (Maintaining Undo): Clarify. Document undo-ask-before-discard. | ||
| 47 | (Filling): Remove redundant comment. Clarify return value of | ||
| 48 | current-justification. | ||
| 49 | (Margins): Minor clarifications. | ||
| 50 | (Adaptive Fill): Update default value of adaptive-fill-regexp. | ||
| 51 | (Sorting): Update definition of sort-lines. | ||
| 52 | (Columns): Clarify behavior of sort-columns. | ||
| 53 | (Indent Tabs): Link to Tab Stops in Emacs manual. | ||
| 54 | (Special Properties): Clarify. | ||
| 55 | (Clickable Text): Mention Buttons package. | ||
| 56 | |||
| 57 | 2006-08-12 Kevin Ryde <user42@zip.com.au> | ||
| 58 | |||
| 59 | * os.texi (Time Parsing): Add %z to description of | ||
| 60 | format-time-string, as per docstring. Add cross reference to | ||
| 61 | glibc manual for strftime. | ||
| 62 | |||
| 63 | 2006-08-08 Richard Stallman <rms@gnu.org> | ||
| 64 | |||
| 65 | * modes.texi: Clean up wording in previous change. | ||
| 66 | |||
| 67 | 2006-08-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 68 | |||
| 69 | * modes.texi (Hooks): Clarify. | ||
| 70 | (Major Mode Basics): Mention define-derived-mode explicitly. | ||
| 71 | (Major Mode Conventions): Rebinding RET is OK for some modes. | ||
| 72 | Mention change-major-mode-hook and after-change-major-mode-hook. | ||
| 73 | (Example Major Modes): Moved to end of Modes section. | ||
| 74 | (Mode Line Basics): Clarify. | ||
| 75 | (Mode Line Data): Mention help-echo and local-map in strings. | ||
| 76 | Explain reason for treatment of non-risky variables. | ||
| 77 | (Properties in Mode): Clarify. | ||
| 78 | (Faces for Font Lock): Add font-lock-negation-char-face. | ||
| 79 | |||
| 80 | 2006-08-04 Eli Zaretskii <eliz@gnu.org> | ||
| 81 | |||
| 82 | * strings.texi (Formatting Strings): Warn against arbitrary | ||
| 83 | strings as first arg to `format'. | ||
| 84 | |||
| 85 | 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 86 | |||
| 87 | * text.texi (Clickable Text): Mention `help-echo' text property. | ||
| 88 | Update intro, examples and associated explanations. | ||
| 89 | |||
| 90 | 2006-07-31 Richard Stallman <rms@gnu.org> | ||
| 91 | |||
| 92 | * commands.texi: Update xrefs. | ||
| 93 | (Event Mod): New node, cut out from old Translating Input. | ||
| 94 | |||
| 95 | * maps.texi: Update xrefs. | ||
| 96 | |||
| 97 | * keymaps.texi (Translation Keymaps): New node. | ||
| 98 | Update xrefs from Translating Input to Translation Keymaps. | ||
| 99 | |||
| 100 | * elisp.texi (Top): Update subnode menu. | ||
| 101 | |||
| 102 | * display.texi (Face Functions): Fix explanations of FRAME=t or nil. | ||
| 103 | |||
| 104 | * os.texi (System Interface): Fix menu descriptions of some nodes. | ||
| 105 | (Translating Input): Node deleted. | ||
| 106 | |||
| 107 | 2006-07-31 Nick Roberts <nickrob@snap.net.nz> | ||
| 108 | |||
| 109 | * modes.texi (Minor Mode Conventions): Update link for add-to-list. | ||
| 110 | |||
| 111 | * lists.texi (Sets And Lists): Likewise. | ||
| 112 | |||
| 113 | 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 114 | |||
| 115 | * text.texi (Fields): Mention POS | ||
| 116 | requirement when narrowing is in effect. | ||
| 117 | |||
| 118 | 2006-07-28 Richard Stallman <rms@gnu.org> | ||
| 119 | |||
| 120 | * display.texi (Face Attributes): Simplify wording. | ||
| 121 | (Attribute Functions): Clarify meaning of new-frame default | ||
| 122 | attribute settings. | ||
| 123 | |||
| 124 | * customize.texi (Common Keywords): Document how to use | ||
| 125 | :package-version in a package not in Emacs. | ||
| 126 | |||
| 1 | 2006-07-28 Kim F. Storm <storm@cua.dk> | 127 | 2006-07-28 Kim F. Storm <storm@cua.dk> |
| 2 | 128 | ||
| 3 | * commands.texi (Reading One Event): Fix last change. | 129 | * commands.texi (Reading One Event): Fix last change. |
| @@ -248,7 +374,7 @@ | |||
| 248 | 374 | ||
| 249 | * anti.texi, customize.texi, display.texi, internals.texi: | 375 | * anti.texi, customize.texi, display.texi, internals.texi: |
| 250 | * minibuf.texi, modes.texi, tips.texi: | 376 | * minibuf.texi, modes.texi, tips.texi: |
| 251 | Fix overfull/underfull boxes. | 377 | Fix overfull/underfull boxes. |
| 252 | 378 | ||
| 253 | 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> | 379 | 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> |
| 254 | 380 | ||
| @@ -325,7 +451,7 @@ | |||
| 325 | 451 | ||
| 326 | 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> | 452 | 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> |
| 327 | 453 | ||
| 328 | * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF | 454 | * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF |
| 329 | syntax. | 455 | syntax. |
| 330 | 456 | ||
| 331 | 2006-06-07 Eli Zaretskii <eliz@gnu.org> | 457 | 2006-06-07 Eli Zaretskii <eliz@gnu.org> |
| @@ -637,7 +763,7 @@ | |||
| 637 | 2006-04-13 Bill Wohler <wohler@newt.com> | 763 | 2006-04-13 Bill Wohler <wohler@newt.com> |
| 638 | 764 | ||
| 639 | * customize.texi (Common Keywords): Use dotted notation for | 765 | * customize.texi (Common Keywords): Use dotted notation for |
| 640 | :package-version value. Specify its values. Improve documentation | 766 | :package-version value. Specify its values. Improve documentation |
| 641 | for customize-package-emacs-version-alist. | 767 | for customize-package-emacs-version-alist. |
| 642 | 768 | ||
| 643 | 2006-04-12 Bill Wohler <wohler@newt.com> | 769 | 2006-04-12 Bill Wohler <wohler@newt.com> |
| @@ -1682,7 +1808,7 @@ | |||
| 1682 | (Jumping): Clarify description of `h' command. | 1808 | (Jumping): Clarify description of `h' command. |
| 1683 | Eliminate redundant @ref. | 1809 | Eliminate redundant @ref. |
| 1684 | (Breaks): New node. | 1810 | (Breaks): New node. |
| 1685 | (Breakpoints): is now a subsubsection. | 1811 | (Breakpoints): Is now a subsubsection. |
| 1686 | (Global Break Condition): Mention `C-x X X'. | 1812 | (Global Break Condition): Mention `C-x X X'. |
| 1687 | (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. | 1813 | (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. |
| 1688 | (Trace Buffer): Clarify STRING arg of `edebug-tracing'. | 1814 | (Trace Buffer): Clarify STRING arg of `edebug-tracing'. |
| @@ -2932,7 +3058,7 @@ | |||
| 2932 | 3058 | ||
| 2933 | 2004-10-24 Jason Rumney <jasonr@gnu.org> | 3059 | 2004-10-24 Jason Rumney <jasonr@gnu.org> |
| 2934 | 3060 | ||
| 2935 | * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up | 3061 | * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up |
| 2936 | and wheel-down. | 3062 | and wheel-down. |
| 2937 | 3063 | ||
| 2938 | 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> | 3064 | 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> |
| @@ -3161,7 +3287,7 @@ | |||
| 3161 | except while processing `frame-title-format' or `icon-title-format'. | 3287 | except while processing `frame-title-format' or `icon-title-format'. |
| 3162 | (Deleting Frames): Correct description of `delete-frame'. | 3288 | (Deleting Frames): Correct description of `delete-frame'. |
| 3163 | Non-nil return values of `frame-live-p' are like those of `framep'. | 3289 | Non-nil return values of `frame-live-p' are like those of `framep'. |
| 3164 | (Frames and Windows): mention return value of | 3290 | (Frames and Windows): Mention return value of |
| 3165 | `set-frame-selected-window'. | 3291 | `set-frame-selected-window'. |
| 3166 | (Visibility of Frames): Mention `force' argument to | 3292 | (Visibility of Frames): Mention `force' argument to |
| 3167 | `make-frame-invisible'. `frame-visible-p' returns t for all | 3293 | `make-frame-invisible'. `frame-visible-p' returns t for all |
| @@ -3488,7 +3614,7 @@ | |||
| 3488 | 3614 | ||
| 3489 | 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org> | 3615 | 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org> |
| 3490 | 3616 | ||
| 3491 | * customize.texi: Fix typo. Remove eol whitespace. | 3617 | * customize.texi: Fix typo. Remove eol whitespace. |
| 3492 | 3618 | ||
| 3493 | 2004-03-04 Richard M. Stallman <rms@gnu.org> | 3619 | 2004-03-04 Richard M. Stallman <rms@gnu.org> |
| 3494 | 3620 | ||
| @@ -3524,7 +3650,7 @@ | |||
| 3524 | * text.texi: Various small changes in addition to the following: | 3650 | * text.texi: Various small changes in addition to the following: |
| 3525 | (User-Level Deletion): Mention optional BACKWARD-ONLY argument | 3651 | (User-Level Deletion): Mention optional BACKWARD-ONLY argument |
| 3526 | to delete-horizontal-space. | 3652 | to delete-horizontal-space. |
| 3527 | (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct | 3653 | (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct |
| 3528 | description of yank-handler text property at various places. | 3654 | description of yank-handler text property at various places. |
| 3529 | 3655 | ||
| 3530 | * frames.texi (Window System Selections): Add anchor. | 3656 | * frames.texi (Window System Selections): Add anchor. |
| @@ -4551,7 +4677,7 @@ | |||
| 4551 | * loading.texi (Unloading): Fix recent change for load-history. | 4677 | * loading.texi (Unloading): Fix recent change for load-history. |
| 4552 | 4678 | ||
| 4553 | * customize.texi (Simple Types): Clarify description of custom | 4679 | * customize.texi (Simple Types): Clarify description of custom |
| 4554 | type 'number. Describe new custom type 'float. | 4680 | type 'number. Describe new custom type 'float. |
| 4555 | 4681 | ||
| 4556 | 2002-12-04 Markus Rost <rost@math.ohio-state.edu> | 4682 | 2002-12-04 Markus Rost <rost@math.ohio-state.edu> |
| 4557 | 4683 | ||
| @@ -5081,7 +5207,7 @@ Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) | |||
| 5081 | Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) | 5207 | Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
| 5082 | 5208 | ||
| 5083 | * Applied Karl Berry's patches to *.texinfo files, but not to | 5209 | * Applied Karl Berry's patches to *.texinfo files, but not to |
| 5084 | texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | 5210 | texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's |
| 5085 | new title page format is also not applied, since it requires | 5211 | new title page format is also not applied, since it requires |
| 5086 | texinfo.tex changes.) | 5212 | texinfo.tex changes.) |
| 5087 | 5213 | ||