September 2006 Commit Log

Number of Commits:
95
Number of Active Developers:
2
damato 2006-09-29 01:45 Rev.: 2392

* YAM_MA.c, MainMailList: reenabled the Reply toolbar button and menu
items even in SentMail folders. After having rethought on the behaviour
it indeed makes sense to have the reply operations also active as
a user might want to quickly reply to one of his own mails to e.g.
send a corrected mail afterwards.

4 lines of code changed in 2 files:

damato 2006-09-29 01:20 Rev.: 2391

* MainMailListGroup: changed the "Write window on doubleclick" feature
to just popup a write window in case the embedded read pane is active.
Otherwise a read window will be opened like it was with earlier
versions. That should be more the intuitive than always forcing a
write window.

12 lines of code changed in 1 file:

damato 2006-09-27 02:33 Rev.: 2389

* misc: removed unncesessary STDARGS definitions.

4 lines of code changed in 4 files:

damato 2006-09-27 02:26 Rev.: 2388

* extrasrc: removed the unncesessary STDARGS definition in DoSuperNew().

2 lines of code changed in 2 files:

damato 2006-09-27 02:00 Rev.: 2386

* Makefile.#?: added new 'Makefile.depend' file which can now be
generated via 'make depend' and carries all source file dependencies
collected with a "gcc -MM" call over all files. This should hopefully
improve the whole dependency handling with the YAM sources and prove
usefull for further development.

76 lines of code changed in 4 files:

damato 2006-09-26 19:12 Rev.: 2384

- minor cosmetic change to the autogenerated warning

4 lines of code changed in 1 file:

damato 2006-09-26 19:08 Rev.: 2383

* C_c.sd, C_h.sd: fixed the mixed up const usage which broke compiles
with GCC 2.95.3

8 lines of code changed in 2 files:

damato 2006-09-26 03:35 Rev.: 2382

- more debug output

11 lines of code changed in 1 file:

damato 2006-09-26 03:31 Rev.: 2381

* YAM_folderconfig.h, misc: added a new set of folder type macros
for querying the folder type more easily and more intuitive so
that menu items and context menus as well as toolbar images can
be more easily setup to disable certain things upon the specific
folder type.

222 lines of code changed in 19 files:

damato 2006-09-26 02:35 Rev.: 2380

* MainMailListGroup.c: if doubleclicking on a mail in the outgoing
folder, YAM will now popup an edit window instead of a read window
as that is normally the more native action for the outgoing folder.
All other folder types will keep their old behaviour and popup
a read window instead.

38 lines of code changed in 1 file:

damato 2006-09-24 18:25 Rev.: 2379

* YAM_MA.c: fixed bug #1549093 where some toolbar gadgets were
kept ghosted under certain conditions due to the way NList handles
the "active" and "selected" state.

5 lines of code changed in 1 file:

damato 2006-09-24 18:01 Rev.: 2378

* QuickSearchBar.c: the search string now directly accepts return
for initiating an immediate search. In addition, the autosearch
delay is now increased to 500ms and will only be triggered after
a minimum of two characters are entered. That should make the
gadgets slightly more intuitiv in its behaviour.

28 lines of code changed in 1 file:

damato 2006-09-24 17:58 Rev.: 2377

- minor cosmetic change

1 lines of code changed in 1 file:

damato 2006-09-24 17:58 Rev.: 2376

- minor modifications to hopefully catch a memory trashing issue

10 lines of code changed in 1 file:

damato 2006-09-24 15:19 Rev.: 2373

* YAM.cd, C_c.sd, C_h.sd, misc: the OpenYAMCatalog() function
checks now the version of the loaded native catalog against the
version of the internal one. And if both are not matching it will
popup a requester to the user upon startup. In addition, it will
refuse to keep that outdated catalog translation to be activ. That
should force/remind users of the fact that they might have an
outdated catalog running in case they updated their YAM.

60 lines of code changed in 4 files:

damato 2006-09-23 17:39 Rev.: 2371

* YAM_MA.c: YAM will not automatically switch to the send folder
anymore in case mail is going to be sent. That forced folder switching
was somehow unnecessary and disturbing to the user. YAM will create
the selection list internally now instead of relying on the main
mail list NList object's selection.

35 lines of code changed in 1 file:

damato 2006-09-23 17:20 Rev.: 2370

