mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Don't install palettes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28612c2376
commit
fe43fc2f1f
8 changed files with 22 additions and 13 deletions
12
ANNOUNCE
12
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
ANNOUNCE
|
||||
********
|
||||
|
||||
This is version 0.2.5 of Gorm.
|
||||
This is version 0.2.6 of Gorm.
|
||||
|
||||
What is Gorm?
|
||||
=============
|
||||
|
@ -15,16 +15,12 @@ GNUstep.
|
|||
Gorm is not `gormless' (a Yorkshire dialect word that my parents
|
||||
used when they spotted me staring, slack-jawed, at the TV).
|
||||
|
||||
Noteworthy changes in version `0.2.5'.
|
||||
Noteworthy changes in version `0.2.6'.
|
||||
======================================
|
||||
|
||||
Many fixes and improvements to make the app work better.
|
||||
Fix an incompatibility with the gui 0.8.4 release
|
||||
|
||||
* Better parsing of headers
|
||||
|
||||
* Interface code redone as gorm files.
|
||||
|
||||
* Re-add multiple selection via mouse drag.
|
||||
* Better combo box and tab view inspector
|
||||
|
||||
How can I get support for this software?
|
||||
========================================
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2003-04-30 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Palettes/*/GNUmakefile: Set *_STANDARD_INSTALL=no to not install
|
||||
the palettes.
|
||||
|
||||
2003-04-18 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Gorm.m: Minor updates to compile with latest gui ... use void return
|
||||
|
|
|
@ -33,6 +33,8 @@ PALETTE_NAME = 0Menus
|
|||
0Menus_PRINCIPAL_CLASS = MenusPalette
|
||||
0Menus_RESOURCE_FILES = MenusPalette.tiff
|
||||
|
||||
0Menus_STANDARD_INSTALL = no
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
|
|
@ -32,6 +32,8 @@ PALETTE_NAME = 1Windows
|
|||
GormNSWindowSizeInspector.gorm \
|
||||
GormNSWindowInspector.gorm
|
||||
|
||||
1Windows_STANDARD_INSTALL = no
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
|
|
@ -43,6 +43,8 @@ PALETTE_NAME = 2Controls
|
|||
GormNSStepperInspector.gorm \
|
||||
GormNSTextFieldInspector.gorm
|
||||
|
||||
2Controls_STANDARD_INSTALL = no
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
|
|
@ -48,6 +48,8 @@ PALETTE_NAME = 3Containers
|
|||
GormNSTableColumnSizeInspector.gorm \
|
||||
GormTabViewInspector.gorm
|
||||
|
||||
3Containers_STANDARD_INSTALL = no
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
|
|
@ -34,6 +34,8 @@ PALETTE_NAME = 4Data
|
|||
GormNSDateFormatterInspector.gorm \
|
||||
GormNSNumberFormatterInspector.gorm
|
||||
|
||||
4Data_STANDARD_INSTALL = no
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
|
8
README
8
README
|
@ -24,11 +24,9 @@ Software Foundation.
|
|||
Status
|
||||
======
|
||||
|
||||
At this point, Gorm is usable only for very simple stuff as it only
|
||||
supports the most commonly used gui elements. However, the binary
|
||||
format in which documents are archived is stable, so documents created
|
||||
using Gorm now should remain useful. Interface test mode qorks quite
|
||||
nicely - you really can see things working.
|
||||
Gorm is now completely usable. There are some minor bugs, but most
|
||||
of the major functionality is now implemented. Please report bugs to
|
||||
bug-gnustep@gnu.org
|
||||
|
||||
Known problems (things to do) -
|
||||
|
||||
|
|
Loading…
Reference in a new issue