more rendering corrections
[AROS.git] / workbench / libs / openurl / ChangeLog
blobc1c4fee14f8e7c9676a50118cb3fe24281dc9b13
1 ---------------------------
2 openurl.library - ChangeLog
3 ---------------------------
5 $Id: ChangeLog 126 2009-10-24 17:43:02Z damato $
6 $URL: https://openurllib.svn.sourceforge.net/svnroot/openurllib/trunk/ChangeLog $
8 #### v7.6 RELEASE ##############################################################
10 2009-10-24  Jens Langner <Jens.Langner@light-speed.de>
12   * misc: final 7.6 release preparations
14 2009-09-19 Thore Böckelmann <tboeckel@gmx.de>
16   * misc: added a name to all memory pools for OS4.
18 2009-09-16 Thore Böckelmann <tboeckel@gmx.de>
20   * prefs/applist.c: integrated the hook structures into the instance data and
21     set these after creating the object instead of using global hooks. Thus
22     multiple instances of the prefs program will use the correct hook data. This
23     fixes bug #2859339.
25 2009-08-14 Thore Böckelmann <tboeckel@gmx.de>
27   * Makefiles: added "-g" to the debug flags. It seems the OS3 GCC 2.95.3 cross
28     compiler needs this to generate debug infos at all.
30 2009-07-21 Thore Böckelmann <tboeckel@gmx.de>
32   * library/libinit.c: in case something in the LibInit() call fails everything
33     set up before will now correctly be freed again to avoid memory leaks.
35 2009-06-16  Thore Böckelmann <tboeckel@gmx.de>
37   * library/prefs.c: changed OWB's port name to "OWB" instead of "OWB.1" because
38     openurl.library takes care of additional numbers itself. This fixes bug
39     #2801806.
41 2009-06-07  Matthias Rustler <mrustler@gmx.de>
43   * libinit.c: Merged Staf's fixes from codesets.library
45 2009-06-07  Matthias Rustler <mrustler@gmx.de>
47   * Makefile fix for linker library
49 2009-06-02  Matthias Rustler <mrustler@gmx.de>
51   * Fixes for the AROS metamakefiles
52   * linkerlib for auto-opening (like it was done for codesets.library)
54 2009-06-02  Thore Böckelmann <tboeckel@gmx.de>
56   * raPrefs/OpenURL.c: restored accidently removed sections.
58 2009-06-01  Thore Böckelmann <tboeckel@gmx.de>
60   * raPrefs/#?.c: added the two new macros iset() and gadset() to replace the
61     quite long SetAttrs() and SetGadgetAttrs() calls.
63 2009-05-31  Thore Böckelmann <tboeckel@gmx.de>
65   * raPrefs/#?.c: fixed all warnings and replaced GetAttr() call by the iget()
66     macro.
68 2009-05-24  Alexandre Balaban <alexandre@balaban.fr>
70   * raPrefs/misc: made node edition and save/use/apply of prefs functionnal
72 #### v7.5 RELEASE ##############################################################
74 2009-05-30  Jens Langner <Jens.Langner@light-speed.de>
76   * misc: final 7.5 release preparations
78 2009-05-28  Jens Langner <Jens.Langner@light-speed.de>
80   * prefs/app.c: removed the not required AboutMUI method as calling
81     MUIM_Application_AboutMUI should really be enough. This should also solve
82     the previously existing problems with the AROS compiles.
83   * library/applist.c: instead of always returning 0 in mListCheckSave() for
84     AROS we now check if the returned pointer of xget(MUIA_List_Format) is
85     NULL or not and thus perform the string compare operation or not. This
86     should also catch the case where AROS is failing for the MUIA_List_Format
87     get operation.
89 2009-05-28  Matthias Rustler <mrustler@gmx.de>
91   * German catalog sync'd with "FlexCat .. newctfile ..." and updated.
92   * Build German catalog with AROS metamakefile.
93   * Copying of icon with AROS metamakefiles
94   * Metamakefiles cleaned up
95   * Overloading of MUIM_Application_AboutMUI disabled on AROS
96     because it crashes when closing the about window.
97   * Remaining warnings under AROS removed
99 2009-05-27  Matthias Rustler <mrustler@gmx.de>
101   * AROS metamakefiles added
102   * applist.c: fix for a segfault on AROS because MUIA_List_Format
103     isn't get-able in Zune.
104   * 64-bit fixes (IPTR, STACKED, UL)
106 2009-05-26  Jens Langner <Jens.Langner@light-speed.de>
108   * include: updated the mui includes to use "muiaros.h" instead of "mui.h"
109     for an AROS compile. Otherwise the binaries won't work, I am afraid.
110     In addition a little cleanup in the include directory has been performed.
112 2009-05-25  Jens Langner <Jens.Langner@light-speed.de>
114   * misc: fixed all remaining compiler warnings when compiling for AROS.
116 2009-05-24  Alexandre Balaban <alexandre@balaban.fr>
118   * locale/french.ct: updated to latest catalog changes
120 2009-05-24  Jens Langner <Jens.Langner@light-speed.de>
122   * prefs: slightly updated the About window to match the latest changes and
123     to output the correct version string of the preference application.
124   * library/prefs.c: added some default settings for OWB, NetSurf, AmiFTP,
125     AmiTradeCenter and pftp. If users reset to the default settings of OpenURL
126     they should receive a more complete and working set of settings now.
128 2009-05-20  Thore Böckelmann <tboeckel@gmx.de>
130   * library/api.c: using/applying the prefs always failed due to a missing
131     assignment.
132   * prefs/*.c: replaced all handcrafted flag checks by macro calls.
133   * prefs/popport.c: replaced the clumsy port scanning by a hopefully bullet
134     proof version. This new version does not break any Forbid() while scanning
135     the public port list.
136   * library/utils.c, library/handler.c: replaced the handcrafted message and
137     port creation by proper allocations to get rid of the stack based stuff.
138     Also shrunk the asynchronous startup message to what is really needed.
140 2009-05-19  Jens Langner <Jens.Langner@light-speed.de>
142   * raPrefs: updated the build system of the OS4 reaction preferences to match
143     that of our other sub projects. Now the Reaction preferences should work
144     as expected on OS4.
145   * cmd: updated the sources to be compile/linkable for AROS.
146   * include/macros.h: updated to be the global header file for the macro
147     definitions of all our subprojects.
148   * prefs, misc: now the preference application also properly compiles and
149     links for AROS. If it works have to be seen. But it looks quite promising.
150   * prefs: fixed MOS compilation by updating the ppcinline header files
151   * prefs: converted the build system of the MUI preferences application to
152     use the generic Makefile we use with every application. Also converted
153     everything to use the SDI headers. OS4 compilation seems to work fine and
154     the app seems also to work properly. However, further testing and
155     especially work into getting it compiled/linked for OS3 and MOS have to
156     be done.
158 2009-05-19  Thore Böckelmann <tboeckel@gmx.de>
160   * raPrefs/locale.c: fixed possible crash upon program termination.
161   * raPrefs: fixed all warnings.
162   * Cmd: converted the build system to the usual standard. The commandline tool
163     now builds for at least OS3, OS4 and MOS.
164   * prefs/OpenURL.c: added debugging initialization.
165   * prefs: fixed all remaining issues with the OS3 build. Now the preferences
166     program compiles perfectly for OS3 and OS4.
167   * prefs: replaced all stccpy() calls by strlcpy().
168   * prefs/*.c fixed tons of warnings. At least the OS4 build is done without a
169     single warning.
170   * library/*.c: replaced all handcrafted flag checks by macro calls.
171   * library/api.c, library/utils.c: replace the separate BOOL parameters by a
172     combined flags variable.
174 2009-05-18  Thore Böckelmann <tboeckel@gmx.de>
176   * prefs/popport.c: added a comment about the unsafe Forbid() situation while
177     adding items to an MUI list. Just to make sure this is not forgotten.
178   * library/handler.c, library/utils.c: replaced the Forbid()/Permit() pair to
179     protect access
180     to the rexx_use var by usage of the library base semaphore.
181   * misc: replaced almost all strcpy() calls by strlcpy(). Also removed the
182     custom msnprintf() function as they are longer used.
183   * library/api.c: lots of code clean up to make things more readable.
184   * misc: replaced several ULONG results by proper BOOL types.
185   * misc: added the usual ENTER()/LEAVE()/RETURN() macro calls to all functions.
187 2009-05-18  Jens Langner <Jens.Langner@light-speed.de>
189   * library: completely reworked the build system of openurl.library. Now the SDI
190     headers are used and a generic libinit.c. All this has been transferred
191     from the codesets.library project and should make future improvements more
192     easy. Please note, however, that the library needs a lot of testing now
193     until we consider a new official release. So please go and see if it works
194     with all kind of platforms and applications you have.
196 2009-05-11  Thore Böckelmann <tboeckel@gmx.de>
198   * misc: lots of type changes to make the source compilable for OS4.