* YAM_TR.c, YAM_MA.c, misc: merged the MA_SendMList() function with
the more intuitive usage of TR_ProcessSEND() which also accepts
an array of mails to send.

184 lines of code changed in 5 files:

damato 2006-09-23 16:23 Rev.: 2369

* YAM.c: fixed bug #1523160 where upon startup YAM could have asked to
send waiting outgoing mail even if there wasn't really waiting mail.

91 lines of code changed in 2 files:

damato 2006-09-22 18:27 Rev.: 2368

- removed unnecessary include

0 lines of code changed in 1 file:

damato 2006-09-22 18:15 Rev.: 2367

* YAM_WR.c: fixed bug #756805 where it wasn't possible to use a script
which's intention is to modify the content of the write window right
before the real message is generated (POSTWRITE). Now that's finally
possible which should help spell checkers to hook into YAM more easily.
However, please note that for an ARexx script, the "Wait termination"
have to be turned on to let it immediately change the editor content.

19 lines of code changed in 1 file:

damato 2006-09-22 17:35 Rev.: 2366

* YAM_UT.c, misc: reworked the ReqFile() functionality for popping up
ASL FileRequesters. Previously all possible requesters were allocated
right on the start of YAM. Now these requesters are dynamically allocated
when they are needed. However, necessary information between usage of the
same requester type (position, drawer, etc.) is now cached in a separate
"struct FileReqCache" structure. Aside from a much nicer implementation
that should also finally fix the long-standing "directory locking"
bug #1114999 reported often.

474 lines of code changed in 12 files:

damato 2006-09-22 13:30 Rev.: 2365

* extrasrc, YAM_UT.c: moved DoSuperNew() wrapper functions to our new
place for Amiga-like wrapper functions.

37 lines of code changed in 5 files:

damato 2006-09-22 08:37 Rev.: 2364

- replaced MUI_AllocAslRequestTags against MUI_AllocAslRequest als the RejectIcons tag is not
required in the allocrequest usage of our file requesters anymore.

1 lines of code changed in 1 file:

damato 2006-09-22 08:26 Rev.: 2363

* YAM_UT.c: fixed bug #1424457 where #?.info files where always rejected,
even if the accept/reject pattern wasn't matching them.

1 lines of code changed in 1 file:

damato 2006-09-22 01:22 Rev.: 2362

* YAM_COg.c, YAM_UT.c: the MIME configuration pane also carries now
popup listviews whereever appropriate so that a user might use the popup
gadget for seeing which options he can add to the mime viewer string
gadget.

171 lines of code changed in 2 files:

damato 2006-09-21 23:22 Rev.: 2361

* YAM_UT.c: fixed a bug in the Quoting_Chars() analysis function where it
didn't return the correct number of skipable characters in case spaces
where found in front of a quoted line with initials of the quoter.

9 lines of code changed in 1 file:

damato 2006-09-21 18:40 Rev.: 2360

* extrasrc.h: removed the faking of PROTO_SOCKET_H as the update socket
SDK doesn't require that anymore.

0 lines of code changed in 1 file:

damato 2006-09-21 18:13 Rev.: 2358

* include/netinclude: updated whole netinclude SDK headers to latest
RoadShow includes available which is also compatible to other bsdsocket
based TCP/IP stacks.

2 lines of code changed in 2 files:

damato 2006-09-21 09:27 Rev.: 2357

* YAM_COg.c, YAM.cd, misc: the macro scripts configuration now takes
predefined "%p" parameter specification holders which will be evaluated
during macro execution. That way macros can now be specified where the
paramater will not always be appended to the command string and can now
even be inserted in between a whole command sequence. This should make
the whole macro scripts management a bit more intuitive and consistent
on how other scripts/commands can be specified in YAM. In future a
script may now even take multiple parameters if that becomes necessary.

297 lines of code changed in 5 files:

damato 2006-09-20 09:01 Rev.: 2355

* YAM_CO.c, YAM.cd: revised the naming of some config page titles as they
weren't exactly named correctly/precisely.

6 lines of code changed in 2 files:

damato 2006-09-20 02:13 Rev.: 2354

- minor GCC warning fix

1 lines of code changed in 1 file:

damato 2006-09-20 02:10 Rev.: 2353

* VMakefile: updated according to patches provided by Jools Smyth.

195 lines of code changed in 3 files:

damato 2006-09-20 01:59 Rev.: 2352

