mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
* Documentation/GNUmakefile.postamble: Clean up files properly
* Source/DocMakefile: Fix up for moved files * Documentation/Gui/Gui.gsdoc, Documentation/GuiAdditions/GuiAdditions.gsdoc: Move up one level. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20133 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e13699f905
commit
b58f4fd5e1
6 changed files with 15 additions and 93 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-09-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/GNUmakefile.postamble: Clean up files properly
|
||||
* Source/DocMakefile: Fix up for moved files
|
||||
* Documentation/Gui/Gui.gsdoc,
|
||||
Documentation/GuiAdditions/GuiAdditions.gsdoc: Move up one level.
|
||||
|
||||
2004-09-24 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/AppKit/NSControl.h
|
||||
|
@ -15,7 +22,7 @@
|
|||
(-dealloc): Unset the menu of the view.
|
||||
(-initWithTitle:): Use setMenuRepresentation: to set the view.
|
||||
|
||||
2004-09-24 Adam Fedor <fedor@gnu.org>
|
||||
004-09-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 0.9.4
|
||||
|
||||
|
|
|
@ -77,6 +77,8 @@ after-uninstall::
|
|||
# Things to do after cleaning
|
||||
after-clean::
|
||||
$(MAKE) -C ../Source -f DocMakefile clean
|
||||
rm -rf Gui
|
||||
rm -rf GuiAdditions
|
||||
|
||||
# Things to do before distcleaning
|
||||
# before-distclean::
|
||||
|
|
|
@ -1,85 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||||
<gsdoc base="NSMutableAttributedStringAdditions" prev="NSMenuView.html" next="NSMutableParaStyle.html" up="Gui.html">
|
||||
<head>
|
||||
<title>NSMutableAttributedStringAdditions</title>
|
||||
<author name="Richard Frith-Macdonald">
|
||||
<email address="rfm@gnu.org"/>
|
||||
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||||
</author>
|
||||
<version>$Revision$</version>
|
||||
<date>$Date$</date>
|
||||
</head>
|
||||
<body>
|
||||
<chapter>
|
||||
<heading>NSMutableAttributedStringAdditions</heading>
|
||||
<class name="NSMutableAttributedStringAdditions" super="NSAttributedString">
|
||||
<declared>Gui/NSAttributedString.h</declared>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="void">
|
||||
<sel>applyFontTraits:</sel>
|
||||
<arg type="NSFontTraitMask">mask</arg>
|
||||
<sel>range:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixAttachmentAttributeInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixAttributesInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixFontAttributeInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>fixParagraphStyleAttributeInRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>setAlignment:</sel>
|
||||
<arg type="NSTextAlignment">alignment</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>subscriptRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>superscriptRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>unscriptRange:</sel>
|
||||
<arg type="NSRange">aRange</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>updateAttachmentsFromPath:</sel>
|
||||
<arg type="NSString*">path</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
</body>
|
||||
</gsdoc>
|
|
@ -27,7 +27,6 @@ MAKEFILE_NAME = DocMakefile
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
ADD_THESE_QUESTION_MARK = \
|
||||
NSAttributedString.h \
|
||||
NSColorPicking.h \
|
||||
NSGraphics.h \
|
||||
NSNibConnector.h \
|
||||
|
@ -41,6 +40,7 @@ AUTOGSDOC_HEADERS_GUI = \
|
|||
NSActionCell.h \
|
||||
NSAffineTransform.h \
|
||||
NSApplication.h \
|
||||
NSAttributedString.h \
|
||||
NSBezierPath.h \
|
||||
NSBitmapImageRep.h \
|
||||
NSBox.h \
|
||||
|
@ -157,12 +157,11 @@ DOCUMENT_NAME = Gui GuiAdditions
|
|||
Gui_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
GuiAdditions_DOC_INSTALL_DIR = Developer/Gui/Reference
|
||||
|
||||
Gui_AGSDOC_FILES = ../Documentation/Gui/Gui.gsdoc \
|
||||
../Documentation/Gui/NSMutableAttributedStringAdditions.gsdoc \
|
||||
Gui_AGSDOC_FILES = ../Documentation/Gui.gsdoc \
|
||||
$(AUTOGSDOC_HEADERS_GUI)
|
||||
|
||||
GuiAdditions_AGSDOC_FILES = $(AUTOGSDOC_HEADERS_GUIADD) \
|
||||
../Documentation/GuiAdditions/GuiAdditions.gsdoc
|
||||
../Documentation/GuiAdditions.gsdoc
|
||||
|
||||
#
|
||||
# Hack ... using the -DocumentationDirectory flag overrides the value
|
||||
|
@ -205,8 +204,8 @@ include $(GNUSTEP_MAKEFILES)/documentation.make
|
|||
|
||||
before-all:: ../Documentation/Gui \
|
||||
../Documentation/GuiAdditions
|
||||
cp ../Documentation/Gui/Gui.gsdoc .
|
||||
cp ../Documentation/GuiAdditions/GuiAdditions.gsdoc .
|
||||
cp ../Documentation/Gui.gsdoc .
|
||||
cp ../Documentation/GuiAdditions.gsdoc .
|
||||
|
||||
../Documentation/Gui:
|
||||
$(MKDIRS) ../Documentation/Gui
|
||||
|
@ -214,7 +213,6 @@ before-all:: ../Documentation/Gui \
|
|||
../Documentation/GuiAdditions:
|
||||
$(MKDIRS) ../Documentation/GuiAdditions
|
||||
|
||||
|
||||
#
|
||||
# Clean up temporary files used while generating documentation.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue