aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog146
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 @@
12006-08-27 Michael Olson <mwolson@gnu.org>
2
3 * processes.texi (Transaction Queues): Remove stray quote
4 character.
5
62006-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
112006-08-24 Chong Yidong <cyd@stupidchicken.com>
12
13 * os.texi (Timers): Avoid waiting inside timers.
14
152006-08-21 Lute Kamstra <lute@gnu.org>
16
17 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
18
192006-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
262006-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
342006-08-15 Chong Yidong <cyd@stupidchicken.com>
35
36 * commands.texi (Reading One Event): Explain idleness in
37 `read-event'.
38
392006-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
572006-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
632006-08-08 Richard Stallman <rms@gnu.org>
64
65 * modes.texi: Clean up wording in previous change.
66
672006-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
802006-08-04 Eli Zaretskii <eliz@gnu.org>
81
82 * strings.texi (Formatting Strings): Warn against arbitrary
83 strings as first arg to `format'.
84
852006-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
902006-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
1072006-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
1132006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
114
115 * text.texi (Fields): Mention POS
116 requirement when narrowing is in effect.
117
1182006-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
12006-07-28 Kim F. Storm <storm@cua.dk> 1272006-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
2532006-07-05 Thien-Thi Nguyen <ttn@gnu.org> 3792006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
254 380
@@ -325,7 +451,7 @@
325 451
3262006-06-09 Aidan Kehoe <kehoea@parhasard.net> 4522006-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
3312006-06-07 Eli Zaretskii <eliz@gnu.org> 4572006-06-07 Eli Zaretskii <eliz@gnu.org>
@@ -637,7 +763,7 @@
6372006-04-13 Bill Wohler <wohler@newt.com> 7632006-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
6432006-04-12 Bill Wohler <wohler@newt.com> 7692006-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
29332004-10-24 Jason Rumney <jasonr@gnu.org> 30592004-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
29382004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> 30642004-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
34892004-03-07 Thien-Thi Nguyen <ttn@gnu.org> 36152004-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
34932004-03-04 Richard M. Stallman <rms@gnu.org> 36192004-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
45562002-12-04 Markus Rost <rost@math.ohio-state.edu> 46822002-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)
5081Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) 5207Tue 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