* extrasrc: minor fixes for VBCC build.

31 lines of code changed in 3 files:

damato 2006-09-20 01:35 Rev.: 2351

* YAM_UT.c, misc: added new PassphraseRequest() function which includes
a separate checkbox for selecting a new option to remember the entered
passphrase for a predefined amount of time. This should make the handling
of large amounts of PGP mails much easier as YAM will remember the
entered passphrase for a while and doesn't request it for every single
operation. The predefined time is 10 minutes but can be changed in the
YAM configuration.

241 lines of code changed in 6 files:

damato 2006-09-20 01:30 Rev.: 2350

- revised auto-generated comment

4 lines of code changed in 1 file:

damato 2006-09-20 01:29 Rev.: 2349

* extrasrc.c: removed unnecessary #ifdef around check_abort() definitions

9 lines of code changed in 2 files:

gnikl 2006-09-18 18:10 Rev.: 2348

less casts

2 lines of code changed in 1 file:

gnikl 2006-09-18 18:04 Rev.: 2347

Minor cleanup

0 lines of code changed in 1 file:

gnikl 2006-09-18 18:01 Rev.: 2346

Remove casts.

19 lines of code changed in 6 files:

gnikl 2006-09-18 17:59 Rev.: 2345

Remove __USE_SYSBASE from Makefile.os3

4 lines of code changed in 1 file:

gnikl 2006-09-18 17:56 Rev.: 2344

added strlcat.c and strlcpy.c

110 lines of code changed in 2 files:

damato 2006-09-15 02:47 Rev.: 2343

* extrasrc.c: fixed the __check_abort() definitions for the various runtime
libraries.

15 lines of code changed in 1 file:

damato 2006-09-15 02:06 Rev.: 2342

* lib/os3/libmui.a: added and propagated to Makefile.os3

4 lines of code changed in 2 files:

damato 2006-09-15 01:51 Rev.: 2341

* tools, genclasses: generated new 'tools' subdir and moved the whole
extrasrc/genclasses dir to it. In future this directory should carry all
kind of (build) tools. extrasrc should only carry source files which
will be included conditionally by extrasrc.c.

10 lines of code changed in 11 files:

damato 2006-09-15 01:39 Rev.: 2340

* all_xxx: removed all all_#?.c files and replaced it by a single
extrasrc.c,h combo which contains a bunch of HAVE_XXXX defines instead.

272 lines of code changed in 37 files:

damato 2006-09-15 01:38 Rev.: 2339

- some more debug output

12 lines of code changed in 1 file:

damato 2006-09-15 00:36 Rev.: 2337

* UpdateCheck.c, YAM_COg.c: added missing <clib/alib_protos.h> for non-OS4
targets still using amiga.lib.

13 lines of code changed in 2 files:

damato 2006-09-15 00:35 Rev.: 2336

* Debug.c: repaired kprintf() macro for OS4 build. cleanup.

10 lines of code changed in 1 file:

damato 2006-09-15 00:34 Rev.: 2335

* all_gcc.c: added missing HAVE_XXXX alternations which broke our main
builds.

11 lines of code changed in 1 file:

damato 2006-09-15 00:33 Rev.: 2334

* YAM_rexx_rcif.h: <rexx/storage.h> is required for 'struct RexxMsg'
definition.

2 lines of code changed in 1 file:

gnikl 2006-09-14 18:52 Rev.: 2333

Revert unwanted change

1 lines of code changed in 1 file:

gnikl 2006-09-14 18:50 Rev.: 2332

Use INLINE

3 lines of code changed in 2 files:

gnikl 2006-09-14 18:48 Rev.: 2331

Remove STDARGS

4 lines of code changed in 3 files:

gnikl 2006-09-14 18:39 Rev.: 2329

Trim headers, remove duplicates and reorder

71 lines of code changed in 17 files:

gnikl 2006-09-14 18:34 Rev.: 2328

Do not rely on ClassesExtra.h to provide required headers.

46 lines of code changed in 13 files:

gnikl 2006-09-14 18:30

Cleanup proto/ usage

7 lines of code changed in 5 files:

gnikl 2006-09-14 18:27 Rev.: 2325

No proto/ header required

1 lines of code changed in 1 file:

gnikl 2006-09-14 18:26 Rev.: 2324

Trim headers.

1 lines of code changed in 1 file:

