New address and some small changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21260 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-05-26 03:08:06 +00:00
parent eafc6836c5
commit 744858ea30
10 changed files with 22 additions and 5 deletions

View file

@ -1,3 +1,15 @@
2005-05-25 23:09 Gregory John Casamento <greg_casamento@yahoo.com>
* GNUmakefile
* GNUmakefile.postamble
* GNUmakefile.preamble
* Gorm.m
* main.m: Change address of FSF.
* Palettes/1Windows/GormNSWindowInspector.gorm: Remove "wants to
be color".
* Palettes/1Windows/GormNSWindowSizeInspector.gorm: Added window
autoposition section and max size section to .gorm file.
2005-05-24 00:28 Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/GormClassInspector.gorm: Added link to

View file

@ -21,7 +21,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# Install into the system root by default

View file

@ -20,7 +20,9 @@
# You should have received a copy of the GNU Library General Public
# License along with this library; see the file COPYING.LIB.
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# 51 Franklin Street, Fifth Floor, Boston, MA 02111
# USA.
#
before-all::
rm -rf InterfaceBuilder

View file

@ -19,7 +19,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
# USA.
#
# ADDITIONAL_OBJCFLAGS += -Wall -Werror

3
Gorm.m
View file

@ -20,7 +20,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
* USA.
*/

3
main.m
View file

@ -19,7 +19,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111
* USA.
*/
#include <AppKit/AppKit.h>