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