emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lispref/ChangeLog
Date: Fri, 10 Jun 2005 18:20:25 -0400

Index: emacs/lispref/ChangeLog
diff -c emacs/lispref/ChangeLog:1.406 emacs/lispref/ChangeLog:1.407
*** emacs/lispref/ChangeLog:1.406       Fri Jun 10 15:43:48 2005
--- emacs/lispref/ChangeLog     Fri Jun 10 22:20:25 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-06-10  Stefan Monnier  <address@hidden>
+ 
+       * syntax.texi (Parsing Expressions): Document syntax-ppss.
+ 
  2005-06-10  Luc Teirlinck  <address@hidden>
  
        * debugging.texi (Error Debugging): Minor rewording.
***************
*** 6,17 ****
  
  2005-06-10  Lute Kamstra  <address@hidden>
  
!       * elisp.texi: Use EMACSVER to refer to the current version of
!       Emacs.
        (Top): Give it a title.  Correct version number.  Give the
        detailed node listing a more prominent header.
!       * intro.texi: Don't set VERSION here a second time.  Mention
!       Emacs' version too.
        * anti.texi (Antinews): Use EMACSVER to refer to the current
        version of Emacs.
  
--- 10,20 ----
  
  2005-06-10  Lute Kamstra  <address@hidden>
  
!       * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
        (Top): Give it a title.  Correct version number.  Give the
        detailed node listing a more prominent header.
!       * intro.texi: Don't set VERSION here a second time.
!       Mention Emacs's version too.
        * anti.texi (Antinews): Use EMACSVER to refer to the current
        version of Emacs.
  
***************
*** 95,102 ****
  
  2005-05-21  Eli Zaretskii  <address@hidden>
  
!       * files.texi (Locating Files): New subsection.  Describe
!       locate-file and executable-find.
  
  2005-05-21  Kevin Ryde  <address@hidden>
  
--- 98,105 ----
  
  2005-05-21  Eli Zaretskii  <address@hidden>
  
!       * files.texi (Locating Files): New subsection.
!       Describe locate-file and executable-find.
  
  2005-05-21  Kevin Ryde  <address@hidden>
  
***************
*** 111,118 ****
        (Major Mode Conventions): Refer to `Auto Major Mode' in more
        appropriate place.
        (Derived Modes): Small clarifications.
!       (Minor Mode Conventions, Keymaps and Minor Modes): Replace
!       references to nodes with references to anchors.
        (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
        Clarify description of lists whose first element is an integer.
        (Mode Line Variables): Add anchor.
--- 114,121 ----
        (Major Mode Conventions): Refer to `Auto Major Mode' in more
        appropriate place.
        (Derived Modes): Small clarifications.
