From 48ade6d98b48af204615e8e8695639af6c1c0c8c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 14 Jan 2006 19:27:07 +0000 Subject: [PATCH] CHANGES, Makefile: Add YApplication MVC framework --- CHANGES | 3 ++- Makefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ffaf7ba0..31752cab 100644 --- a/CHANGES +++ b/CHANGES @@ -232,4 +232,5 @@ o platform: - added winerrno.h; will be removed again 1.1.10-1 -------- -o new version number for preserving previous version +o added YApplication MVC framework + diff --git a/Makefile b/Makefile index f0a67689..29bc7aae 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ SUBDIRS = inst/pre \ YMisc YMem YOptString \ YThread YEvent YCbContr contr \ YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \ + YApplication \ YOsc \ lib include bin \ inst/post