2005-04-12 18:12:43 +00:00
|
|
|
2005-04-11 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version 1.10.3
|
|
|
|
|
|
|
|
2005-04-05 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSString.m: ([sttringByAppendingPathComponent:]) Fix bug
|
|
|
|
eliding multiple slashes in path.
|
|
|
|
|
|
|
|
2005-04-02 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSTask.m: Fix missing nul terminator to arguments under win32
|
|
|
|
|
2005-03-18 04:17:39 +00:00
|
|
|
2005-03-14 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Version: 1.10.2
|
|
|
|
|
|
|
|
2005-03-03 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSFileManager.m (-createFileAtPath:...): Define var at
|
|
|
|
beginning to work on gcc 2.x compilers.
|
|
|
|
|
2005-02-22 14:06:28 +00:00
|
|
|
2005-02-22 14:00 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Documentation/Base.gsdoc:
|
|
|
|
* Source/GSPrivate.h:
|
|
|
|
* Source/NSDebug.m:
|
|
|
|
* Source/NSLog.m:
|
|
|
|
* Source/NSUserDefaults.m:
|
|
|
|
Add GSLogThread to include thread id in NSLog() and debug output.
|
2005-02-22 14:17:22 +00:00
|
|
|
* Source/NSMessagePort.m:
|
|
|
|
* Source/NSSocketPort.m:
|
|
|
|
Remove thread reporting in some debug statements as it can be
|
|
|
|
done universally using GSLogThread.
|
2005-02-22 14:06:28 +00:00
|
|
|
|
2005-02-22 11:22:44 +00:00
|
|
|
2005-02-22 11:12 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/GSFFCallInvocation.m:
|
|
|
|
* Source/GSFormat.m:
|
|
|
|
* Source/GSString.m:
|
|
|
|
* Source/GSTemplateValue.m:
|
|
|
|
* Source/NSAutoreleasePool.m:
|
|
|
|
* Source/NSData.m:
|
|
|
|
* Source/NSDebug.m:
|
|
|
|
* Source/NSDecimal.m:
|
|
|
|
* Source/NSInvocation.m:
|
|
|
|
* Source/NSMethodSignature.m:
|
|
|
|
* Source/NSScanner.m:
|
|
|
|
* Source/NSThread.m:
|
|
|
|
* Source/NSTimeZone.m:
|
|
|
|
* Source/NSUserDefaults.m:
|
|
|
|
* Source/libgnustep-base-entry.m:
|
|
|
|
* Source/thr-mach.m:
|
|
|
|
* Source/thr-pthread.m:
|
|
|
|
* Source/Additions/GSCategories.m:
|
|
|
|
* Source/Additions/GSObjCRuntime.m:
|
|
|
|
* Source/Additions/Unicode.m:
|
|
|
|
* Source/Additions/behavior.m:
|
|
|
|
Tidy up use of white space a little.
|
|
|
|
|
2005-02-21 20:27:42 +00:00
|
|
|
2005-02-21 20:30 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/GSFormat.m: Modified code to rewrite output to use correct
|
|
|
|
decimal separator for locale (hopefully). Also made a small
|
|
|
|
performance improvement in processing digits for output.
|
|
|
|
|
2005-02-21 14:33:43 +00:00
|
|
|
2005-02-21 14:30 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/GSFormat.m:
|
|
|
|
* Source/NSConnection.m:
|
|
|
|
* Source/callframe.m:
|
|
|
|
* Source/cifframe.m:
|
|
|
|
Include malloc.h for systems where it is needed for alloca()
|
2005-02-21 14:44:18 +00:00
|
|
|
* Tools/gdomap.c: Avoid some warnings on mingw32
|
2005-02-21 14:33:43 +00:00
|
|
|
|
2005-02-21 14:11:22 +00:00
|
|
|
2005-02-21 14:10 Stefan Urbanek <stefan@agentfarms.net>
|
|
|
|
|
|
|
|
* Source/NSAttributedString.m: Fix loop decoding from archive.
|
|
|
|
|
2005-02-18 06:25:19 +00:00
|
|
|
2005-02-18 06:20 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSString.m: Tidy up some of last patch for unicode filesystem
|
|
|
|
support.
|
|
|
|
* Source/NSFileManager.m: Complete rewrite of unicode filesystem
|
|
|
|
support to make code more readable and to allow it to easily be
|
|
|
|
turned off by commenting out the 'UNICODE' and '_UNICODE'
|
|
|
|
definitions at the start of the file.
|
|
|
|
There is a bug in the mingw runtime which is (currently) still
|
|
|
|
distributed in the 'current' complete mingw distribution ... which
|
|
|
|
breaks unicode filesystem support very badly.
|
|
|
|
So ... you can now either revert to 8bit charset filesystem support,
|
|
|
|
or download a more recent version of the mingw runtime from the
|
|
|
|
mingw site.
|
2005-02-18 08:15:34 +00:00
|
|
|
* Source/NSTask.m: Fix setting environment for mingw ... use own
|
|
|
|
method to get environment rather than examining instance variable,
|
|
|
|
as the variable may not be set. Sort variables because windows needs
|
|
|
|
them in alphabetical order. Fix conversion to unicode.
|
2005-02-18 06:25:19 +00:00
|
|
|
|
2005-03-18 04:17:39 +00:00
|
|
|
2005-02-16 14:40 Richard Frith-Macdonald <rfm@gnu.org>
|
2005-02-16 14:45:07 +00:00
|
|
|
|
|
|
|
* config/patchxml.m4: Try to detect libxml2 in standard directories
|
|
|
|
exen if xml2-config is not present.
|
|
|
|
* configure.ac: Detect libxml2 becore iconv, in case libxml2
|
|
|
|
requires iconv (which it usually will on a system where iconv is
|
|
|
|
not built into the standard c library).
|
|
|
|
* confingure: Regenerate
|
2005-02-16 17:40:48 +00:00
|
|
|
* Source/Additions/GSXML.m: Set memory allocation functions to be
|
|
|
|
used by libxml2, so we can use objc_free() to release strings returned
|
|
|
|
by the library, and avoid linker problem with xmlFree() on mingw.
|
2005-02-16 14:45:07 +00:00
|
|
|
|
2005-02-15 10:05:41 +00:00
|
|
|
2005-02-15 08:00 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSTask.m: Fix incorrect version comitted.
|
|
|
|
|
2005-02-14 11:03:53 +00:00
|
|
|
2005-02-14 08:00 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSTask.m: Pass environment settings for mingw based on
|
|
|
|
anonymous bug submission (bug #11360)
|
2005-02-14 11:22:02 +00:00
|
|
|
* Source/NSUser.m: Fix bug #11378
|
2005-02-14 14:59:11 +00:00
|
|
|
* Tools/gdomap.c: Quote mingw arguments toi fix bug #11854
|
2005-02-14 15:20:15 +00:00
|
|
|
* Documentation/manual/Introduction.texi: Apply patch by pupeno
|
|
|
|
(bug #11814)
|
2005-02-14 11:03:53 +00:00
|
|
|
|
2005-02-10 00:04:32 +00:00
|
|
|
2005-02-10 01:05 Alexander Malmberg <alexander@malmberg.org>
|
|
|
|
|
|
|
|
* Tools/gdnc.m (main): Remove the program name from the arguments
|
|
|
|
given to the new task.
|
|
|
|
|
2005-02-08 11:20:42 +00:00
|
|
|
2005-02-08 11:20 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSString.m: (unicodeString) rewrite to conform to coding
|
|
|
|
standards and to be more efficient.
|
|
|
|
|
2005-02-08 10:11:18 +00:00
|
|
|
2005-02-08 10:10 Richard Frith-Macdonald <rfm@gnu.org>
|
|
|
|
|
|
|
|
* Tools/gdnc.m: Rewrite startup code to create a daemon using NSTask
|
|
|
|
rather than calling fork()/spawn() etc.
|
2005-02-08 11:57:39 +00:00
|
|
|
Make arguments more consistent with gpbs
|
2005-02-08 10:11:18 +00:00
|
|
|
* Source/NSTask.m: Minor code layout/indentation tweaks.
|
|
|
|
|
2005-02-02 09:43:29 +00:00
|
|
|
2005-02-02 09:40 Richard Frith-Macdonald <rfm@gnu.org>
|
2005-02-08 10:11:18 +00:00
|
|
|
|
2005-02-02 09:43:29 +00:00
|
|
|
* Source/NSFileManager.m: Restructure last patch to conform to
|
|
|
|
gnustep coding standards.
|
|
|
|
(localFromOpenStepPath:) for unix paths, expand '~' abbreviations.
|
|
|
|
|
2005-01-31 18:35:32 +00:00
|
|
|
2005-01-31 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Documentation/coding-standards.texi: Add section of documentation.
|
|
|
|
|
2005-01-30 11:54:07 +00:00
|
|
|
2005-01-29 03:46 Matt Rice <ratmice@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m (-registerUndoWithTarget:selector:object:):
|
|
|
|
Have the invocation to retain it's arguments. (Fixes bug #4692.)
|
|
|
|
|
2005-01-22 03:07:29 +00:00
|
|
|
2005-01-21 22:08 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: [NSUndoManager redo] and
|
|
|
|
[NSUndoManager undoNestedGroup] moved the call to actionName
|
|
|
|
to a later point in both methods to get the name from the
|
|
|
|
"groupToRedo" or the "groupToUndo" respectively. This
|
|
|
|
corrects the issue with the wrong name sometimes appearing
|
|
|
|
in the redo/undo menu items.
|
|
|
|
|
2005-01-16 12:58:20 +00:00
|
|
|
2005-01-16 07:59 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: Added code to properly set the
|
|
|
|
name of the action when undo/redo is called.
|
|
|
|
|
2005-01-16 11:36:30 +00:00
|
|
|
2005-01-16 06:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: Check if the group is nil in
|
|
|
|
endUndoGrouping before checking the count.
|
|
|
|
|
2005-01-15 11:16:00 +00:00
|
|
|
2005-01-15 06:17 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: Undid previous change here.
|
|
|
|
|
2005-01-15 11:11:49 +00:00
|
|
|
2005-01-15 06:13 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: Localized undo/redo menu title.
|
|
|
|
|
2005-01-14 11:49:46 +00:00
|
|
|
2005-01-14 06:50 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: Correction for redo.
|
|
|
|
|
2005-01-14 10:45:09 +00:00
|
|
|
2005-01-14 05:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
|
|
|
|
|
|
|
* Source/NSUndoManager.m: Fix forward invocation to not add
|
|
|
|
a group when it doesn't contain any actions.
|
|
|
|
|
2005-01-08 20:40:29 +00:00
|
|
|
2005-01-08 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSCalendarDate.m: fix time zone for %z format with
|
|
|
|
only 2 digits in -initWithString:calendarFormat:locale:
|
|
|
|
|
2005-01-07 15:33:16 +00:00
|
|
|
2005-01-07 Adam Fedor <fedor@gnu.org>
|
|
|
|
|
|
|
|
* Source/NSTimeZone.m (+abbreviationDictionary): Retain dictionary
|
|
|
|
(Fixes bug #11516).
|
|
|
|
|