aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog120
1 files changed, 99 insertions, 21 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 6742080bd03..d1df2e17667 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,82 @@
12005-06-15 Kim F. Storm <storm@cua.dk>
2
3 * searching.texi (Entire Match Data): Rephrase warnings about
4 evaporate arg to match-data and set-match-data.
5
62005-06-14 Luc Teirlinck <teirllm@auburn.edu>
7
8 * elisp.texi (Top): Update detailed menu.
9
10 * edebug.texi (Edebug): Update menu.
11 (Instrumenting): Update xrefs.
12 (Edebug Execution Modes): Correct xref.
13 (Jumping): Clarify description of `h' command.
14 Eliminate redundant @ref.
15 (Breaks): New node.
16 (Breakpoints): is now a subsubsection.
17 (Global Break Condition): Mention `C-x X X'.
18 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
19 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
20 (Edebug Display Update): Correct pxref.
21 (Edebug and Macros): New node.
22 (Instrumenting Macro Calls): Is now a subsubsection.
23 Neither arg of `def-edebug-spec' is evaluated.
24 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
25 (Specification Examples): Fix typo.
26
272005-06-14 Lute Kamstra <lute@gnu.org>
28
29 * debugging.texi (Function Debugging): Primitives can break on
30 entry too.
31
322005-06-14 Kim F. Storm <storm@cua.dk>
33
34 * variables.texi (Setting Variables): Add add-to-ordered-list.
35
362005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * syntax.texi (Parsing Expressions): Document aux functions and vars of
39 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
40
412005-06-13 Lute Kamstra <lute@gnu.org>
42
43 * text.texi (Special Properties): Fix cross reference.
44
452005-06-11 Luc Teirlinck <teirllm@auburn.edu>
46
47 * debugging.texi (Function Debugging): Delete mention of empty
48 string argument to `cancel-debug-on-entry'. Delete inaccurate
49 description of the return value of that command.
50
512005-06-11 Alan Mackenzie <acm@muc.de>
52
53 * text.texi (Adaptive Fill): Amplify the description of
54 fill-context-prefix.
55
562005-06-10 Luc Teirlinck <teirllm@auburn.edu>
57
58 * syntax.texi (Parsing Exprssions): Fix Texinfo error.
59
602005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * syntax.texi (Parsing Expressions): Document syntax-ppss.
63
642005-06-10 Luc Teirlinck <teirllm@auburn.edu>
65
66 * debugging.texi (Error Debugging): Minor rewording.
67 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
68 is optional.
69
702005-06-10 Lute Kamstra <lute@gnu.org>
71
72 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
73 (Top): Give it a title. Correct version number. Give the
74 detailed node listing a more prominent header.
75 * intro.texi: Don't set VERSION here a second time.
76 Mention Emacs's version too.
77 * anti.texi (Antinews): Use EMACSVER to refer to the current
78 version of Emacs.
79
12005-06-09 Kim F. Storm <storm@cua.dk> 802005-06-09 Kim F. Storm <storm@cua.dk>
2 81
3 * searching.texi (Entire Match Data): Explain new `reseat' argument to 82 * searching.texi (Entire Match Data): Explain new `reseat' argument to
@@ -78,8 +157,8 @@
78 157
792005-05-21 Eli Zaretskii <eliz@gnu.org> 1582005-05-21 Eli Zaretskii <eliz@gnu.org>
80 159
81 * files.texi (Locating Files): New subsection. Describe 160 * files.texi (Locating Files): New subsection.
82 locate-file and executable-find. 161 Describe locate-file and executable-find.
83 162
842005-05-21 Kevin Ryde <user42@zip.com.au> 1632005-05-21 Kevin Ryde <user42@zip.com.au>
85 164
@@ -94,8 +173,8 @@
94 (Major Mode Conventions): Refer to `Auto Major Mode' in more 173 (Major Mode Conventions): Refer to `Auto Major Mode' in more
95 appropriate place. 174 appropriate place.
96 (Derived Modes): Small clarifications. 175 (Derived Modes): Small clarifications.
97 (Minor Mode Conventions, Keymaps and Minor Modes): Replace 176 (Minor Mode Conventions, Keymaps and Minor Modes):
98 references to nodes with references to anchors. 177 Replace references to nodes with references to anchors.
99 (Mode Line Data): Warn that `(:eval FORM)' should not load any files. 178 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
100 Clarify description of lists whose first element is an integer. 179 Clarify description of lists whose first element is an integer.
101 (Mode Line Variables): Add anchor. 180 (Mode Line Variables): Add anchor.
@@ -247,10 +326,10 @@
247 (Font Lock Basics): Say that font-lock-defaults is buffer-local 326 (Font Lock Basics): Say that font-lock-defaults is buffer-local
248 when set and that some parts are optional. Add cross references. 327 when set and that some parts are optional. Add cross references.
249 (Search-based Fontification): Say how to specify font-lock-keywords. 328 (Search-based Fontification): Say how to specify font-lock-keywords.
250 Add cross references. Add font-lock-multiline to index. Move 329 Add cross references. Add font-lock-multiline to index.
251 font-lock-keywords-case-fold-search here from node "Other Font 330 Move font-lock-keywords-case-fold-search here from node "Other Font
252 Lock Variables". Document font-lock-add-keywords and 331 Lock Variables". Document font-lock-add-keywords and
253 font-lock-remove-keywords 332 font-lock-remove-keywords.
254 (Other Font Lock Variables): Move font-lock-keywords-only, 333 (Other Font Lock Variables): Move font-lock-keywords-only,
255 font-lock-syntax-table, font-lock-beginning-of-syntax-function, 334 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
256 and font-lock-syntactic-face-function to node "Syntactic Font 335 and font-lock-syntactic-face-function to node "Syntactic Font
@@ -265,8 +344,8 @@
265 and font-lock-syntactic-face-function here from node "Other Font 344 and font-lock-syntactic-face-function here from node "Other Font
266 Lock Variables". Move font-lock-syntactic-keywords to "Setting 345 Lock Variables". Move font-lock-syntactic-keywords to "Setting
267 Syntax Properties". Add cross references. 346 Syntax Properties". Add cross references.
268 (Setting Syntax Properties): New node. Move 347 (Setting Syntax Properties): New node.
269 font-lock-syntactic-keywords here from "Syntactic Font Lock". 348 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
270 * syntax.texi (Syntax Properties): Add cross reference. 349 * syntax.texi (Syntax Properties): Add cross reference.
271 * hooks.texi (Standard Hooks): Add Font-Lock hooks. 350 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
272 351
@@ -325,7 +404,7 @@
325 404
3262005-04-19 Kevin Ryde <user42@zip.com.au> 4052005-04-19 Kevin Ryde <user42@zip.com.au>
327 406
328 * streams.texi (Output Functions): Fix xref. 407 * streams.texi (Output Functions): Fix xref.
329 * strings.texi (String Conversion): Fix xref. 408 * strings.texi (String Conversion): Fix xref.
330 409
3312005-04-19 Kim F. Storm <storm@cua.dk> 4102005-04-19 Kim F. Storm <storm@cua.dk>
@@ -419,8 +498,8 @@
419 498
420 * markers.texi (The Mark): Document temporary Transient Mark mode. 499 * markers.texi (The Mark): Document temporary Transient Mark mode.
421 500
422 * minibuf.texi (Reading File Names): Document 501 * minibuf.texi (Reading File Names):
423 read-file-name-completion-ignore-case. 502 Document read-file-name-completion-ignore-case.
424 503
425 * positions.texi (Screen Lines): Document nil for width argument 504 * positions.texi (Screen Lines): Document nil for width argument
426 to compute-motion. 505 to compute-motion.
@@ -440,11 +519,10 @@
440 (Managing Overlays): Document remove-overlays. 519 (Managing Overlays): Document remove-overlays.
441 (Standard Faces): Document escape-glyph face. 520 (Standard Faces): Document escape-glyph face.
442 521
443 * minibuf.texi (Reading File Names): Document 522 * minibuf.texi (Reading File Names): Document read-file-name-function.
444 read-file-name-function.
445 523
446 * modes.texi (Other Font Lock Variables): Document 524 * modes.texi (Other Font Lock Variables):
447 font-lock-lines-before. 525 Document font-lock-lines-before.
448 526
449 * positions.texi (Skipping Characters): skip-chars-forward allows 527 * positions.texi (Skipping Characters): skip-chars-forward allows
450 character classes. 528 character classes.
@@ -498,18 +576,18 @@
498 (Progress): Clarify. 576 (Progress): Clarify.
499 (Invisible Text): Explain that main loop moves point out. 577 (Invisible Text): Explain that main loop moves point out.
500 (Selective Display): Say "hidden", not "invisible". 578 (Selective Display): Say "hidden", not "invisible".
501 (Managing Overlays): Moved up. Describe relation to Undo here. 579 (Managing Overlays): Move up. Describe relation to Undo here.
502 (Overlay Properties): Clarify intro. 580 (Overlay Properties): Clarify intro.
503 (Finding Overlays): Explain return values when nothing found. 581 (Finding Overlays): Explain return values when nothing found.
504 (Width): truncate-string-to-width has added arg. 582 (Width): truncate-string-to-width has added arg.
505 (Displaying Faces): Clarify and update mode line face handling. 583 (Displaying Faces): Clarify and update mode line face handling.
506 (Face Functions): Minor cleanup. 584 (Face Functions): Minor cleanup.
507 (Conditional Display): Merged into Other Display Specs. 585 (Conditional Display): Merge into Other Display Specs.
508 (Pixel Specification, Other Display Specs): Minor cleanups. 586 (Pixel Specification, Other Display Specs): Minor cleanups.
509 (Images, Image Descriptors): Minor cleanups. 587 (Images, Image Descriptors): Minor cleanups.
510 (GIF Images): Patents have expired. 588 (GIF Images): Patents have expired.
511 (Showing Images): Explain default text for insert-image. 589 (Showing Images): Explain default text for insert-image.
512 (Manipulating Button Types): Merged into Manipulating Buttons. 590 (Manipulating Button Types): Merge into Manipulating Buttons.
513 (Making Buttons): Explain return values. 591 (Making Buttons): Explain return values.
514 (Button Buffer Commands): Add xref. 592 (Button Buffer Commands): Add xref.
515 (Inverse Video): Update mode-line-inverse-video. 593 (Inverse Video): Update mode-line-inverse-video.
@@ -869,8 +947,8 @@
869 * commands.texi (Misc Events): Describe the help-echo event. 947 * commands.texi (Misc Events): Describe the help-echo event.
870 948
871 * text.texi (Special Properties) <help-echo>: Use `pos' 949 * text.texi (Special Properties) <help-echo>: Use `pos'
872 consistently in description of the help-echo property. Use 950 consistently in description of the help-echo property.
873 @code{nil} instead of @var{nil}. 951 Use @code{nil} instead of @var{nil}.
874 952
875 * display.texi (Overlay Properties): Fix the index entry for 953 * display.texi (Overlay Properties): Fix the index entry for
876 help-echo overlay property. 954 help-echo overlay property.