guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-manual, created. release_1-9-1-40-


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, wip-manual, created. release_1-9-1-40-g3d8e6eb
Date: Sun, 09 Aug 2009 15:00:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=3d8e6eb82e2c1f83338d938a9fd10b68ca6c473a

The branch, wip-manual has been created
        at  3d8e6eb82e2c1f83338d938a9fd10b68ca6c473a (commit)

- Log -----------------------------------------------------------------
commit 3d8e6eb82e2c1f83338d938a9fd10b68ca6c473a
Author: Neil Jerram <address@hidden>
Date:   Sun Aug 9 15:01:59 2009 +0100

    Misc GOOPS chapter updates
    
    * doc/ref/goops-tutorial.texi: Update intro text.  Fix `an' typo.
    
    * doc/ref/goops.texi: Update quick start intro text.  Simplify
      example that uses `format'.

commit 8d9cb14e61b1487f3666cabc98fbf7d329e329d6
Author: Neil Jerram <address@hidden>
Date:   Sun Aug 9 14:59:21 2009 +0100

    Use #:keyword syntax in preference to :keyword
    
    because that is Guile's default.

commit aba0dff5f7ee451b44af771f8ab09b750ce15f74
Author: Neil Jerram <address@hidden>
Date:   Sun Aug 9 14:54:18 2009 +0100

    In general, use @lisp in preference to @smalllisp
    
    because it looks better in the DVI output.  Exceptions are
    
    - wide examples, which would cause overfull hboxes if they
      used the bigger @lisp font
    
    - very large examples, which may look too big at the @lisp size.

commit f618f4363dc0a2ba96178fddf364b357e49600b2
Author: Neil Jerram <address@hidden>
Date:   Sun Aug 9 11:40:01 2009 +0100

    Use @result{} instead of -->
    
    * doc/ref/goops.texi: Use @result{} instead of -->.

commit 9e7ec8d16cd7f25c77ad35461bd7256c118ec3e1
Author: Neil Jerram <address@hidden>
Date:   Sun Aug 9 10:53:14 2009 +0100

    Update GOOPS Getting Started section
    
    * doc/ref/goops.texi (Getting Started): Renamed `Quick Start', to fit
      better with following Tutorial.  Also add a bit more text to the
      Methods subsection.

commit cdb86258999b06a9a61215596d691a76ea6c6130
Author: Neil Jerram <address@hidden>
Date:   Sat Aug 8 19:41:10 2009 +0100

    Minor textual improvements to slot sections

commit 326b551b75bbf7943474d6f897a01aac568a55b9
Author: Neil Jerram <address@hidden>
Date:   Sat Aug 8 19:10:59 2009 +0100

    Move tutorial sections on slots before inheritance
    
    * doc/ref/goops-tutorial.texi (Instance creation and slot access, Slot
      description): Move to before Inheritance.

commit d4a9d8759c4dfd918ea10a50741b28b92c512b00
Author: Neil Jerram <address@hidden>
Date:   Sat Aug 8 19:05:06 2009 +0100

    Change <complex> to <my-complex> in GOOPS tutorial
    
    * doc/ref/goops-tutorial.texi (Class Definition): Minor text
      improvements.  Change the class being defined to <my-complex>, to
      reduce the confusion with the built in <complex> class.

commit e946b0b9553a862d8bbc2ef6bdc5195dc6d7ad47
Author: Neil Jerram <address@hidden>
Date:   Sat Aug 8 16:34:21 2009 +0100

    Start updating/merging GOOPS getting started / tutorial text
    
    * doc/ref/goops-tutorial.texi (Introduction): Merge this subsection's
      non-duplicate text into the introductory text of the whole section,
      then remove this subsection.
    
      (Tutorial): Textual updates to introductory text.
    
      (Class definition and instantiation): Rename `Class definition',
      since that's all it covers.  Remove unnecessary footnote about
      loading (oop goops) module.
    
      (All @nodes): Remove explicit up, next and prev nodes.  (They make
      the document harder to change.)
    
    * doc/ref/goops.texi (Tutorial): Move from the end of the GOOPS
      chapter to the beginning of it.
    
      (Running GOOPS): Removed; useful text merged into containing
      section.

