aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog79
1 files changed, 69 insertions, 10 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f64f9eb56df..d09689ce637 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,62 @@
12006-08-16 Richard Stallman <rms@gnu.org>
2
3 * keymaps.texi (Extended Menu Items): Show format of cached
4 bindings in extended menu items.
5
6 * customize.texi (Variable Definitions): Explain when the
7 standard value expression is evaluated.
8
92006-08-15 Chong Yidong <cyd@stupidchicken.com>
10
11 * commands.texi (Reading One Event): Explain idleness in
12 `read-event'.
13
142006-08-12 Chong Yidong <cyd@stupidchicken.com>
15
16 * text.texi (Near Point): Say "cursor" not "terminal cursor".
17 (Commands for Insertion): Removed split-line since it's not
18 relevant for Lisp programming.
19 (Yank Commands): Rewrite introduction.
20 (Undo): Clarify.
21 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
22 (Filling): Remove redundant comment. Clarify return value of
23 current-justification.
24 (Margins): Minor clarifications.
25 (Adaptive Fill): Update default value of adaptive-fill-regexp.
26 (Sorting): Update definition of sort-lines.
27 (Columns): Clarify behavior of sort-columns.
28 (Indent Tabs): Link to Tab Stops in Emacs manual.
29 (Special Properties): Clarify.
30 (Clickable Text): Mention Buttons package.
31
322006-08-12 Kevin Ryde <user42@zip.com.au>
33
34 * os.texi (Time Parsing): Add %z to description of
35 format-time-string, as per docstring. Add cross reference to
36 glibc manual for strftime.
37
382006-08-08 Richard Stallman <rms@gnu.org>
39
40 * modes.texi: Clean up wording in previous change.
41
422006-08-07 Chong Yidong <cyd@stupidchicken.com>
43
44 * modes.texi (Hooks): Clarify.
45 (Major Mode Basics): Mention define-derived-mode explicitly.
46 (Major Mode Conventions): Rebinding RET is OK for some modes.
47 Mention change-major-mode-hook and after-change-major-mode-hook.
48 (Example Major Modes): Moved to end of Modes section.
49 (Mode Line Basics): Clarify.
50 (Mode Line Data): Mention help-echo and local-map in strings.
51 Explain reason for treatment of non-risky variables.
52 (Properties in Mode): Clarify.
53 (Faces for Font Lock): Add font-lock-negation-char-face.
54
552006-08-04 Eli Zaretskii <eliz@gnu.org>
56
57 * strings.texi (Formatting Strings): Warn against arbitrary
58 strings as first arg to `format'.
59
12006-07-31 Thien-Thi Nguyen <ttn@gnu.org> 602006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2 61
3 * text.texi (Clickable Text): Mention `help-echo' text property. 62 * text.texi (Clickable Text): Mention `help-echo' text property.
@@ -290,7 +349,7 @@
290 349
291 * anti.texi, customize.texi, display.texi, internals.texi: 350 * anti.texi, customize.texi, display.texi, internals.texi:
292 * minibuf.texi, modes.texi, tips.texi: 351 * minibuf.texi, modes.texi, tips.texi:
293 Fix overfull/underfull boxes. 352 Fix overfull/underfull boxes.
294 353
2952006-07-05 Thien-Thi Nguyen <ttn@gnu.org> 3542006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
296 355
@@ -367,7 +426,7 @@
367 426
3682006-06-09 Aidan Kehoe <kehoea@parhasard.net> 4272006-06-09 Aidan Kehoe <kehoea@parhasard.net>
369 428
370 * objects.texi (Character Type): Describe the\uABCD and \U00ABCDEF 429 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
371 syntax. 430 syntax.
372 431
3732006-06-07 Eli Zaretskii <eliz@gnu.org> 4322006-06-07 Eli Zaretskii <eliz@gnu.org>
@@ -679,7 +738,7 @@
6792006-04-13 Bill Wohler <wohler@newt.com> 7382006-04-13 Bill Wohler <wohler@newt.com>
680 739
681 * customize.texi (Common Keywords): Use dotted notation for 740 * customize.texi (Common Keywords): Use dotted notation for
682 :package-version value. Specify its values. Improve documentation 741 :package-version value. Specify its values. Improve documentation
683 for customize-package-emacs-version-alist. 742 for customize-package-emacs-version-alist.
684 743
6852006-04-12 Bill Wohler <wohler@newt.com> 7442006-04-12 Bill Wohler <wohler@newt.com>
@@ -1724,7 +1783,7 @@
1724 (Jumping): Clarify description of `h' command. 1783 (Jumping): Clarify description of `h' command.
1725 Eliminate redundant @ref. 1784 Eliminate redundant @ref.
1726 (Breaks): New node. 1785 (Breaks): New node.
1727 (Breakpoints): is now a subsubsection. 1786 (Breakpoints): Is now a subsubsection.
1728 (Global Break Condition): Mention `C-x X X'. 1787 (Global Break Condition): Mention `C-x X X'.
1729 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. 1788 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
1730 (Trace Buffer): Clarify STRING arg of `edebug-tracing'. 1789 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
@@ -2974,7 +3033,7 @@
2974 3033
29752004-10-24 Jason Rumney <jasonr@gnu.org> 30342004-10-24 Jason Rumney <jasonr@gnu.org>
2976 3035
2977 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up 3036 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
2978 and wheel-down. 3037 and wheel-down.
2979 3038
29802004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> 30392004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
@@ -3203,7 +3262,7 @@
3203 except while processing `frame-title-format' or `icon-title-format'. 3262 except while processing `frame-title-format' or `icon-title-format'.
3204 (Deleting Frames): Correct description of `delete-frame'. 3263 (Deleting Frames): Correct description of `delete-frame'.
3205 Non-nil return values of `frame-live-p' are like those of `framep'. 3264 Non-nil return values of `frame-live-p' are like those of `framep'.
3206 (Frames and Windows): mention return value of 3265 (Frames and Windows): Mention return value of
3207 `set-frame-selected-window'. 3266 `set-frame-selected-window'.
3208 (Visibility of Frames): Mention `force' argument to 3267 (Visibility of Frames): Mention `force' argument to
3209 `make-frame-invisible'. `frame-visible-p' returns t for all 3268 `make-frame-invisible'. `frame-visible-p' returns t for all
@@ -3530,7 +3589,7 @@
3530 3589
35312004-03-07 Thien-Thi Nguyen <ttn@gnu.org> 35902004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
3532 3591
3533 * customize.texi: Fix typo. Remove eol whitespace. 3592 * customize.texi: Fix typo. Remove eol whitespace.
3534 3593
35352004-03-04 Richard M. Stallman <rms@gnu.org> 35942004-03-04 Richard M. Stallman <rms@gnu.org>
3536 3595
@@ -3566,7 +3625,7 @@
3566 * text.texi: Various small changes in addition to the following: 3625 * text.texi: Various small changes in addition to the following:
3567 (User-Level Deletion): Mention optional BACKWARD-ONLY argument 3626 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
3568 to delete-horizontal-space. 3627 to delete-horizontal-space.
3569 (Kill Functions, Yanking, Low-Level Kill Ring): clarify and correct 3628 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
3570 description of yank-handler text property at various places. 3629 description of yank-handler text property at various places.
3571 3630
3572 * frames.texi (Window System Selections): Add anchor. 3631 * frames.texi (Window System Selections): Add anchor.
@@ -4593,7 +4652,7 @@
4593 * loading.texi (Unloading): Fix recent change for load-history. 4652 * loading.texi (Unloading): Fix recent change for load-history.
4594 4653
4595 * customize.texi (Simple Types): Clarify description of custom 4654 * customize.texi (Simple Types): Clarify description of custom
4596 type 'number. Describe new custom type 'float. 4655 type 'number. Describe new custom type 'float.
4597 4656
45982002-12-04 Markus Rost <rost@math.ohio-state.edu> 46572002-12-04 Markus Rost <rost@math.ohio-state.edu>
4599 4658
@@ -5123,7 +5182,7 @@ Mon Apr 17 18:56:50 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5123Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) 5182Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
5124 5183
5125 * Applied Karl Berry's patches to *.texinfo files, but not to 5184 * Applied Karl Berry's patches to *.texinfo files, but not to
5126 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's 5185 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
5127 new title page format is also not applied, since it requires 5186 new title page format is also not applied, since it requires
5128 texinfo.tex changes.) 5187 texinfo.tex changes.)
5129 5188