[PD-cvs] [git]pure-data branch, master, updated. 0332d2b1cab2d12fc55f38e9408f35f87100b054

Miller Puckette millerpuckette at users.sourceforge.net
Wed Apr 29 20:56:14 CEST 2015


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  0332d2b1cab2d12fc55f38e9408f35f87100b054 (commit)
       via  51648c19586b95c536863794511a512affbc1e22 (commit)
       via  a74fcd29b76e5f6553e3e9049ab7b2e571457d4c (commit)
      from  35151c473827260c86cc864cc4cd058b24e67139 (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 0332d2b1cab2d12fc55f38e9408f35f87100b054
Author: IOhannes m zmoelnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Apr 29 15:45:39 2015 +0200

    Use proper environment variables for application data on W32
    
    W32 has some standard paths where applications are expected to put their data:
    - %CommonProgramFiles% is the base folder for global application data
    - %AppData% is the base folder for user-specific application data
    
    Pd currently tries to have guess these values, assuming that:
    - %CommonProgramFiles% == "%ProgramFiles%/Common Files/Pd"
    - %AppData% == "%UserProfile%/Application Data"
    
    while the latter was true for XP/W2k, it is no longer true for W7/W8
    (which has %AppData% == "%UserProfile%/AppData/Roaming")
    
    the patch therefore uses the predefined envvars for the entire basename,
    rather that half-guessing wrongly.

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

Summary of changes:
 doc/7.stuff/tools/testtone.pd |    6 ++--
 extra/bonk~/bonk~.c           |   70 ++++++++++++++++++++++++++++++----------
 src/s_path.c                  |    4 +-
 3 files changed, 57 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
pure-data



More information about the Pd-cvs mailing list