gnikl 2006-09-14 18:25 Rev.: 2323

Cleanup.

3 lines of code changed in 2 files:

gnikl 2006-09-14 18:24 Rev.: 2322

Moved mui/NList_mcc.h

1 lines of code changed in 2 files:

gnikl 2006-09-14 18:22 Rev.: 2321

Move kprintf from .h to .c
Trim headers

22 lines of code changed in 2 files:

gnikl 2006-09-14 18:14 Rev.: 2320

Add missing functions when building with libnix and others.

18 lines of code changed in 8 files:

gnikl 2006-09-14 18:02 Rev.: 2318

Use ISO-C.

3 lines of code changed in 5 files:

gnikl 2006-09-14 17:57 Rev.: 2317

Some fixes.

6 lines of code changed in 3 files:

gnikl 2006-09-14 17:51 Rev.: 2316

Remove superfluous cast.

1 lines of code changed in 1 file:

damato 2006-09-14 08:55 Rev.: 2315

* YAM_UT.c: fixed bug #1558215 where the PGP Id wasn't correctly stripped
out of the keylist listview either in the config or addressbook window.

5 lines of code changed in 1 file:

damato 2006-09-14 08:54 Rev.: 2314

- removed some unrequired debug output..

0 lines of code changed in 1 file:

damato 2006-09-13 02:12 Rev.: 2313

- minor compile fix

1 lines of code changed in 1 file:

damato 2006-09-13 01:19 Rev.: 2312

* ImageArea.c: added somewhat more debug output to try to catch a still
existing bug.

10 lines of code changed in 3 files:

damato 2006-09-11 23:26 Rev.: 2311

* YAM_ER.c: get rid of the last FormatString() use which, apart from the
separate putCharHook usage was also prone to buffer overflows. Now vsnprintf()
will be used instead.

56 lines of code changed in 2 files:

damato 2006-09-11 22:57 Rev.: 2310

- added some minor debug output

9 lines of code changed in 1 file:

damato 2006-09-11 22:57 Rev.: 2309

- minor warning fix

1 lines of code changed in 1 file:

damato 2006-09-11 22:42 Rev.: 2308

* YAM_UT.c, misc: removed the mroe or less unused and buffer overflow prone
SPrintF() implementation and replaced all occurances with the more safe
snprintf() equivalent.

69 lines of code changed in 8 files:

damato 2006-09-11 10:53 Rev.: 2307

- removed additional "/s" as our locale string should contain that
instead.

1 lines of code changed in 1 file:

damato 2006-09-10 16:48 Rev.: 2306

* YAM_UT.c, YAM_MAf.c: added somewhat more detailed debug information.

101 lines of code changed in 2 files:

damato 2006-09-10 02:59 Rev.: 2305

- minor compilation fixes

8 lines of code changed in 1 file:

damato 2006-09-10 01:41 Rev.: 2303

* YAM_WR.c, HTML2Mail.l, YAM_mail_lex.l: mails with bold/italic/underline and
color markers are now displayed with their actual style markers included. This
should be more intuitive and should make it possible to cut&paste the text
correctly from the texteditor. In addition, we enforce this way, that we don't
mangle any incorrectly detected soft style markers. Furthermore, the
possibility to directly insert the old-style <sb> and <tsb> markers with own
menu items was removed as these markers are way too uncommon and should be
considered obsolete - however, YAM will still show them as usual if found.
But users should not be suggested to use them anymore. The soft-style
toolbar buttons are now also working mutual exclusive to make the write
window bold/italic/underline functionality somewhat more consistant to what
YAM can/should allow to display. However, please note that TextEditor.mcc
seems to be somewhat limited and needs some work to get the mutual exclusive
nature of the soft style fully working under all conditions.
Overall, this change should definitly make YAM more conform to other modern
mail clients as all these soft-style additions are not really standardized
via a RFC and a mail client should definitly not mangle any text display.

198 lines of code changed in 3 files:

damato 2006-09-09 18:53 Rev.: 2302

* YAM_TR.c, misc: reworked the transfer window statistics to show more
modern values and units like KB/s instead of cps. In addition, the transfer
gauge is now based on the transfered time rather than on the bytes already
transfered. This should e.g. work around bug #1555275 on systems with older
non-fixed MUI versions.

203 lines of code changed in 7 files:

damato 2006-09-09 14:32 Rev.: 2301

