head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.10.14.09.10.10; author rse; state Exp; branches; next 1.1; commitid zpk8mHIuZkMUXt7u; 1.1 date 2007.06.11.18.53.23; author rse; state Exp; branches; next ; commitid tIvOMdCIrxyUHwls; desc @@ 1.2 log @upgrading package: microemacs 20060909.2 -> 20091011.0 @ text @Index: jasspa/macros/newuser.emf --- jasspa/macros/newuser.emf.orig 2006-11-06 00:39:44 +0100 +++ jasspa/macros/newuser.emf 2007-06-11 20:46:12 +0200 @@@@ -30,10 +30,10 @@@@ unset-variable .exit !emacro !if &band $system 0x80 - set-variable .newuser.jasspa ".jasspa" + set-variable .newuser.jasspa ".microemacs" set-variable .newuser.pathdiv ":" !else - set-variable .newuser.jasspa "jasspa" + set-variable .newuser.jasspa "microemacs" set-variable .newuser.pathdiv ";" !endif Index: me091011/src/unixterm.c --- me091011/src/unixterm.c.orig 2006-11-06 00:39:55 +0100 +++ me091011/src/unixterm.c 2007-06-11 20:43:43 +0200 @@@@ -430,11 +430,11 @@@@ evalResult[0] = '\0' ; ll = meStrlen(evalResult) ; - /* look for the ~/.jasspa directory */ + /* look for the ~/.microemacs directory */ if(homedir != NULL) { meStrcpy(buff,homedir) ; - meStrcat(buff,".jasspa") ; + meStrcat(buff,".microemacs") ; if(((ll = mePathAddSearchPath(ll,evalResult,buff,&gotUserPath)) > 0) && !gotUserPath) /* as this is the user's area, use this directory unless we find * a .../<$user-name>/ directory */ @ 1.1 log @new package: microemacs 20060909.2 (JASSPA MicroEmacs) @ text @d17 3 a19 3 Index: me060909/src/unixterm.c --- me060909/src/unixterm.c.orig 2006-11-06 00:39:55 +0100 +++ me060909/src/unixterm.c 2007-06-11 20:43:43 +0200 @