Re: IIRC Simula-67 was a *major* influence on Smalltalk
Simula 67 was definitely an influence for Smalltalk-76 (which was published by Ingalls in 1978), but the versions before including Kay's previous work seemed only to be aware of the 1966 ACM publication about Simula I (not the object-oriented Simula 67). Simula I had classes and (active) objects synchronizing via event queues. Simula 67 added inheritance and virtual methods. The term "object-oriented" for a programming language first appeared in 1976 in a publication by Jones and Liskov (see https://news.ycombinator.com/item?id=36879311).