]> err.no Git - sope/blob - sope-core/NGExtensions/ChangeLog
d175ee924cf81212958b7ccbf26359f97a71edb5
[sope] / sope-core / NGExtensions / ChangeLog
1 2004-09-20  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * v4.3.115
4         
5         * NGExtensions/NSBundle+misc.h, FdExt.subproj/NSBundle+misc.m: new
6           NSBundle method -pathForResource:ofType:inDirectory:forLocalizations:
7
8         * NGExtensions/NGExtensions.h: added NSBundle+misc.h to the public
9           headers
10
11 2004-09-06  Helge Hess  <helge.hess@skyrix.com>
12         
13         * FdExt.subproj/NSFileManager+Extensions.m: added new method:
14           -createDirectoriesAtPath:attributes: (comparable to mkdirs)
15           (v4.3.114)
16         
17         * NGBundleManager.m: changed bundle resource lookup to check loaded
18           bundles before scanning the NGBundlePath resources (is faster and
19           fixes an issue with a bundle loaded but not in the search path)
20           (v4.3.113)
21         
22 2004-09-05  Helge Hess  <helge.hess@opengroupware.org>
23
24         * v4.3.112
25
26         * NGBundleManager.m: code cleanups, added -setBundleSearchPaths: and
27           -bundleSearchPaths to allow bundle path modifications from code
28
29         * NGHashMap.m: removed libFoundation specific exception handling, the
30           same exceptions are now thrown for all runtimes
31
32 2004-08-30  Helge Hess  <helge.hess@opengroupware.org>
33
34         * NGBundleManager.m: fixed yet another bug in NGBundleManager path
35           lookup (v4.3.111)
36
37 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
38
39         * NGBundleManager.m: fixed an issue when running without GNUstep
40           environment (v4.3.110)
41
42         * v4.3.109
43
44         * NGBundleManager.m: look for bundles in GNUSTEP_PATHPREFIX_LIST and
45           GNUSTEP_PATHLIST
46
47         * added hack to install the project in FHS locations - the library,
48           its headers, the tools and the resources will be installed in
49           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
50
51 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
52
53         * NGExtensions.xcode: various fixes for project settings
54
55 2004-08-26  Helge Hess  <helge.hess@opengroupware.org>
56
57         * FdExt.subproj/NSURL+misc.m: fixed some URL processing methods
58           (v4.3.108)
59
60 2004-08-25  Marcus Mueller  <znek@mulle-kybernetik.com>
61
62         * NGCalendarDateRange.m: properly fixed intersectionDateRange: to not
63           return pseudo-ranges. (v4.3.107)
64
65 2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>
66
67         * v4.3.106
68
69         * NGCalendarDateRange.m: changed -containsDate: in a way that the range
70           is treated as a half-open interval (including startDate, excluding
71           endDate). 
72
73         * v4.3.105
74
75         * NGExtensions.xcode: new Xcode project
76
77         * NGStringScanEnumerator.m: compile bugfix
78
79         * NGExtensions-Info.plist: new version and bundle identifier
80
81 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
82
83         * XmlExt.subproj/GNUmakefile: added include path for "inline" SOPE 4.3
84           compilation (v4.3.104)
85
86         * moved to SOPE 4.3 (v4.3.103)
87
88 2004-08-16  Helge Hess  <helge.hess@skyrix.com>
89
90         * NGCalendarDateRange.m: added range category on NSArray, added some
91           methods to daterange (v4.2.102)
92
93 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
94
95         * added NGCalendarDateRange class (v4.2.101)
96
97 2004-07-26  Helge Hess  <helge.hess@opengroupware.org>
98
99         * FdExt.subproj/NSObject+Values.m([NSString -unsignedCharValue]): added
100           a specific implementation for NSString to support KVC bool operations
101           (because BOOL values are represented as 'unsigned char' values at
102           runtime, [self takeValue:@"YES" ...] coercion did fail for bool
103           methods) (v4.2.100)
104
105 2004-07-22  Helge Hess  <helge.hess@skyrix.com>
106
107         * EOExt.subproj/EOKeyMapDataSource.m: fixed a gcc 3.4 warning (v4.2.99)
108
109 2004-07-14  Helge Hess  <helge.hess@opengroupware.org>
110
111         * FdExt.subproj/NSString+Encoding.m: improved error logs in case an
112           iconv buffer is too small (v4.2.98)
113
114 2004-06-27  Helge Hess  <helge.hess@opengroupware.org>
115
116         * NGExtensions/FdExt.subproj/NGPropertyListParser.m: minor cleanups to
117           log messages (v4.2.97)
118
119 2004-06-22  Helge Hess  <helge.hess@opengroupware.org>
120
121         * v4.2.96
122
123         * FdExt.subproj/NSArray+enumerator.m: fixed a bug with array capacity
124           initialization (used an uninitialized variable leading to a virtual
125           memory exhausted on gstep-base)
126
127         * FdExt.subproj/NGPropertyListParser.m (_makeException): be more
128           tolerant about nil results in NSString creation (fixes an exception
129           with gstep-base)
130
131 2004-06-17  Helge Hess  <helge.hess@opengroupware.org>
132
133         * FdExt.subproj/NSURL+misc.m: add a hack to work around a bug in NSURL
134           on Cocoa Foundation, added a lot of debug logs (v4.2.95)
135
136 2004-06-10  Helge Hess  <helge.hess@skyrix.com>
137
138         * NGObjCRuntime.m: fixed hack for dynamic class loading with gcc 3.4
139           (type signature of the privates changed or is more strictly checked)
140           (v4.2.94)
141
142         * v4.2.93
143
144         * GNUmakefile: removed NGCString from compilation
145
146         * NGExtensions/NGExtensions.h: do not include NGCString.h
147
148 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
149
150         * NGExtensions/GNUmakefile.preamble: added prebinding (v4.2.92)
151
152 2004-06-08  Helge Hess  <helge.hess@opengroupware.org>
153
154         * FdExt.subproj: include NGPropertyListParser categories when compiling
155           for libFoundation (v4.2.91)
156
157         * v4.2.90
158
159         * GNUmakefile.preamble: fixed path to DOM library, added explicit 
160           dependency to SaxObjC for MacOSX
161
162         * NGBundleManager.m: logging can now be enabled using the 
163           NGBundleManagerDebugEnabled default, some code cleanups
164
165 2004-06-07  Helge Hess  <helge.hess@opengroupware.org>
166         
167         * NGExtensions/NSString+misc.[hm]: improved, now works with any object
168           which supports KVC (v4.2.89)
169         
170 2004-06-07  Helge Hess  <helge.hess@skyrix.com>
171
172         * NGBundleManager.m: fixed gcc 3.4 warnings (v4.2.88)
173
174 2004-06-05  Stephane Corthesy  <stephane@sente.ch>
175
176         * NGBundleManager.m(-bundleForClass:): added basic support for classes
177           defined in frameworks (v4.2.87)
178
179 2004-06-03  Helge Hess  <helge.hess@skyrix.com>
180
181         * NGObjCRuntime.m: added a hack to make NGObjCRuntime.m compile with
182           gcc 3.4.0 (v4.2.86)
183
184 2004-06-01  Marcus Mueller  <znek@mulle-kybernetik.com>
185
186         * NGExtensions/NSCalendarDate+misc.h,
187           FdExt.subproj/NSCalendarDate+misc.m: new method -(BOOL)isInLeapYear,
188           utilized by rewritten -(int)numberOfDaysInMonth. 
189           -(NSCalendarDate *)lastDayOfMonth uses -(int)numberOfDaysInMonth now
190           instead of the other way round as before. -lastDayOfMonth turned
191           out to be non-portable to gnustep-base, the new implementation works
192           with all foundation and is far more time/memory efficient. (v4.2.85)
193
194 2004-05-17  Helge Hess  <helge.hess@opengroupware.org>
195
196         * FdExt.subproj/NSNull+misc.m: added 'NSNullAbortOnMessage' default to
197           enable abort()'s if a message is sent to NSNull (useful for debugging
198           NSNull issues on MacOSX (v4.2.84)
199
200 2004-05-09  Helge Hess  <helge.hess@opengroupware.org>
201
202         * NGObjCRuntime.m: fixed a bug in GNU runtime method addition, added
203           a class enumerator for the GNU runtime (v4.2.83)
204
205         * NGObjCRuntime.m: added an implementation of +addMethods for the
206           Apple runtime (v4.2.82)
207
208 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>
209
210         * GNUmakefile.preamble: added support for building with
211           GNUSTEP_BUILD_DIR environment variable set for recent
212           gnustep-make package. (v4.2.81)
213
214 2004-05-04  Marcus Mueller  <znek@mulle-kybernetik.com>
215
216         * EOExt.subproj/EOSortOrdering+plist.m: fixed wrong mappings for
217           case insensitive sortOrderings (v4.2.80)
218
219 2004-05-01  Marcus Mueller  <znek@mulle-kybernetik.com>
220
221         * v4.2.79
222
223         * EOExt.subproj/EOSortOrdering+plist.m: fixed wrong key argument to
224           initWithKey:selector: in initWithDictionary:.
225
226         * EOExt.subproj/EOFetchSpecification+plist.m: testing for
227           respondsToSelector(objectEnumerator) matches dictionaries as well,
228           resulting in improper behavior. Narrowed to testing for kind of
229           NSArray now.
230
231 2004-05-01  Helge Hess  <helge.hess@opengroupware.org>
232         
233         * NGObjCRuntime.m: improved support for Apple runtime (v4.2.78)
234         
235 2004-04-07  Jean-Alexis Montignies  <ja@sente.ch>
236         
237         * NGHashMap: added because used in NGObjWeb
238           -asDictionaryWithArraysForValues (v4.2.77)
239         
240 2004-04-07  Helge Hess  <helge.hess@opengroupware.org>
241
242         * NGExtensions/NSString+Encoding.h: exported 
243           +stringEncodingForEncodingNamed: on Cocoa (v4.2.76)
244
245 2004-04-01  Helge Hess  <helge.hess@opengroupware.org>
246         
247         * NGHashMap: some code cleanups, made the code a bit more fault
248           tolerant (check for some NULL references, as suggest by Jean-Alexis 
249           Montignies), fixed missing class in header file (v4.2.75)
250         
251 2004-03-24  Helge Hess  <helge.hess@skyrix.com>
252
253         * FdExt: added NSString+German category which contains some methods to
254           deal with ASCII representations of German umlauts (useful for some
255           searches) (v4.2.74)
256
257 2004-03-22  Helge Hess  <helge.hess@skyrix.com>
258
259         * v4.2.73
260
261         * FdExt.subproj/NSString+HTMLEscaping.m: added escaping for some
262           missing umlauts
263
264         * FdExt.subproj/NSObject+Values.m: minor speed optimization to NSString
265           -boolValue
266
267 2004-03-15  Helge Hess  <helge.hess@skyrix.com>
268
269         * EOExt: moved in property list initializer methods from EOControl (to
270           make them available for GDL2)
271
272 2004-03-14  Helge Hess  <helge.hess@opengroupware.org>
273
274         * NGBundleManager.m: print an error log if we were unable to get the 
275           system NSUserDefaults object, as it currently happens with 
276           gstep-base, added a hack not to create the NGBundleManager if the
277           NSUserDefaults object could not be retrieved (v4.2.71)
278
279 2004-03-13  Helge Hess  <helge.hess@opengroupware.org>
280
281         * EOFilterDataSource: code cleanups, added -description method 
282           (v4.2.70)
283
284 2004-03-11  Helge Hess  <helge.hess@skyrix.com>
285
286         * NGBundleManager.m: disabled a debug log (v4.2.69)
287
288 2004-03-10  Donald Duck  <helge.hess@opengroupware.org>
289
290         * NGBundleManager.m: print a warning if the NGBundlePath default is not
291           configured (v4.2.68)
292
293 2004-03-08  Helge Hess  <helge.hess@opengroupware.org>
294
295         * FdExt.subproj/NSException+misc.m: added a -copyWithZone: method,
296           as used by the XML-RPC client (v4.2.67)
297
298 2004-03-01  Helge Hess  <helge.hess@skyrix.com>
299
300         * FdExt.subproj/NSException+misc.m: added a -setReason: implementation
301           for gnustep-base - thanks to chunsj for pointing that out (v4.2.66)
302
303 2004-02-24  Helge Hess  <helge@mac.in.skyrix.com>
304
305         * FdExt.subproj/NSNull+misc.m: added -descriptionWithLocale: on MacOSX
306           (v4.2.65)
307
308 2004-02-23  Helge Hess  <helge.hess@opengroupware.org>
309
310         * FdExt.subproj/NSNull+misc.m: added -descriptionWithLocale: for
311           Cocoa Foundation (v4.2.65)
312
313         * FdExt.subproj/NSNull+misc.m: added various "ignore that" methods for 
314           MacOSX: -isEqualToString:, -characterAtIndex:, 
315           -descriptionWithLocale:indent:, added -respondsToSelector: (always
316           returns YES on MacOSX) - Note: this is to be considered a workaround,
317           we need to find out, why OGo calls such methods on NSString with
318           Cocoa Foundation (v4.2.64)
319
320 2004-02-19  Helge Hess  <helge.hess@opengroupware.org>
321
322         * FdExt.subproj/NSCalendarDate+misc.m, NSString+Ext.m: added KVC 
323           default handlers for Cocoa Foundation (avoids some exceptions, 
324           libFoundation is much more tolerant regarding missing KVC keys than 
325           Cocoa) (v4.2.63)
326
327 2004-02-13  Helge Hess  <helge.hess@opengroupware.org>
328
329         * v4.2.62
330
331         * NGBundleManager.m: do not report missing resources on MacOSX (reduced
332           debug level)
333
334         * FdExt.subproj/NSArray+enumerator.m: added implementation of 
335           -map:... (to be considered deprecated ...) for the MacOSX port
336
337 2004-02-12  Helge Hess  <helge.hess@opengroupware.org>
338
339         * NGBundleManager.m: disabled class-hook debugging on OSX (v4.2.61)
340
341 2004-02-10  Helge Hess  <helge.hess@opengroupware.org>
342
343         * NGStack.m: fixed minor compilation warning on OSX (v4.2.60)
344
345 2004-02-08  Helge Hess  <helge.hess@opengroupware.org>
346
347         * FdExt.subproj/NSString+Encoding.m: cleanups, use ucs-2-internal
348           instead of ucs-2 on non-Linux platforms and detect platform byte
349           ordering and use ucs-2le or ucs-2be depending on that - should fix
350           OGo bugs #580 (does not fix #145) (v4.2.59)
351
352 2004-01-23  Helge Hess  <helge.hess@opengroupware.org>
353
354         * FdExt.subproj/NSFileManager+Extensions.m: renamed category to
355           ExtendedFileManagerImp to avoid gcc warnings (v4.2.58)
356
357 2003-12-28  Helge Hess  <helge.hess@opengroupware.org>
358
359         * NGBundleManager.m: minor cleanups (v4.2.57)
360
361 2003-11-30  Helge Hess  <helge.hess@opengroupware.org>
362
363         * FdExt.subproj/NSString+misc.m, 
364           FdExt.subproj/NSMethodSignature+misc.m: applied some minor patches
365           for gstep-base provided by chunsj@embian.com (v4.2.56)
366
367 2003-11-20  Helge Hess  <helge.hess@opengroupware.org>
368
369         * FdExt.subproj/NSString+URLEscaping.m: added UTF-8 URL escaping
370           (v4.2.55)
371
372         * v4.2.54
373         
374         * NSString+URLEscaping.m: added default 'NGUseUTF8AsURLEncoding' to
375           unescape URL strings as UTF-8 entities. This is usually the right
376           thing to do for WebDAV servers like ZideStore. Note that encoding
377           is still always done in ISO-Latin-1 (to be fixed)
378         
379         * FdExt.subproj/NSString+misc.m: moved the various string escaping
380           implementations (URL, HTML and XML) into separate NSString categories
381
382 2003-11-09  Helge Hess  <helge.hess@opengroupware.org>
383
384         * FdExt.subproj/NSString+Formatting.m: minor speed and MacOSX
385           compatibility improvements (v4.2.53)
386
387 2003-10-27  Helge Hess  <helge.hess@skyrix.com>
388
389         * NGBase64Coding.m: bad day, fixed the new -dataByDecodingBase64
390           (v4.2.52)
391
392         * NGBase64Coding.m: added -dataByDecodingBase64 to NSString, since
393           a base64 string can (of course!) contain zero bytes. 
394           -stringByDecodingBase64 now returns nil if it encounteres such a 
395           situation (v4.2.51)
396
397         * NGBase64Coding.m: fixed a major bug in the base64 encoding (which did
398           not handle empty values properly!) (v4.2.50)
399
400 2003-10-15  Helge Hess  <helge.hess@opengroupware.org>
401
402         * v4.2.49
403
404         * FdExt.subproj/NSException+misc.m: fixed ZNeK's setReason:
405           implementation for gstep-make
406
407         * moved NGPropertyListParser.h to NGExtensions and made it a
408           public header
409
410 2003-10-13  Helge Hess  <helge@opengroupware.org>
411
412         * compile and link NGPropertyListParser in case we are not on
413           libFoundation, compile and link FileObjectHolder on Cocoa
414           (v4.2.48)
415
416 2003-10-11  Marcus Mueller  <znek@mulle-kybernetik.com>
417
418         * FdExt.subproj/NSException+misc.m: Provided implementation for
419           setReason: (as needed with COCOA_Foundation_LIBRARY) and provided
420           interface declaration in case of GNUSTEP_BASE_LIBRARY. (v4.2.47)
421
422 2003-09-07  Marcus Mueller  <znek@mulle-kybernetik.com>
423
424         * v4.2.46
425
426         * NGBundleManager.m, NGHashMap.m, NGObjCRuntime.m, NGStack.m,
427           EOExt.subproj/EOQualifier+CtxEval.m, FdExt.subproj/NSNull+misc.m,
428           FdExt.subproj/NSProcessInfo+misc.m, FdExt.subproj/NSString+misc.m:
429           Fixed outdated references to FoundationExt and pointed to
430           NGExtensions where appropriate.
431           Also, added defines for NeXT_RUNTIME.
432  
433         * EOExt.subproj/EOKeyMapDataSource.m: Fixed problem with method
434           not returning value when not void.
435
436 2003-09-06  Helge Hess  <helge.hess@skyrix.com>
437
438         * v4.2.45
439
440         * NGExtensions.h: do not include FoundationExt but NGObjectMacros.h
441           instead
442
443         * added NGObjectMacros.h which contains the RC macros 
444
445         * FdExt.subproj/NSString+Formatting.m: cache the NSString class
446           object, use less autorelease, fixed a nil-parameter bug on MacOSX,
447           added some hacks to implement unicode format scanning (v4.2.44)
448
449 2003-09-06  Marcus Mueller  <znek@mulle-kybernetik.com>
450
451         * v4.2.43
452
453         * GNUmakefile.preamble: added iconv to the list of necessary
454           libraries on FreeBSD (4.x/5.x)
455
456         * FdExt.subproj/NSString+Encoding.m: do not use iconv on Apple,
457           instead use CoreFoundation's
458           CFStringConvertIANACharSetNameToEncoding()
459
460 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
461
462         * v4.2.42
463
464         * FdExt.subproj/NSData+gzip.m: removed dependency on zutil.h,
465           patch provided by Filip Van Raemdonck
466
467         * NGHashMap.m, NSNull+misc.m: fixed gstep-base compilation problems, 
468           patch provided by Filip Van Raemdonck
469
470 Wed Jul 16 16:03:47 2003  Jan Reichmann  <jr@skyrix.com>
471
472         * FdExt.subproj/NSString+Formatting.m: use ISERIES/USE_VA_LIST_PTR 
473          defines to handle va_list structures (v4.2.41)
474
475 Wed Jul 16 15:00:16 2003  Jan Reichmann  <jr@skyrix.com>
476
477         * FdExt.subproj/NSString+Formatting.m: fixed a bug regarding iSeries 
478           port, copy va_list structure before give it to a function and read 
479           one argument from the original va_list (v4.2.40)
480
481 Tue Jul 15 21:09:26 2003  Jan Reichmann  <jan@skyrix.com>
482
483         * FdExt.subproj/NSString+Formatting.m: replace *va_list function 
484           arguments with va_list (iSeries port) (v4.2.39)
485
486 Mon Jul 14 18:21:55 2003  Jan Reichmann  <jr@skyrix.com>
487
488         * NGBundleManager.m: cache bundle using name.extension instead of name 
489           only (v4.2.38)
490
491 2003-06-23  Helge Hess  <helge.hess@skyrix.com>
492         
493         * NGFileManager.m: ignore empty strings during path standardization
494           (reason for publisher bug 1778) (v4.2.37)
495         
496 2003-06-06  Jan Reichmann <jr@skyrix.com>
497         
498         * NSString+Encoding.m: added a category to encode/decode string from
499           arbitary encoding formats using libiconv (v4.2.36)
500
501 2003-05-26  Helge Hess  <helge.hess@skyrix.com>
502
503         * updated MacOSX port, some smaller modification to compile without 
504           FoundationExt (exceptions, memory allocation, plist parsing) 
505           (v4.2.35)
506
507 2003-05-19  Helge Hess  <helge.hess@skyrix.com>
508
509         * v4.2.34
510
511         * NGRuleEngine.subproj/NGRuleContext.m: added a flag to enable 
512           debugging on a per-context base, added some logging
513
514         * NGRuleEngine.subproj/NGRuleModel.m: during sorting of rules also 
515           consider how specific a qualifier is (by calling -count on the 
516           qualifier)
517
518         * v4.2.33
519
520         * NGRuleEngine: fixed default priorities
521         
522         * NGRuleEngine/NGRuleParser: fixed bug in rule-model parsing, added
523           a "reset" method to reset stored variables
524
525         * NGRuleContext: added some constructors (v4.2.32)
526
527 2003-05-16  Helge Hess  <helge.hess@skyrix.com>
528
529         * NGRuleEngine: added parsing of rule-models (v4.2.31)
530
531         * v4.2.30
532         
533         * EOExt.subproj/NSArray+EOGrouping.m: fixed a bug introduced by
534           clean ups in v4.2.26
535
536         * EOExt: added EOTrueQualifier (used in rule system for *true*)
537
538         * added simple NGRule parser
539
540 2003-05-15  Helge Hess  <helge.hess@skyrix.com>
541
542         * FdExt.subproj/NSString+misc.m: added a new scanning method,
543           -rangeOfString:skipQuotes:escapedByChar: for easier parsing of
544           common quoted languages (v4.2.29)
545
546 2003-05-14  Helge Hess  <helge.hess@skyrix.com>
547
548         * moved headers to "NGExtensions" subdirectory (v4.2.28)
549
550         * started to add NGRuleEngine, a KVC/EOQualifier based evaluation 
551           system (v4.2.27)
552
553         * cleaned up source organization, created three subprojects,
554           FdExt, EOExt and XmlExt for Foundation, EOControl and skyrix-xml
555           additions (v4.2.26)
556
557 2003-04-09  GNUstep User  <helge.hess@skyrix.com>
558
559         * fixed unsigned/signed warnings for gcc 3.3 (v4.2.25)
560
561         * NSProcessInfo+misc.m: small fix for gstep-base (use 
562           -stringByTrimmingSpaces instead of ..WhiteSpaces..) (v4.2.24)
563
564 2003-04-01  GNUstep User  <helge.hess@skyrix.com>
565
566         * NGObjCRuntime.m: added a hack for GNUstep Base with the incomplete
567           FoundationExt library (v4.2.23)
568
569 2003-04-01  Helge Hess  <helge.hess@skyrix.com>
570
571         * added compilation support for GNUstep base (v4.2.22)
572
573 2003-03-14  Helge Hess  <helge.hess@skyrix.com>
574
575         * NSString+misc.m: do not encode umlaut entities in XML output 
576           (v4.2.21)
577
578 2003-03-09  Helge Hess  <helge.hess@skyrix.com>
579
580         * NGBase64Coding.m: added -stringByEncodingBase64 and 
581           -stringByDecodingBase64 to NSData (v4.2.20)
582
583 Tue Mar  4 13:53:40 2003  Jan Reichmann  <jan@skyrix.com>
584
585         * GNUmakefile, NGFileManager+JS.m: add JS functions 
586           (copied from NGJavaScript/Core+JS/NGFileManager+JS.m) (bug 712) 
587           (v4.2.19)
588
589 Tue Feb  4 11:56:34 2003    <jan@skyrix.com>
590
591         * NGHashMap.m: disable throwing exception in objectForKey: if 
592           more than one object exsist, print out a warning only (bug 981) 
593           (v4.2.18)
594
595 Fri Jan 17 16:43:13 2003  Martin Hoerning  <mh@skyrix.com>
596
597         * NSCalendarDate+misc.m 
598         ([NSCalendarDate -dateByAddingYears:months:days:]): 
599           fixed month overflow (bug 871) (v4.2.17)
600
601 2003-01-10  Helge Hess  <helge.hess@skyrix.com>
602
603         * NGBundleManager.m: do not print a warning if the principal class of a
604           bundle could not be found (since the bundle might have none ...) and
605           use the NGBundle class as the default handler (v4.2.16)
606
607 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
608
609         * v4.2.15
610
611         * changes for improved compilation on MacOSX, replaced RETAIN macros
612           with methods
613         
614         * common.h: does not include anything from FoundationExt (required
615           includes were moved to the .m files)
616
617 Fri Dec 27 10:42:11 2002  Helge Hess  <helge.hess@skyrix.com>
618
619         * fixed Copyright headers in most files (v4.2.14)
620
621 Mon Dec 23 15:34:51 2002  Helge Hess  <helge.hess@skyrix.com>
622
623         * NSObject+Logs.m: print a warning if DEBUG is disabled (v4.2.13)
624
625         * NSFileManager+Extensions.m: correctly implement NGFileManager (some
626           trash related fixes)
627
628 2002-11-25  Helge Hess  <helge.hess@skyrix.com>
629
630         * NSString+misc.m: added some methods for processing fully qualified
631           XML names (v4.2.12)
632         
633 2002-11-22  Helge Hess  <helge.hess@skyrix.com>
634
635         * EOKeyMapDataSource.m: finished EOKeyMapDataSource (v4.2.11)
636         
637         * EOKeyMapDataSource.m: started EOKeyMapDataSource (v4.2.10)
638
639         * EOCacheDataSource.m: tiny code cleanups
640
641 2002-11-15  Helge Hess  <helge.hess@skyrix.com>
642
643         * NSURL+misc.m: fixed an index bug in URL string processing (v4.2.9)
644
645 2002-10-30  Helge Hess  <helge.hess@skyrix.com>
646
647         * NSDictionary+misc: added a method 
648           -dictionaryByExchangingKeysAndValues to reverse the mapping of a
649           dictionary (v4.2.8)
650
651 2002-10-21  Helge Hess  <helge.hess@skyrix.com>
652
653         * NGStringScanEnumerator.m: properly clear data when being passed an
654           empty NSData (v4.2.7)
655
656 Thu Oct 17 16:18:49 2002  Helge Hess  <helge.hess@skyrix.com>
657
658         * added Bjoern's excellent NGStringScanEnumerator for scanning binaries
659           for printable strings (useful for extracting version information of
660           executables that have no --version support ..) (v4.2.6)
661
662 2002-09-30  Helge Hess  <helge.hess@skyrix.com>
663
664         * NSEnumerator+misc.m, NSProcessInfo+misc.m: removed some compilation
665           warnings (v4.2.5)
666
667 Fri Aug 30 11:40:59 2002  Jan Reichmann  <jan@skyrix.com>
668
669         * NGQuotedPrintableCoding.m: (Suse Bug 18600) fixed 
670           'Soft line Breaks'-Bug (v4.2.4)
671
672 2002-08-15  Helge Hess  <helge.hess@skyrix.com>
673
674         * NSFileManager+Extensions.m: added support for GlobalIDs, make
675           relative pathes absolute before calling standarizePath (v4.2.3)
676
677 2002-07-12  Helge Hess  <helge.hess@skyrix.com>
678
679         * moved tools/tests to skyrix-core/samples
680
681 2002-05-31  Helge Hess  <helge.hess@skyrix.com>
682
683         * NGBundleManager.m: changed to work with gstep-base library
684
685 2002-05-23 Helge Hess  <helge.hess@skyrix.com>
686
687         * moved from Skyrix-dev-42 repository to skyrix-core (v4.2.2)
688
689 Fri May 17 14:51:13 2002  Helge Hess  <helge.hess@skyrix.com>
690
691         * added NSData+gzip category from NGZlib
692
693 Thu May  2 15:21:00 2002  Helge Hess  <helge.hess@skyrix.com>
694
695         * added NSURL+misc for handling relative NSURLs
696
697 Thu May  2 13:38:11 2002  Helge Hess  <helge.hess@skyrix.com>
698
699         * made some modifications to support gstep-base
700
701 Mon Apr 29 11:35:31 2002  Helge Hess  <helge.hess@skyrix.com>
702
703         * NSProcessInfo+misc.m: added convenience methods: 
704           -argumentsWithoutDefaults
705
706 Tue Apr 16 13:13:05 2002  Helge Hess  <helge.hess@skyrix.com>
707
708         * NSString+misc.m: fixed bug with HTML escaping \n \r etc
709
710 Tue Feb 12 21:04:16 2002  Helge Hess  <helge.hess@skyrix.com>
711
712         * NSObject+Values.m: the -stringValue of NSMutableString now returns an
713           immutable copy
714         
715         * added DOM extensions
716
717 Sat Feb  9 12:25:57 2002  Helge Hess  <helge.hess@skyrix.com>
718
719         * added object logging methods
720
721 Wed Feb  6 11:54:04 2002  Helge Hess  <helge.hess@skyrix.com>
722
723         * NSProcessInfo+misc.m: added -temporaryFileName
724
725 Mon Jan  7 15:33:41 2002  Helge Hess  <helge.hess@skyrix.com>
726
727         * NGBundleManager.m: use a set for resource lookup to avoid duplicates
728
729 Mon Dec 17 15:19:23 2001  Helge Hess  <helge.hess@skyrix.com>
730
731         * NGFileManager.m: added -trashFileAtPath:handler: method
732
733 Tue Nov 27 19:30:29 2001  Helge Hess  <helge.hess@skyrix.com>
734
735         * NGBundleManager: made NGBundle class public
736
737         * NSProcessInfo+misc.m: speed optimized /proc processing ...
738
739 Thu Nov 22 10:48:29 2001  Helge Hess  <helge.hess@skyrix.com>
740
741         * NSCalendarDate+misc.m: added method for calculation of
742           easter
743
744 Tue Nov  6 12:06:49 2001  Helge Hess  <helge.hess@skyrix.com>
745
746         * removed NGFileManager*Tools from Sascha, too many dependencies on
747           SkyProject ...
748
749 Tue Nov  6 12:00:11 2001  Helge Hess  <helge.hess@skyrix.com>
750
751         * added NGFileManager*Tools from Sascha
752
753 Thu Oct 18 15:34:13 2001  Helge Hess  <helge.hess@skyrix.com>
754         
755         * NSNull+misc.m: added forwarding code to catch unknown selectors
756         
757 Tue Oct 16 16:34:25 2001  Helge Hess  <helge.hess@skyrix.com>
758
759         * EOQualifier+CtxEval.m ([NSArray -filteredArrayUsingQualifier:context:]): 
760           return empty array instead of nil if no object matches
761
762 Mon Oct 15 15:59:42 2001  Helge Hess  <helge.hess@skyrix.com>
763
764         * NSNull+misc.m: implemented KVC for NSNull ...
765
766 Mon Oct 15 15:33:52 2001  Helge Hess  <helge.hess@skyrix.com>
767
768         * NSNull+misc.m: added -count,-length implementations
769           to improve stability against typing bugs (calls get
770           logged using NSLog)
771
772 Tue Aug 28 11:32:06 2001  Helge Hess  <helge.hess@skyrix.com>
773
774         * NSString+misc.m: added Unicode support to HTML escaping
775
776         * NSString+misc.h: added methods to do HTML escaping
777
778 Mon Aug 20 17:59:49 2001  Helge Hess  <helge.hess@skyrix.com>
779
780         * EOCompoundDataSource.m: fixed bug: remove from notification center
781           in -dealloc
782           
783         * EOFilterDataSource.m ([NSDictionary -flattenedArrayWithHint:andKeys:]): 
784           fixed allocation bug (missing -autorelease)
785
786 Fri Aug 17 12:47:07 2001  Helge Hess  <helge.hess@skyrix.com>
787
788         * added NSProcessInfo+misc for querying the /proc filesystem
789
790 Fri Aug 10 13:31:28 2001  Helge Hess  <helge.hess@skyrix.com>
791
792         * added NGFileManager class
793
794 Thu Aug  9 13:49:30 2001  Helge Hess  <helge.hess@skyrix.com>
795
796         * NSString+misc.m (NGUnescapeUrlBuffer): added URL escaping/unescaping
797
798 Tue Jul 31 11:27:46 2001  Martin Spindler  <spindler@mdlink.de>
799
800         * EOFilterDataSource.m: can handle groupings now
801
802 Tue Jul 10 11:56:18 2001  Helge Hess  <helge.hess@skyrix.com>
803
804         * NSCalendarDate+misc.m(firstMondayAndLastWeekInYear:): do not dump
805           core if passed NULL
806
807 2001-06-26  Helge Hess  <helge.hess@skyrix.com>
808
809         * removed NGNil, NGArchiver
810
811         * moved to SkyDev41
812
813 Wed May 30 14:47:11 2001  Helge Hess  <helge.hess@skyrix.com>
814
815         * EOFilterDataSource.m: completed
816
817 Thu May 10 11:23:57 2001  Helge Hess  <helge.hess@skyrix.com>
818
819         * NGBundleManager.m: improved error handling
820
821 Mon Apr 30 10:44:02 2001  Helge Hess  <helge.hess@skyrix.com>
822
823         * EOCacheDataSource.m: added -description
824
825 Thu Apr 19 11:58:57 2001  Jan Reichmann  <jan@skyrix.com>
826
827         * EOCompoundDataSource.m: insert mh bugfix (return empty array instead 
828         of nil); fixed sources notification bug
829         
830 Tue Apr 10 13:15:38 2001  Helge Hess  <helge.hess@skyrix.com>
831
832         * NGFileManager.h: completed NGFileManager protocol
833
834 Mon Mar 26 12:29:14 2001  Helge Hess  <helge.hess@mdlink.de>
835
836         * added NSNull+misc with -isNotNull
837
838 Thu Mar  8 16:51:31 2001  Helge Hess  <helge.hess@mdlink.de>
839
840         * EOKeyGrouping.m: fixed bug with 'nil' in -addObject:
841
842 Tue Feb 13 10:51:03 2001  Helge Hess  <helge.hess@mdlink.de>
843
844         * EOGrouping.m: added -setGroupings/-groupings to EOFetchSpecification
845
846 Tue Feb 13 10:31:29 2001  Helge Hess  <helge.hess@mdlink.de>
847
848         * fixed bugs in grouping stuff
849
850 Tue Feb  6 18:18:48 2001  Martin Spindler  <spindler@mdlink.de>
851
852         * NSArray+Grouping.[hm], EO*Grouping.[hm]: added
853
854 Mon Jan 29 15:36:07 2001  Helge Hess  <helge.hess@mdlink.de>
855
856         * NSFileManager+Extensions.m: added trash-folder support
857
858 Wed Jan 24 19:35:43 2001  Jan Reichmann  <jan@skyrix.com>
859
860         * NSString+misc.[mh]: add FilePathVersioningMethods
861
862 Wed Jan 24 19:35:00 2001  Jan Reichmann  <jan@skyrix.com>
863
864         * NSFileManager+Extensions.h: add fileAttributesAtPath:traverseLink:
865         version:
866
867 Tue Jan 23 18:04:35 2001  Helge Hess  <helge.hess@mdlink.de>
868
869         * EOQualifier+CtxEval.m: fixed bug in parameter countin
870
871 Thu Jan 18 17:04:07 2001  Helge Hess  <helge.hess@mdlink.de>
872
873         * NSFileManager+Extensions: changed feature-check methods
874
875 Tue Jan 16 11:28:38 2001  Jan Reichmann  <jan@skyrix.com>
876
877         * EOCacheDataSource.m: fixed timeout bug
878
879 Mon Jan 15 14:24:45 2001  Helge Hess  <helge.hess@mdlink.de>
880
881         * NSFileManager+Extensions.h: added locking protocol
882
883 Mon Jan 15 12:54:54 2001  Helge Hess  <helge.hess@mdlink.de>
884
885         * NSFileManager+Extensions.h: added methods for versioning
886
887 Sun Jan 14 19:27:23 2001  Jan Reichmann  <jan@skyrix.com>
888
889         * EOCacheDataSource.[mh]: improved timeout
890
891 Fri Jan 12 18:29:33 2001  Jan Reichmann  <jan@skyrix.com>
892
893         * EOCacheDataSource.[hm]: timeout
894
895 Wed Jan 10 15:56:40 2001  Helge Hess  <helge.hess@mdlink.de>
896
897         * EODataSource+NGExtensions.m: added EONoFetchWithEmptyQualifierHint
898
899 Wed Jan  3 15:36:40 2001  Jan Reichmann  <jan@skyrix.com>
900
901         * EOCacheDataSource.m: fixed dealloc bug
902
903 Thu Oct 26 20:00:41 2000  Jan Reichmann  <jan@skyrix.com>
904
905         * EOQualifier+CtxEval.m: fixed log bug
906
907 Thu Oct 19 14:31:48 2000  Helge Hess  <helge.hess@mdlink.de>
908
909         * NSString+misc.m: added changes of Jan
910
911 Mon Oct 16 19:30:30 2000  Martin Spindler  <spindler@mdlink.de>
912
913         * EODataSource+NGExtensions.m: added
914
915 Mon Oct  2 18:04:28 2000  Helge Hess  <helge.hess@mdlink.de>
916
917         * NSString+Formatting.m: added %ll specifier for long-long types
918
919 Thu Aug 31 17:54:59 2000  Helge Hess  <helge.hess@mdlink.de>
920
921         * NSEnumerator+misc: added this new category/classes
922
923 Fri Aug 18 15:09:14 2000  Helge Hess  <helge.hess@mdlink.de>
924
925         * NGBundleManager.m: cache bundle manager object
926
927 Thu Aug 17 13:43:06 2000  Helge Hess  <helge.hess@mdlink.de>
928
929         * NGBundleManager.m: always search in $GSROOT/Library/Bundles
930
931 Wed Jul  5 20:32:24 2000  Martin Hoerning  <mh@mdlink.de>
932
933         * NSCalendarDate+misc.m: fixed -numberOfWeeksInYear
934
935 Wed Jun 28 15:24:46 2000  Helge Hess  <helge.hess@mdlink.de>
936
937         * NSCalendarDate+misc.m: added -numberOfWeeksInYear
938
939 Tue Jun 13 18:34:04 2000  Helge Hess  <helge.hess@mdlink.de>
940
941         * NGObjCRuntime.m, NSString+Formatting.m: doesn't use stack allocated
942           buffers anymore
943
944 Fri Jun  9 17:37:09 2000  Helge Hess  <helge.hess@mdlink.de>
945
946         * NGQuotedPrintableCoding.m: changed 'char' type to 'signed char'
947
948 Wed May 31 16:33:53 2000  Helge Hess  <helge.hess@mdlink.de>
949
950         * NSCalendarDate+misc.h: added -firstDayOfMonth and -weekOfMonth
951
952 Wed May 17 11:54:20 2000  Helge Hess  <helge.hess@mdlink.de>
953
954         * NSCalendarDate+misc.m: added -isForenoon and -isAfternoon
955
956 Wed May  3 17:45:19 2000  Helge Hess  <helge.hess@mdlink.de>
957
958         * NSCalendarDate+misc.m: fixed mondays-of-year calculation to respect
959           the DST timezones
960
961 Wed May  3 17:14:32 2000  Helge Hess  <helge.hess@mdlink.de>
962
963         * NSCalendarDate+misc.m: added week-calculation methods
964
965 Tue May  2 17:24:09 2000  Helge Hess  <helge.hess@mdlink.de>
966
967         * NGBundleManager.m ([NGBundleManager -providedResourcesOfType:inBundle:]): 
968           fixed bug, didn't qualify based on type
969
970 Tue May  2 14:00:45 2000  Jan Reichmann  <jan@mdlink.de>
971
972         * NSString+misc.m: fixed possible buffer overflow bug
973
974 Tue May  2 13:24:40 2000  Jan Reichmann  <jan@mdlink.de>
975
976         * NGHashMap.m: fixed RC-Bug in allObjects and _NGHashMapObjectEnumerator 
977         -nextObject
978
979 Tue May  2 13:12:11 2000  Helge Hess  <helge.hess@mdlink.de>
980
981         * NGHashMap.m: added NSAssert's to check for a valid 'table'
982
983 Fri Apr 28 19:00:52 2000  Helge Hess  <helge.hess@mdlink.de>
984
985         * NSString+misc.m: added placeholder replacement stuff, removed string
986           debugging stuff
987
988 Wed Apr 12 19:33:26 2000  Helge Hess  <helge.hess@mdlink.de>
989
990         * NSCalendarDate+misc.m: added -isToday method
991
992 Tue Feb 29 17:12:15 2000  Helge Hess  <helge.hess@mdlink.de>
993
994         * MOF3 import
995
996 Mon Feb 21 13:49:40 2000  Helge Hess  <helge.hess@mdlink.de>
997         
998         * removed -cString calls
999
1000 2000-02-17    <helge.hess@mdlink.de>
1001
1002         * NSString+Formatting.m, NSBase64Coding.m, NGBundleManager.m, NSString+misc:
1003           removed a lot of 'cString' usage
1004
1005 Thu Jan 20 18:44:27 2000  Helge Hess  <helge.hess@mdlink.de>
1006
1007         * added NGObjCRuntime category. Contains ObjC runtime manipulation stuff
1008
1009 Mon Jan 10 12:44:10 2000  Helge Hess  <helge.hess@mdlink.de>
1010
1011         * NSCalendarDate+misc.m: added Y2K support method
1012
1013 Mon Dec  6 19:15:27 1999  Helge Hess  <helge.hess@mdlink.de>
1014
1015         * NGBundleManager.m: added support for EOQualifier queries
1016
1017 Thu Sep 16 18:14:39 1999  Helge Hess  <helge.hess@mdlink.de>
1018
1019         * removed NGTool.[hm], NGProxy.[hm], NGMainMacros.h
1020
1021 Mon Jul 26 12:21:44 1999  Helge Hess  <helge@trex.mdlink.de>
1022
1023         * NGBundleManager.m: added -principalObject method
1024
1025 Thu Jul 22 14:31:36 1999  Jan Reichmann  <jan@mdlink.de>
1026
1027         * NGQuotedPrintableCoding.m: fixed NGEncodeQuotedPrintable
1028
1029 Thu Jul  8 10:23:52 1999  Helge Hess  <helge@trex.mdlink.de>
1030
1031         * NGBundleManager.m: send notification if bundle did load
1032
1033 Wed Jun 30 15:20:05 1999  Helge Hess  <helge@trex.mdlink.de>
1034
1035         * added NGBundleManager
1036
1037 Fri Jun 25 19:58:14 1999  Helge Hess  <helge@trex.mdlink.de>
1038
1039         * NSString+Formatting.m: fixed bug (formatter looks for empty format)
1040
1041 Tue Jun 15 10:38:05 1999  Helge Hess  <helge@trex.mdlink.de>
1042
1043         * added NGQuotedPrintableCoding categories
1044
1045 Fri May 21 16:13:52 1999  Helge Hess  <helge@trex.mdlink.de>
1046
1047         * make it compile with gstep-base
1048
1049 Fri May 21 13:19:10 1999  Helge Hess  <helge@trex.mdlink.de>
1050
1051         * changed OPENSTEP macro to WITH_OPENSTEP
1052
1053 Tue Mar 16 12:43:03 1999  Helge Hess  <helge@trex.mdlink.de>
1054
1055         * common.h: added support for mingw32
1056
1057 Tue Jan 12 13:19:36 1999  Helge Hess  <helge@trex.mdlink.de>
1058
1059         * NGHashMap.m: added -asDictionary method
1060
1061 Fri Jan  8 14:42:31 1999  Helge Hess  <helge@trex.mdlink.de>
1062
1063         * NSSet+enumerator.m: implemented mapping methods
1064
1065 Thu Jan  7 16:14:55 1999  Helge Hess  <helge@trex.mdlink.de>
1066
1067         * NGBase64Coding.m: use +stringWithCStringNoCopy:...
1068
1069 Wed Jan  6 18:54:50 1999  Helge Hess  <helge@trex.mdlink.de>
1070
1071         * NSString+Formatting.m: use Objective-C allocation functions
1072
1073         * NGMemoryAllocation.h: use Objective-C allocation functions
1074
1075         * NSAutoreleasePool+misc.m: content is ignored if Boehm GC is used
1076
1077 Wed Dec 30 09:54:51 1998  Helge Hess  <helge@trex.mdlink.de>
1078
1079         * fixed exception creation, cleanups in NSAttributedString
1080
1081 Mon Dec 28 09:51:24 1998  Helge Hess  <helge@trex.mdlink.de>
1082
1083         * replaced THROW with -raise
1084
1085         * replaced TRY with NS_DURING
1086
1087         * removed GNU regex library because of license issues
1088
1089 Wed Dec 23 12:13:07 1998  Helge Hess  <helge@trex.mdlink.de>
1090
1091         * NSArray+enumerator.m: added methods to create sets using selector
1092           mapping
1093
1094 Wed Dec 16 12:23:24 1998  Helge Hess  <helge@trex.mdlink.de>
1095
1096         * NSArray+enumerator.m: added methods to create arrays using selector
1097           mapping
1098
1099 Fri Dec 11 18:58:35 1998  Helge Hess  <helge@trex.mdlink.de>
1100
1101         * NSCalendarDate+misc.m: added -hour:minute:second:, -hour:minute:
1102
1103 Tue Dec  8 19:23:23 1998  Helge Hess  <helge@trex.mdlink.de>
1104
1105         * NSCalendarDate+misc.m: fixed -tomorrow, -yesterday which was broken
1106
1107         * NSCalendarDate+misc.m: added various methods: 
1108           -isDateOnSameDay, -isDateInSameWeek, -yesterday, -tomorrow
1109
1110         * added NSCalendarDate+misc category
1111
1112 Fri Nov 27 15:53:48 1998  Helge Hess  <helge@trex.mdlink.de>
1113
1114         * NGExtensions.h: added 'index()' function for WIN32
1115
1116 Thu Nov 26 13:48:35 1998  Helge Hess  <helge@trex.mdlink.de>
1117
1118         * NSException+misc.h: removed FINALLY from SYNCHRONIZED macros
1119
1120         * GNUmakefile: added install capability
1121
1122 Tue Nov 24 11:51:08 1998  Helge Hess  <helge@trex.mdlink.de>
1123
1124         * NSAutoreleasePool+misc.m: added category linking function
1125
1126         * NGStack.m: fixed RC bug (elements were not released on dealloc)
1127
1128 Mon Nov 23 10:37:55 1998  Helge Hess  <helge@trex.mdlink.de>
1129
1130         * NSString+misc.m: added string debugging methods (init replacements)
1131           which were in libFoundation-mof2 before
1132
1133         * added NSAutoreleasePool+misc.[hm]
1134
1135 Mon Nov 16 18:41:15 1998  Helge Hess  <helge@trex.mdlink.de>
1136
1137         * NGCharBuffers.h: fixed bug in initialization
1138
1139 Fri Nov 13 10:44:03 1998  Helge Hess  <helge@trex.mdlink.de>
1140
1141         * NGExtensions.h: made NoZone a libFoundation specific
1142
1143         * Makefile.preamble: added -Wno-protocol switch
1144
1145         * NGTool.m: getpid() replaced for WIN32
1146
1147 Tue Nov 10 17:01:20 1998  Helge Hess  <helge@trex.mdlink.de>
1148
1149         * NGTool.m: signal handler sets itself again after signal is executed
1150
1151 Fri Nov  6 11:07:03 1998  Helge Hess  <helge@trex.mdlink.de>
1152
1153         * NGArchiver.m: added proper Copyright information
1154
1155 Thu Nov  5 08:28:07 1998  Helge Hess  <helge@trex.mdlink.de>
1156
1157         * NGArchiver.m: reformatted for inclusion in libFoundation
1158
1159 Wed Oct 28 14:57:40 1998  Helge Hess  <helge@trex.mdlink.de>
1160
1161         * NGHashMap.m: added -initWithDictionary:, +hashMapWithDictionary: methods
1162
1163 Thu Oct 22 14:07:32 1998  Helge Hess  <helge@trex.mdlink.de>
1164
1165         * added NSDictionary+misc category
1166
1167 Tue Oct 20 19:34:33 1998  Helge Hess  <helge@trex.mdlink.de>
1168
1169         * added xor digests in MD5 generator
1170
1171 1998-10-19  Helge Hess  <helge@trex.mdlink.de>
1172
1173         * NSObject+Values.m: modified values method to use only intValue,
1174           floatValue and doubleValue.
1175
1176         * NSException+misc.h: added synchronized macros
1177         
1178         * removed property list parser (now in libFoundation)
1179
1180 1998-10-15  Helge Hess  <helge@trex.mdlink.de>
1181
1182         * NGStack.m: made category on NSMutableArray to make it conform to
1183           stack protocol
1184
1185         * added NSString+misc category. Contains a method to return a
1186           string escaped using C rules (newline becomes '\n', ..)
1187
1188 1998-10-11  Helge Hess  <helge@trex.mdlink.de>
1189
1190         * started Rhapsody support
1191
1192 1998-10-10  Helge Hess  <helge@trex.mdlink.de>
1193
1194         * NGBase64Coding.m: removed generation of newline at end of encoding,
1195                             cleaned up, removed MAXLINE constant
1196
1197 1998-10-09  Helge Hess  <helge@trex.mdlink.de>
1198
1199         * reformatted NGArchiver.m
1200
1201         * created ChangeLog