!       (Minor Mode Conventions, Keymaps and Minor Modes):
!       Replace references to nodes with references to anchors.
        (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
        Clarify description of lists whose first element is an integer.
        (Mode Line Variables): Add anchor.
***************
*** 264,273 ****
        (Font Lock Basics): Say that font-lock-defaults is buffer-local
        when set and that some parts are optional.  Add cross references.
        (Search-based Fontification): Say how to specify font-lock-keywords.
!       Add cross references.  Add font-lock-multiline to index.  Move
!       font-lock-keywords-case-fold-search here from node "Other Font
        Lock Variables".  Document font-lock-add-keywords and
!       font-lock-remove-keywords
        (Other Font Lock Variables): Move font-lock-keywords-only,
        font-lock-syntax-table, font-lock-beginning-of-syntax-function,
        and font-lock-syntactic-face-function to node "Syntactic Font
--- 267,276 ----
        (Font Lock Basics): Say that font-lock-defaults is buffer-local
        when set and that some parts are optional.  Add cross references.
        (Search-based Fontification): Say how to specify font-lock-keywords.
!       Add cross references.  Add font-lock-multiline to index.
!       Move font-lock-keywords-case-fold-search here from node "Other Font
        Lock Variables".  Document font-lock-add-keywords and
!       font-lock-remove-keywords.
        (Other Font Lock Variables): Move font-lock-keywords-only,
        font-lock-syntax-table, font-lock-beginning-of-syntax-function,
        and font-lock-syntactic-face-function to node "Syntactic Font
***************
*** 282,289 ****
        and font-lock-syntactic-face-function here from node "Other Font
        Lock Variables".  Move font-lock-syntactic-keywords to "Setting
        Syntax Properties".  Add cross references.
!       (Setting Syntax Properties): New node.  Move
!       font-lock-syntactic-keywords here from "Syntactic Font Lock".
        * syntax.texi (Syntax Properties): Add cross reference.
        * hooks.texi (Standard Hooks): Add Font-Lock hooks.
  
--- 285,292 ----
        and font-lock-syntactic-face-function here from node "Other Font
        Lock Variables".  Move font-lock-syntactic-keywords to "Setting
        Syntax Properties".  Add cross references.
!       (Setting Syntax Properties): New node.
!       Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
        * syntax.texi (Syntax Properties): Add cross reference.
        * hooks.texi (Standard Hooks): Add Font-Lock hooks.
  
***************
*** 342,348 ****
  
  2005-04-19  Kevin Ryde  <address@hidden>
  
!         * streams.texi (Output Functions): Fix xref.
        * strings.texi (String Conversion): Fix xref.
  
  2005-04-19  Kim F. Storm  <address@hidden>
--- 345,351 ----
  
  2005-04-19  Kevin Ryde  <address@hidden>
  
!       * streams.texi (Output Functions): Fix xref.
        * strings.texi (String Conversion): Fix xref.
  
  2005-04-19  Kim F. Storm  <address@hidden>
***************
*** 436,443 ****
  
        * markers.texi (The Mark): Document temporary Transient Mark mode.
  
!       * minibuf.texi (Reading File Names): Document
!       read-file-name-completion-ignore-case.
  
        * positions.texi (Screen Lines): Document nil for width argument
        to compute-motion.
--- 439,446 ----
  
        * markers.texi (The Mark): Document temporary Transient Mark mode.
  
!       * minibuf.texi (Reading File Names):
!       Document read-file-name-completion-ignore-case.
  
        * positions.texi (Screen Lines): Document nil for width argument
        to compute-motion.
***************
*** 457,467 ****
        (Managing Overlays): Document remove-overlays.
        (Standard Faces): Document escape-glyph face.
  
!       * minibuf.texi (Reading File Names): Document
!       read-file-name-function.
  
!       * modes.texi (Other Font Lock Variables): Document
!       font-lock-lines-before.
  
        * positions.texi (Skipping Characters): skip-chars-forward allows
        character classes.
--- 460,469 ----
        (Managing Overlays): Document remove-overlays.
        (Standard Faces): Document escape-glyph face.
  
!       * minibuf.texi (Reading File Names): Document read-file-name-function.
  
!       * modes.texi (Other Font Lock Variables):
!       Document font-lock-lines-before.
  
        * positions.texi (Skipping Characters): skip-chars-forward allows
        character classes.
***************
*** 515,532 ****
        (Progress): Clarify.
        (Invisible Text): Explain that main loop moves point out.
        (Selective Display): Say "hidden", not "invisible".
!       (Managing Overlays): Moved up.  Describe relation to Undo here.
        (Overlay Properties): Clarify intro.
        (Finding Overlays): Explain return values when nothing found.
        (Width): truncate-string-to-width has added arg.
        (Displaying Faces): Clarify and update mode line face handling.
        (Face Functions): Minor cleanup.
!       (Conditional Display): Merged into Other Display Specs.
        (Pixel Specification, Other Display Specs): Minor cleanups.
        (Images, Image Descriptors): Minor cleanups.
        (GIF Images): Patents have expired.
        (Showing Images): Explain default text for insert-image.
!       (Manipulating Button Types): Merged into Manipulating Buttons.
        (Making Buttons): Explain return values.
        (Button Buffer Commands): Add xref.
        (Inverse Video): Update mode-line-inverse-video.
--- 517,534 ----
        (Progress): Clarify.
        (Invisible Text): Explain that main loop moves point out.
        (Selective Display): Say "hidden", not "invisible".
!       (Managing Overlays): Move up.  Describe relation to Undo here.
        (Overlay Properties): Clarify intro.
        (Finding Overlays): Explain return values when nothing found.
        (Width): truncate-string-to-width has added arg.
        (Displaying Faces): Clarify and update mode line face handling.
        (Face Functions): Minor cleanup.
!       (Conditional Display): Merge into Other Display Specs.
        (Pixel Specification, Other Display Specs): Minor cleanups.
        (Images, Image Descriptors): Minor cleanups.
        (GIF Images): Patents have expired.
        (Showing Images): Explain default text for insert-image.
!       (Manipulating Button Types): Merge into Manipulating Buttons.
        (Making Buttons): Explain return values.
        (Button Buffer Commands): Add xref.
        (Inverse Video): Update mode-line-inverse-video.
***************
*** 886,893 ****
        * commands.texi (Misc Events): Describe the help-echo event.
  
        * text.texi (Special Properties) <help-echo>: Use `pos'
!       consistently in description of the help-echo property.  Use
!       @code{nil} instead of @var{nil}.
  
        * display.texi (Overlay Properties): Fix the index entry for
        help-echo overlay property.
--- 888,895 ----
        * commands.texi (Misc Events): Describe the help-echo event.
  
        * text.texi (Special Properties) <help-echo>: Use `pos'
!       consistently in description of the help-echo property.
!       Use @code{nil} instead of @var{nil}.
  
        * display.texi (Overlay Properties): Fix the index entry for
        help-echo overlay property.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]