comparison lispref/ChangeLog @ 63291:e7539bdc68d1

(Parsing Expressions): Document syntax-ppss.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Jun 2005 22:20:25 +0000
parents ea83efc3a1a2
children 23220d47d573
comparison
equal deleted inserted replaced
63290:01f269fcca4c 63291:e7539bdc68d1
1 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * syntax.texi (Parsing Expressions): Document syntax-ppss.
4
1 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> 5 2005-06-10 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * debugging.texi (Error Debugging): Minor rewording. 7 * debugging.texi (Error Debugging): Minor rewording.
4 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' 8 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5 is optional. 9 is optional.
6 10
7 2005-06-10 Lute Kamstra <lute@gnu.org> 11 2005-06-10 Lute Kamstra <lute@gnu.org>
8 12
9 * elisp.texi: Use EMACSVER to refer to the current version of 13 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
10 Emacs.
11 (Top): Give it a title. Correct version number. Give the 14 (Top): Give it a title. Correct version number. Give the
12 detailed node listing a more prominent header. 15 detailed node listing a more prominent header.
13 * intro.texi: Don't set VERSION here a second time. Mention 16 * intro.texi: Don't set VERSION here a second time.
14 Emacs' version too. 17 Mention Emacs's version too.
15 * anti.texi (Antinews): Use EMACSVER to refer to the current 18 * anti.texi (Antinews): Use EMACSVER to refer to the current
16 version of Emacs. 19 version of Emacs.
17 20
18 2005-06-09 Kim F. Storm <storm@cua.dk> 21 2005-06-09 Kim F. Storm <storm@cua.dk>
19 22
93 96
94 * modes.texi (Derived Modes): Clarify :group keyword. 97 * modes.texi (Derived Modes): Clarify :group keyword.
95 98
96 2005-05-21 Eli Zaretskii <eliz@gnu.org> 99 2005-05-21 Eli Zaretskii <eliz@gnu.org>
97 100
98 * files.texi (Locating Files): New subsection. Describe 101 * files.texi (Locating Files): New subsection.
99 locate-file and executable-find. 102 Describe locate-file and executable-find.
100 103
101 2005-05-21 Kevin Ryde <user42@zip.com.au> 104 2005-05-21 Kevin Ryde <user42@zip.com.au>
102 105
103 * frames.texi (Initial Parameters): Update cross reference to 106 * frames.texi (Initial Parameters): Update cross reference to
104 "Emacs Invocation". 107 "Emacs Invocation".
109 112
110 * modes.texi (Hooks): Delete confusing and unnecessary sentence. 113 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
111 (Major Mode Conventions): Refer to `Auto Major Mode' in more 114 (Major Mode Conventions): Refer to `Auto Major Mode' in more
112 appropriate place. 115 appropriate place.
113 (Derived Modes): Small clarifications. 116 (Derived Modes): Small clarifications.
114 (Minor Mode Conventions, Keymaps and Minor Modes): Replace 117 (Minor Mode Conventions, Keymaps and Minor Modes):
115 references to nodes with references to anchors. 118 Replace references to nodes with references to anchors.
116 (Mode Line Data): Warn that `(:eval FORM)' should not load any files. 119 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
117 Clarify description of lists whose first element is an integer. 120 Clarify description of lists whose first element is an integer.
118 (Mode Line Variables): Add anchor. 121 (Mode Line Variables): Add anchor.
119 (%-Constructs): Clarify description of integer after %. 122 (%-Constructs): Clarify description of integer after %.
120 (Emulating Mode Line): Describe nil value for FACE. 123 (Emulating Mode Line): Describe nil value for FACE.
262 * modes.texi (Defining Minor Modes): Fix previous change. 265 * modes.texi (Defining Minor Modes): Fix previous change.
263 (Font Lock Mode): Simplify. 266 (Font Lock Mode): Simplify.
264 (Font Lock Basics): Say that font-lock-defaults is buffer-local 267 (Font Lock Basics): Say that font-lock-defaults is buffer-local
265 when set and that some parts are optional. Add cross references. 268 when set and that some parts are optional. Add cross references.
266 (Search-based Fontification): Say how to specify font-lock-keywords. 269 (Search-based Fontification): Say how to specify font-lock-keywords.
267 Add cross references. Add font-lock-multiline to index. Move 270 Add cross references. Add font-lock-multiline to index.
268 font-lock-keywords-case-fold-search here from node "Other Font 271 Move font-lock-keywords-case-fold-search here from node "Other Font
269 Lock Variables". Document font-lock-add-keywords and 272 Lock Variables". Document font-lock-add-keywords and
270 font-lock-remove-keywords 273 font-lock-remove-keywords.
271 (Other Font Lock Variables): Move font-lock-keywords-only, 274 (Other Font Lock Variables): Move font-lock-keywords-only,
272 font-lock-syntax-table, font-lock-beginning-of-syntax-function, 275 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
273 and font-lock-syntactic-face-function to node "Syntactic Font 276 and font-lock-syntactic-face-function to node "Syntactic Font
274 Lock". Move font-lock-keywords-case-fold-search to node 277 Lock". Move font-lock-keywords-case-fold-search to node
275 "Search-based Fontification". Document font-lock-inhibit-thing-lock 278 "Search-based Fontification". Document font-lock-inhibit-thing-lock
280 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, 283 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
281 font-lock-syntax-table, font-lock-beginning-of-syntax-function, 284 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
282 and font-lock-syntactic-face-function here from node "Other Font 285 and font-lock-syntactic-face-function here from node "Other Font
283 Lock Variables". Move font-lock-syntactic-keywords to "Setting 286 Lock Variables". Move font-lock-syntactic-keywords to "Setting
284 Syntax Properties". Add cross references. 287 Syntax Properties". Add cross references.
285 (Setting Syntax Properties): New node. Move 288 (Setting Syntax Properties): New node.
286 font-lock-syntactic-keywords here from "Syntactic Font Lock". 289 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
287 * syntax.texi (Syntax Properties): Add cross reference. 290 * syntax.texi (Syntax Properties): Add cross reference.
288 * hooks.texi (Standard Hooks): Add Font-Lock hooks. 291 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
289 292
290 2005-04-26 Richard M. Stallman <rms@gnu.org> 293 2005-04-26 Richard M. Stallman <rms@gnu.org>
291 294
340 * modes.texi (Search-based Fontification): Explain that 343 * modes.texi (Search-based Fontification): Explain that
341 facespec is an expression to be evaluated. 344 facespec is an expression to be evaluated.
342 345
343 2005-04-19 Kevin Ryde <user42@zip.com.au> 346 2005-04-19 Kevin Ryde <user42@zip.com.au>
344 347
345 * streams.texi (Output Functions): Fix xref. 348 * streams.texi (Output Functions): Fix xref.
346 * strings.texi (String Conversion): Fix xref. 349 * strings.texi (String Conversion): Fix xref.
347 350
348 2005-04-19 Kim F. Storm <storm@cua.dk> 351 2005-04-19 Kim F. Storm <storm@cua.dk>
349 352
350 * symbols.texi (Symbol Plists): Add safe-get. 353 * symbols.texi (Symbol Plists): Add safe-get.
434 (Scroll Bars): Fix description of vertical-scroll-bars. 437 (Scroll Bars): Fix description of vertical-scroll-bars.
435 Document frame-current-scroll-bars and window-current-scroll-bars. 438 Document frame-current-scroll-bars and window-current-scroll-bars.
436 439
437 * markers.texi (The Mark): Document temporary Transient Mark mode. 440 * markers.texi (The Mark): Document temporary Transient Mark mode.
438 441
439 * minibuf.texi (Reading File Names): Document 442 * minibuf.texi (Reading File Names):
440 read-file-name-completion-ignore-case. 443 Document read-file-name-completion-ignore-case.
441 444
442 * positions.texi (Screen Lines): Document nil for width argument 445 * positions.texi (Screen Lines): Document nil for width argument
443 to compute-motion. 446 to compute-motion.
444 447
445 2005-03-23 Kim F. Storm <storm@cua.dk> 448 2005-03-23 Kim F. Storm <storm@cua.dk>
455 * display.texi (Invisible Text): State default value of 458 * display.texi (Invisible Text): State default value of
456 line-move-ignore-invisible. 459 line-move-ignore-invisible.
457 (Managing Overlays): Document remove-overlays. 460 (Managing Overlays): Document remove-overlays.
458 (Standard Faces): Document escape-glyph face. 461 (Standard Faces): Document escape-glyph face.
459 462
460 * minibuf.texi (Reading File Names): Document 463 * minibuf.texi (Reading File Names): Document read-file-name-function.
461 read-file-name-function. 464
462 465 * modes.texi (Other Font Lock Variables):
463 * modes.texi (Other Font Lock Variables): Document 466 Document font-lock-lines-before.
464 font-lock-lines-before.
465 467
466 * positions.texi (Skipping Characters): skip-chars-forward allows 468 * positions.texi (Skipping Characters): skip-chars-forward allows
467 character classes. 469 character classes.
468 470
469 2005-03-18 Lute Kamstra <lute@gnu.org> 471 2005-03-18 Lute Kamstra <lute@gnu.org>
513 (The Echo Area): Clarify the uses of the echo area. 515 (The Echo Area): Clarify the uses of the echo area.
514 Add max-mini-window-height. 516 Add max-mini-window-height.
515 (Progress): Clarify. 517 (Progress): Clarify.
516 (Invisible Text): Explain that main loop moves point out. 518 (Invisible Text): Explain that main loop moves point out.
517 (Selective Display): Say "hidden", not "invisible". 519 (Selective Display): Say "hidden", not "invisible".
518 (Managing Overlays): Moved up. Describe relation to Undo here. 520 (Managing Overlays): Move up. Describe relation to Undo here.
519 (Overlay Properties): Clarify intro. 521 (Overlay Properties): Clarify intro.
520 (Finding Overlays): Explain return values when nothing found. 522 (Finding Overlays): Explain return values when nothing found.
521 (Width): truncate-string-to-width has added arg. 523 (Width): truncate-string-to-width has added arg.
522 (Displaying Faces): Clarify and update mode line face handling. 524 (Displaying Faces): Clarify and update mode line face handling.
523 (Face Functions): Minor cleanup. 525 (Face Functions): Minor cleanup.
524 (Conditional Display): Merged into Other Display Specs. 526 (Conditional Display): Merge into Other Display Specs.
525 (Pixel Specification, Other Display Specs): Minor cleanups. 527 (Pixel Specification, Other Display Specs): Minor cleanups.
526 (Images, Image Descriptors): Minor cleanups. 528 (Images, Image Descriptors): Minor cleanups.
527 (GIF Images): Patents have expired. 529 (GIF Images): Patents have expired.
528 (Showing Images): Explain default text for insert-image. 530 (Showing Images): Explain default text for insert-image.
529 (Manipulating Button Types): Merged into Manipulating Buttons. 531 (Manipulating Button Types): Merge into Manipulating Buttons.
530 (Making Buttons): Explain return values. 532 (Making Buttons): Explain return values.
531 (Button Buffer Commands): Add xref. 533 (Button Buffer Commands): Add xref.
532 (Inverse Video): Update mode-line-inverse-video. 534 (Inverse Video): Update mode-line-inverse-video.
533 (Display Table Format): Clarify. 535 (Display Table Format): Clarify.
534 (Active Display Table): Give defaults for window-display-table. 536 (Active Display Table): Give defaults for window-display-table.
884 2005-01-29 Eli Zaretskii <eliz@gnu.org> 886 2005-01-29 Eli Zaretskii <eliz@gnu.org>
885 887
886 * commands.texi (Misc Events): Describe the help-echo event. 888 * commands.texi (Misc Events): Describe the help-echo event.
887 889
888 * text.texi (Special Properties) <help-echo>: Use `pos' 890 * text.texi (Special Properties) <help-echo>: Use `pos'
889 consistently in description of the help-echo property. Use 891 consistently in description of the help-echo property.
890 @code{nil} instead of @var{nil}. 892 Use @code{nil} instead of @var{nil}.
891 893
892 * display.texi (Overlay Properties): Fix the index entry for 894 * display.texi (Overlay Properties): Fix the index entry for
893 help-echo overlay property. 895 help-echo overlay property.
894 896
895 * customize.texi (Type Keywords): Uncomment the xref to the 897 * customize.texi (Type Keywords): Uncomment the xref to the