/[emacs]/emacs/lispref/ChangeLog
ViewVC logotype

Diff of /emacs/lispref/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.406 by teirllm, Fri Jun 10 15:43:48 2005 UTC revision 1.407 by monnier, Fri Jun 10 22:20:25 2005 UTC
# Line 1  Line 1 
1    2005-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2    
3            * syntax.texi (Parsing Expressions): Document syntax-ppss.
4    
5  2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>  2005-06-10  Luc Teirlinck  <teirllm@auburn.edu>
6    
7          * debugging.texi (Error Debugging): Minor rewording.          * debugging.texi (Error Debugging): Minor rewording.
# Line 6  Line 10 
10    
11  2005-06-10  Lute Kamstra  <lute@gnu.org>  2005-06-10  Lute Kamstra  <lute@gnu.org>
12    
13          * elisp.texi: Use EMACSVER to refer to the current version of          * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
         Emacs.  
14          (Top): Give it a title.  Correct version number.  Give the          (Top): Give it a title.  Correct version number.  Give the
15          detailed node listing a more prominent header.          detailed node listing a more prominent header.
16          * intro.texi: Don't set VERSION here a second time.  Mention          * intro.texi: Don't set VERSION here a second time.
17          Emacs' version too.          Mention Emacs's version too.
18          * anti.texi (Antinews): Use EMACSVER to refer to the current          * anti.texi (Antinews): Use EMACSVER to refer to the current
19          version of Emacs.          version of Emacs.
20    
# Line 95  Line 98 
98    
99  2005-05-21  Eli Zaretskii  <eliz@gnu.org>  2005-05-21  Eli Zaretskii  <eliz@gnu.org>
100    
101          * files.texi (Locating Files): New subsection.  Describe          * files.texi (Locating Files): New subsection.
102          locate-file and executable-find.          Describe locate-file and executable-find.
103    
104  2005-05-21  Kevin Ryde  <user42@zip.com.au>  2005-05-21  Kevin Ryde  <user42@zip.com.au>
105    
# Line 111  Line 114 
114          (Major Mode Conventions): Refer to `Auto Major Mode' in more          (Major Mode Conventions): Refer to `Auto Major Mode' in more
115          appropriate place.          appropriate place.
116          (Derived Modes): Small clarifications.          (Derived Modes): Small clarifications.
117          (Minor Mode Conventions, Keymaps and Minor Modes): Replace          (Minor Mode Conventions, Keymaps and Minor Modes):
118          references to nodes with references to anchors.          Replace references to nodes with references to anchors.
119          (Mode Line Data): Warn that `(:eval FORM)' should not load any files.          (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
120          Clarify description of lists whose first element is an integer.          Clarify description of lists whose first element is an integer.
121          (Mode Line Variables): Add anchor.          (Mode Line Variables): Add anchor.
# Line 264  Line 267 
267          (Font Lock Basics): Say that font-lock-defaults is buffer-local          (Font Lock Basics): Say that font-lock-defaults is buffer-local
268          when set and that some parts are optional.  Add cross references.          when set and that some parts are optional.  Add cross references.
269          (Search-based Fontification): Say how to specify font-lock-keywords.          (Search-based Fontification): Say how to specify font-lock-keywords.
270          Add cross references.  Add font-lock-multiline to index.  Move          Add cross references.  Add font-lock-multiline to index.
271          font-lock-keywords-case-fold-search here from node "Other Font          Move font-lock-keywords-case-fold-search here from node "Other Font
272          Lock Variables".  Document font-lock-add-keywords and          Lock Variables".  Document font-lock-add-keywords and
273          font-lock-remove-keywords          font-lock-remove-keywords.
274          (Other Font Lock Variables): Move font-lock-keywords-only,          (Other Font Lock Variables): Move font-lock-keywords-only,
275          font-lock-syntax-table, font-lock-beginning-of-syntax-function,          font-lock-syntax-table, font-lock-beginning-of-syntax-function,
276          and font-lock-syntactic-face-function to node "Syntactic Font          and font-lock-syntactic-face-function to node "Syntactic Font
# Line 282  Line 285 
285          and font-lock-syntactic-face-function here from node "Other Font          and font-lock-syntactic-face-function here from node "Other Font
286          Lock Variables".  Move font-lock-syntactic-keywords to "Setting          Lock Variables".  Move font-lock-syntactic-keywords to "Setting
287          Syntax Properties".  Add cross references.          Syntax Properties".  Add cross references.
288          (Setting Syntax Properties): New node.  Move          (Setting Syntax Properties): New node.
289          font-lock-syntactic-keywords here from "Syntactic Font Lock".          Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
290          * syntax.texi (Syntax Properties): Add cross reference.          * syntax.texi (Syntax Properties): Add cross reference.
291          * hooks.texi (Standard Hooks): Add Font-Lock hooks.          * hooks.texi (Standard Hooks): Add Font-Lock hooks.
292    
# Line 342  Line 345 
345    
346  2005-04-19  Kevin Ryde  <user42@zip.com.au>  2005-04-19  Kevin Ryde  <user42@zip.com.au>
347    
348          * streams.texi (Output Functions): Fix xref.          * streams.texi (Output Functions): Fix xref.
349          * strings.texi (String Conversion): Fix xref.          * strings.texi (String Conversion): Fix xref.
350    
351  2005-04-19  Kim F. Storm  <storm@cua.dk>  2005-04-19  Kim F. Storm  <storm@cua.dk>
# Line 436  Line 439 
439    
440          * markers.texi (The Mark): Document temporary Transient Mark mode.          * markers.texi (The Mark): Document temporary Transient Mark mode.
441    
442          * minibuf.texi (Reading File Names): Document          * minibuf.texi (Reading File Names):
443          read-file-name-completion-ignore-case.          Document read-file-name-completion-ignore-case.
444    
445          * positions.texi (Screen Lines): Document nil for width argument          * positions.texi (Screen Lines): Document nil for width argument
446          to compute-motion.          to compute-motion.
# Line 457  Line 460 
460          (Managing Overlays): Document remove-overlays.          (Managing Overlays): Document remove-overlays.
461          (Standard Faces): Document escape-glyph face.          (Standard Faces): Document escape-glyph face.
462    
463          * minibuf.texi (Reading File Names): Document          * minibuf.texi (Reading File Names): Document read-file-name-function.
         read-file-name-function.  
464    
465          * modes.texi (Other Font Lock Variables): Document          * modes.texi (Other Font Lock Variables):
466          font-lock-lines-before.          Document font-lock-lines-before.
467    
468          * positions.texi (Skipping Characters): skip-chars-forward allows          * positions.texi (Skipping Characters): skip-chars-forward allows
469          character classes.          character classes.
# Line 515  Line 517 
517          (Progress): Clarify.          (Progress): Clarify.
518          (Invisible Text): Explain that main loop moves point out.          (Invisible Text): Explain that main loop moves point out.
519          (Selective Display): Say "hidden", not "invisible".          (Selective Display): Say "hidden", not "invisible".
520          (Managing Overlays): Moved up.  Describe relation to Undo here.          (Managing Overlays): Move up.  Describe relation to Undo here.
521          (Overlay Properties): Clarify intro.          (Overlay Properties): Clarify intro.
522          (Finding Overlays): Explain return values when nothing found.          (Finding Overlays): Explain return values when nothing found.
523          (Width): truncate-string-to-width has added arg.          (Width): truncate-string-to-width has added arg.
524          (Displaying Faces): Clarify and update mode line face handling.          (Displaying Faces): Clarify and update mode line face handling.
525          (Face Functions): Minor cleanup.          (Face Functions): Minor cleanup.
526          (Conditional Display): Merged into Other Display Specs.          (Conditional Display): Merge into Other Display Specs.
527          (Pixel Specification, Other Display Specs): Minor cleanups.          (Pixel Specification, Other Display Specs): Minor cleanups.
528          (Images, Image Descriptors): Minor cleanups.          (Images, Image Descriptors): Minor cleanups.
529          (GIF Images): Patents have expired.          (GIF Images): Patents have expired.
530          (Showing Images): Explain default text for insert-image.          (Showing Images): Explain default text for insert-image.
531          (Manipulating Button Types): Merged into Manipulating Buttons.          (Manipulating Button Types): Merge into Manipulating Buttons.
532          (Making Buttons): Explain return values.          (Making Buttons): Explain return values.
533          (Button Buffer Commands): Add xref.          (Button Buffer Commands): Add xref.
534          (Inverse Video): Update mode-line-inverse-video.          (Inverse Video): Update mode-line-inverse-video.
# Line 886  Line 888 
888          * commands.texi (Misc Events): Describe the help-echo event.          * commands.texi (Misc Events): Describe the help-echo event.
889    
890          * text.texi (Special Properties) <help-echo>: Use `pos'          * text.texi (Special Properties) <help-echo>: Use `pos'
891          consistently in description of the help-echo property.  Use          consistently in description of the help-echo property.
892          @code{nil} instead of @var{nil}.          Use @code{nil} instead of @var{nil}.
893    
894          * display.texi (Overlay Properties): Fix the index entry for          * display.texi (Overlay Properties): Fix the index entry for
895          help-echo overlay property.          help-echo overlay property.

Legend:
Removed from v.1.406  
changed lines
  Added in v.1.407

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26