commit 0ac8a9aeab94f59b83532dc4f8595ed72eb4d9e0
Author: Neil Jerram <address@hidden>
Date:   Sat Aug 8 16:26:58 2009 +0100

    Remove page break after heading of Chapter 6 (Modules)
    
    This brings this chapter into line with the others, which do not have
    page breaks before the first section.

commit 769be03f337b5f9f0360609e417eeb9ad6f34117
Author: Neil Jerram <address@hidden>
Date:   Sat Aug 8 15:55:44 2009 +0100

    Use GOOPS Introduction as intorudctory text for the whole GOOPS chapter

commit 5e328915a166720037892f17bb7fe1572bc04ba1
Author: Neil Jerram <address@hidden>
Date:   Thu Aug 6 09:41:32 2009 +0100

    Include GOOPS pictures in the distribution

commit 11b4e1a59c2b012aeabbf3cf96c849ee4f4edcb3
Author: Neil Jerram <address@hidden>
Date:   Tue Aug 4 12:11:49 2009 +0100

    Git-Ignore effective-version.texi

commit 45867c2ace30469cbc40431756ed144762806d8d
Author: Neil Jerram <address@hidden>
Date:   Tue Aug 4 12:10:16 2009 +0100

    Fix overfull hboxes

commit 650ecada5e96d79b7ad6f2437ee5fecb8b87d5fa
Author: Neil Jerram <address@hidden>
Date:   Tue Aug 4 12:08:25 2009 +0100

    Typos

commit 22b5f518f6e72e97ebcce6396876035e05aaff85
Author: Neil Jerram <address@hidden>
Date:   Tue Aug 4 12:08:02 2009 +0100

    Add an effective version variable for the manual

commit d99832a24b02175cf155a117ecf3ccb32ac548bf
Author: Neil Jerram <address@hidden>
Date:   Tue Aug 4 11:49:26 2009 +0100

    Add copyright statements to goops.texi and goops-tutorial.texi

commit eb12b40182d3a52ab873c2d2d2b877e245272c0d
Author: Neil Jerram <address@hidden>
Date:   Mon Aug 3 20:11:05 2009 +0100

    Move GOOPS documentation into the main manual
    
    Nothing editorial here, just the minimum to move the GOOPS documentation
    into the main manual, and then still have everything build properly.

commit ce2612cd886f10392161fca4daca84b903e5cefb
Author: Neil Jerram <address@hidden>
Date:   Mon Aug 3 13:21:33 2009 +0100

    Move `Continuation Barriers' to the section that covers continuations
    
    Since continuation barriers protect against non-local exits, it makes
    better sense to document them in the same section as continuations and
    exceptions.

commit 1021bb7a8de9483aaebde15d5830b36a91b5621b
Author: Neil Jerram <address@hidden>
Date:   Mon Aug 3 12:04:08 2009 +0100

    Review/update sections on arbiters and asyncs

commit 31c73458db49f8cc68934a1070349f82246a75b9
Author: Neil Jerram <address@hidden>
Date:   Mon Aug 3 11:27:51 2009 +0100

    Miscellaneous small updates
    
    - Typos
    - Minor changes to texinfo markup
    - Minor wording changes

commit a7c5a2e5fdceed46db674f533fa203962030c1b6
Author: Neil Jerram <address@hidden>
Date:   Mon Aug 3 11:25:10 2009 +0100

    Remove the idea of a separate manual edition number
    
    I don't believe this has ever been useful, and I doubt that we've
    consistently incremented it in the past.  The reality is that the
    manual evolves with the rest of Guile, so Guile's version number
    should apply to the manual too.  It is conceivable that we might
    one day revise the manual for an existing Guile release, so we keep
    a REVISION number to cover that.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile




reply via email to

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