[PD-cvs] [git]pure-data branch master updated. 93b574c2b726e74f678bc182f19a0471d19a08ee

Miller Puckette millerpuckette at users.sourceforge.net
Sun May 5 22:10:43 CEST 2013


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 "pure-data".

The branch, master has been updated
       via  93b574c2b726e74f678bc182f19a0471d19a08ee (commit)
       via  c62e618bb0f11dd19c4b8c9245d2f3975b23d6e4 (commit)
       via  c752247c98e4d32070a956894a4a6c85e9d042f6 (commit)
       via  4e5799ca09da7f9b46f9fe10e591f5e668200499 (commit)
       via  4c186dd9a99a3f5d07a799940bf14fdfa2f2e606 (commit)
      from  cb7594d97b7a8ef4d448d7fa43203813c9f60bbe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 93b574c2b726e74f678bc182f19a0471d19a08ee
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun May 5 13:10:11 2013 -0700

    more on new text object

commit c62e618bb0f11dd19c4b8c9245d2f3975b23d6e4
Author: Miller Puckette <msp at ucsd.edu>
Date:   Wed May 1 08:24:58 2013 -0700

    first draft of 'text getline' - untested

commit c752247c98e4d32070a956894a4a6c85e9d042f6
Author: Miller Puckette <msp at ucsd.edu>
Date:   Tue Apr 30 12:44:19 2013 -0700

    try a different default object width (comment = 1, other = 3)

commit 4e5799ca09da7f9b46f9fe10e591f5e668200499
Author: Miller Puckette <msp at ucsd.edu>
Date:   Mon Apr 29 16:56:12 2013 -0700

    small step toward new 'text' object

commit 4c186dd9a99a3f5d07a799940bf14fdfa2f2e606
Author: Miller Puckette <msp at ucsd.edu>
Date:   Sun Apr 21 17:22:24 2013 -0700

    change data structure 'list' slot to mean binbuf-style list; start
    integrating with text object

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

Summary of changes:
 doc/5.reference/list-help.pd         |   74 ++--
 doc/5.reference/sublist-help.pd      |   10 -
 doc/5.reference/text-object-help.pd  |  140 ++++++++
 doc/5.reference/text-object-help.txt |    2 +
 src/g_editor.c                       |    2 +
 src/g_readwrite.c                    |   21 +-
 src/g_rtext.c                        |    2 +-
 src/g_scalar.c                       |   11 +-
 src/g_template.c                     |   29 +--
 src/g_traversal.c                    |  117 +++-----
 src/m_binbuf.c                       |    9 +
 src/m_pd.h                           |    3 +-
 src/x_list.c                         |    6 +-
 src/x_qlist.c                        |  609 +++++++++++++++++++++++++++++++---
 tcl/pdtk_textwindow.tcl              |    8 +
 15 files changed, 828 insertions(+), 215 deletions(-)
 delete mode 100644 doc/5.reference/sublist-help.pd
 create mode 100644 doc/5.reference/text-object-help.pd
 create mode 100644 doc/5.reference/text-object-help.txt


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list