* YAM_MAf.c, YAM_UT.c: fixed an issue in the "Date:" header parsing routine
where double-spaces as separators caused the MA_ScanDate() function to fail
and return an incorrectly converted time.

31 lines of code changed in 2 files:

damato 2006-09-09 13:53 Rev.: 2300

* classes/ReadWindow.c, YAM_RE.c: fixed bug #818863 where the requester asking
to allow additional folder index reloading popped up way too frequently.

53 lines of code changed in 2 files:

damato 2006-09-09 10:41 Rev.: 2299

* YAM_MA.c, YAM_EA.c: fixed bug #777363 where it might have happened that
upon putting an address from a mail to the addressbook, a realname contained
a "," character without quoting it correctly.

13 lines of code changed in 2 files:

damato 2006-09-09 10:38 Rev.: 2298

- added HTML2Mail.c to the cleanall target

1 lines of code changed in 1 file:

damato 2006-09-09 09:51 Rev.: 2297

* YAM_MAf.c, YAM_folderconfig.h: fixed bug #1553621, #1232127, #728100 where
the index rescanning wasn't at all a mutual exclusive operation and may have
caused several different problems in case a user tried to issue an index
rescanning on multiple folders. Now only one single rescanning operation will
be permitted at a time, while certain normal operations should normally not
get blocked.

93 lines of code changed in 2 files:

damato 2006-09-09 09:50 Rev.: 2296

- added some debug output to FileCount()

9 lines of code changed in 1 file:

damato 2006-09-07 08:43 Rev.: 2295

* misc: applied VBCC compatibility patch kindly provided by Jools Smyth after
some additional minor modifications. Now YAM should hopefully build with
VBCC again, which should help us to find some issues hided due to our GCC
bound compilation structure.

471 lines of code changed in 13 files:

damato 2006-09-07 08:39 Rev.: 2294

- renamed dice.c to vastubs.c as this might be a better naming for the
file's purpose. dice.c is now really history.

84 lines of code changed in 2 files:

damato 2006-09-07 08:37 Rev.: 2293

- removed access.c cause it is not references somewhere in YAM anymore.

0 lines of code changed in 1 file:

damato 2006-09-07 08:37 Rev.: 2292

- minor twirk to please compilers

1 lines of code changed in 1 file:

damato 2006-09-05 08:34 Rev.: 2290

- fixed minor typo where ";" at the end of structure member definitions are
not required.

3 lines of code changed in 1 file:

damato 2006-09-05 08:33 Rev.: 2289

* gc.c: added workaround to catch cases where doubled ';' chars
in MUIP structures will be suppressed.

22 lines of code changed in 1 file:

damato 2006-09-05 01:44 Rev.: 2288

* YAM_locale.c,h, misc: changed the GetStr() localization function to
return a "const char*" instead of a writeable char pointer. That should
make a write operation to the read-only defined locale strings impossible
and safe us for possible illegal memory accesses. Adapted the whole
YAM sources accordingly and propagated more "const" changes resulting
from the GetStr() change.

149 lines of code changed in 25 files:

damato 2006-09-05 01:03 Rev.: 2287

* gc.c: raised the default warning level to "-pedantic" for GCC
as we want to make sure it compiles on almost every system with
every compiler involved. However, the "-Wno-strict-aliasing" is
required as well or otherwise GCC will warn about some stupid
strict aliasing.

103 lines of code changed in 3 files:

damato 2006-09-02 10:54 Rev.: 2286

* YAM_UT.c: as properly described in bug #1550417 there should be no reason
to force OpenURL to open an URL in a new browser window because a user
can perfectly configurate that himself via the OpenURL preferences. So
we are back to open the plain URL via URL_OpenA() and let OpenURL handle
the rest.

7 lines of code changed in 1 file:

damato 2006-09-02 01:43 Rev.: 2285

* HTML2Mail.l: improved the html2mail converter to use better syntax rules
with start/end conditions which should make the converter a bit more
accurate. In addition, <a href=...></a> tags should now be converted
by adding the relavant link in "<..>" brackets so that they always show
up in the converted plain text.

61 lines of code changed in 4 files:

damato 2006-09-01 10:12 Rev.: 2284

- minor fix to workaround a problem in the OS4 native version of flex.

1 lines of code changed in 1 file:

August 2006 »

Generated by StatSVN 0.7.0