September 2007 Commit Log

Number of Commits:
39
Number of Active Developers:
2
damato 2007-09-29 23:57 Rev.: 3412

* YAM.c, misc: bumped minimum requried version for BetterString.mcc to the
new recently released 11.13 version as that one fixes some important
issues. In addition, certain function uses were now adapted to the slightly
changed API of this new version.

3 lines of code changed in 3 files:

damato 2007-09-29 12:24 Rev.: 3411

* YAM_mail_lex.l: minor improvements to the URL parsing regular expressions
so that e.g. bug #1804649 should be fixed.

5 lines of code changed in 2 files:

damato 2007-09-28 08:39 Rev.: 3410

* YAM_MA.c, YAM_WR.c, QuickSearchBar.c: the write window and main window was
missing a "Delete" menu item in the "Edit" branch of their menus. This
menu item will allow to delete previously selected content in editable
GUI objects in both windows. This should fix bug #1803860.

50 lines of code changed in 4 files:

damato 2007-09-27 20:06 Rev.: 3409

- fixed incorrect define for amigaos4 target

1 lines of code changed in 1 file:

tboeckel 2007-09-27 16:39 Rev.: 3408

* YAM_MAf.c: added even more debug messages to the folder scan process and the
index save function.

9 lines of code changed in 1 file:

tboeckel 2007-09-27 13:31 Rev.: 3407

* YAM_MAf.c: added some more debug messages to the folder scan process to
be able to detect scanning issues.

8 lines of code changed in 1 file:

tboeckel 2007-09-27 10:47 Rev.: 3406

* YAM_MAf.c: added some more debug messages to the folder scan process to
be able to detect scanning issues.

29 lines of code changed in 1 file:

tboeckel 2007-09-27 09:46 Rev.: 3405

* YAM_UT.c, extrasrc/SetProcWindow.c: moved SetProcWindow() function to a
separate file in extrasrc/ which will be included depending on the OS.

39 lines of code changed in 5 files:

tboeckel 2007-09-27 09:06 Rev.: 3404

* YAM_UT.c, YAM_CO.c, ImageCache.c: added SetProcWindow() function for the
OS3 and MOS builds which exists in OS4 already and is the preferred way to
forbid DOS error requesters.

33 lines of code changed in 4 files:

tboeckel 2007-09-26 12:40 Rev.: 3402

* YAM.c: corrected the link for the developer warning requester.

5 lines of code changed in 1 file:

tboeckel 2007-09-26 12:34 Rev.: 3401

* YAM.c: added some {} as the master requests :)

4 lines of code changed in 1 file:

tboeckel 2007-09-26 12:26 Rev.: 3400

* YAM.c: added missing "Go on" button for the developer warning requester.

1 lines of code changed in 1 file:

tboeckel 2007-09-26 12:09 Rev.: 3399

* YAM.c, YAM_UT.c: reverted the last changes to GotoURL() again. The expiry
requester now features a "Visit homepage" button, too, if openurl.library
is installed.

43 lines of code changed in 2 files:

tboeckel 2007-09-26 11:47 Rev.: 3398

* YAM_UT.c: adapted GotoURL() to open and close openurl.library itself if
that was not already done in the startup phase.

39 lines of code changed in 1 file:

tboeckel 2007-09-26 11:28 Rev.: 3397

* YAM.c, YAM_UT.c, locale/YAM.cd, locale/deutsch.ct: added the possibility
to visit a required library's homepage in the same way as for MCCs. The
"Visit homepage" button will now appear if openurl.library is really
installed. Without it the only possibility is to exit YAM.

63 lines of code changed in 2 files:

tboeckel 2007-09-26 10:48 Rev.: 3395

* YAM.c: removed a "static" keyword where it was not necessary at all.

4 lines of code changed in 1 file:

tboeckel 2007-09-26 10:38 Rev.: 3394

* YAM.c, locale/YAM.cd, locale/deutsch.ct: whenever an MCC class is outdated
or missing the user now has the possibility to visit the class's homepage
directly if openurl.library is available.

60 lines of code changed in 1 file:

damato 2007-09-24 21:40 Rev.: 3393

* AttachmentGroup.c: if an attachment part doesn't have any name associated
with it, an eventually existing description will now be used instead for
the attachment image display in a read window. This should e.g. show
the Subject: line of embedded e-mail message rather than leaving that
description/name space empty.

11 lines of code changed in 1 file:

damato 2007-09-24 09:18 Rev.: 3392

* YAM.c: changed the command-line help text to show "Options/Tooltypes" to
note that these options can be used as icon tooltypes as well.

1 lines of code changed in 1 file:

tboeckel 2007-09-20 14:02 Rev.: 3390

* YAM_rexx_rxif.c: reading a mail via ARexx caused the current ReadMailData
pointer to be invalidated again, because every new read window tries to
clean up any data of a previous shown mail, including that ARexx pointer.
Hence after reading in the mail that pointer was no longer valid, i.e. for
closing the read window. This fixes bug #1798654.

38 lines of code changed in 1 file:

tboeckel 2007-09-20 10:41 Rev.: 3388

* YAM_global.c: added the __AMIGA__ #define for the SAS/C build.

7 lines of code changed in 1 file:

tboeckel 2007-09-19 16:14 Rev.: 3386

* YAM_FI.c: greatly improved search speed when many mails match the search
criteria by "quietening" the result list most of the time. The "Search"
button is also disabled now during a search, because the folders may need
an index rescan which can take an arbitrary amount of time.

134 lines of code changed in 2 files:

damato 2007-09-14 10:29 Rev.: 3384

* YAM_COg.c: instead of having a group in a group with a title we are now
using a RectangleObject with a HBar to differentiate between the folder
list settings and message list settings. This should make things more
clear.

35 lines of code changed in 1 file:

damato 2007-09-13 02:23 Rev.: 3382

- not all our catalog translation files in 'locale' were present in out
Makefile. now all currently available (no matter if they are uptodate or not)
are generated when doing a 'make catalogs'

7 lines of code changed in 1 file:

damato 2007-09-13 01:51 Rev.: 3381

- delete generated catalog files when doing a 'cleanall'

1 lines of code changed in 1 file:

damato 2007-09-13 01:35 Rev.: 3380

* YAM_COg.c: set the TE.mcc object to perform a HardWrap and take care of the
currently set line word wrap width when entering a signature.
* locale/YAM.cd, locale/deutsch.ct: minor sentence rephrasing.

2 lines of code changed in 1 file:

tboeckel 2007-09-12 10:40 Rev.: 3379

* YAM_CO.c: when the config is saved a modified signature will now be saved,
too. Before the user was only asked to save the modified signature if the
config was just "used". This fixes bug #1792971.

24 lines of code changed in 2 files:

damato 2007-09-12 00:44 Rev.: 3378

* ReadMailGroup.c: added new MUIA_TextEditor_ActiveObjectOnClick attribute
which newer upcoming TextEditor versions will take respect. In addition,
reverted the change of Thore from 2007-09-06 as with the upcoming
selection changes it isn't required anymore.
* include/TextEditor_mcc.h: updated to very latest version available

9 lines of code changed in 1 file:

damato 2007-09-09 00:28 Rev.: 3376

* YAM_WR.c: partly fixed bug #1789718 where it wasn't possible to simultaneously
set more than one word to e.g. bold/italic, etc. Now YAM should automatically
identify all single words and set the soft-style accordingly. However, please
note that currently this is only possible in case the selected text is on
the very same logical line. If text on multiple lines is selected only the
words on the very first line will be set to the corresponding soft style.

217 lines of code changed in 1 file:

tboeckel 2007-09-07 13:20 Rev.: 3375

* YAM.cd, deutsch.ct, SearchControlGroup.c: changed the formerly modified
strings so that translators will be notified of the new naming scheme.

19 lines of code changed in 2 files:

tboeckel 2007-09-07 11:01 Rev.: 3374

* YAM.cd, deutsch.ct, ReadMailGroup.c: the "Reply-To" field for the header
list can now be translated as well. Additionally all occurences of From, To,
Reply-To, etc, have been translated to proper german phrases. This should
also be done for other non-english languages if not yet done. This fixes bug
#1789733.

2 lines of code changed in 1 file:

tboeckel 2007-09-06 13:36 Rev.: 3373

* ReadMailGroup.c: whenever the default object of a read mail group changes
to either the header list or the mail text object a possible selection in
the other object is canceled. This is more logical since the Copy/Paste
menu items can only work for one object and it is consistent to how string
gadgets work for example.

44 lines of code changed in 1 file:

damato 2007-09-03 22:51 Rev.: 3372

* YAM_CO.c, YAM_COs.c: ReadMailGroup.c: revised the recent Autoclip change
to only have one single hidden option named "AutoClip" rather than two
seperate ones. There is really no reason to spoil our configuration with
two options for this kind of workaround.

7 lines of code changed in 4 files:

tboeckel 2007-09-03 20:51 Rev.: 3371

* YAM_CO.c, YAM_COs.c, ReadMailGroup.c: due to massive public pressure the
autoclipping feature of the read mail group is now optional. To activate it
you have to manually set the options NListAutoClip and/or TextEditorAutoClip
in the advanced section of YAM's configuration. Please note that the
autoclip feature will prevent future enhancements which rely on persistent
text selections. So don't blame us if these enhancements will not work.
Autoclipping is very inconsistent to the usual style guides of all modern
operating systems and will destroy the existing clipboard contents without
warning even if only one single character is marked. You have been warned!

11 lines of code changed in 4 files:

tboeckel 2007-09-02 16:08 Rev.: 3370

* YAM_COg.c: removed some unnecessary local prototypes.

0 lines of code changed in 1 file:

tboeckel 2007-09-02 16:07 Rev.: 3369

* YAM_MA.c, YAM_TR.c: when importing mails to an empty folder the menu items
and the toolbar are now adapted accordingly to be active.

277 lines of code changed in 2 files:

tboeckel 2007-09-02 15:49 Rev.: 3368

* YAM_UT.c: added "mbox" suffix to the import/export requesters' patterns.

12 lines of code changed in 1 file:

damato 2007-09-02 12:32 Rev.: 3367

* YAM_WR.c: when switching to the 'Message' tab of the write window, the
texteditor gadget will automatically be set as the new active object of
the window. This should help in preventing to send out email by accident
in case a user is switching between the tabs and wants to quickly
continue writing an email and ending up with automatically sending out
the mail.

1 lines of code changed in 1 file:

damato 2007-09-01 07:51 Rev.: 3365

* YAM_MAf.c, YAM_RE.c, YAM_FI.c: fixed a recently introduced issue where mails
with a multipart that didn't contain any subheader an error was raised. In
addition the whole RE_ScanHeader/MA_ReadHeader combo should now be a bit
smarter about when to report and error and how.

39 lines of code changed in 4 files:

August 2007 »

Generated by StatSVN 0.7.0