December 2012 Commit Log

Number of Commits:
43
Number of Active Developers:
2
tboeckel 2012-12-31 15:43 Rev.: 6488

* mui/WriteWindow.c: sort dynamically added objects using MUIM_Group_Sort instead of MUIM_Group_MoveMember as this method seems to be broken in MUI 3.8. This closes #363.

80 lines of code changed in 1 file:

damato 2012-12-26 01:35 Rev.: 6486

* Makefile, Makefile.dep: reworked dependency generation to not generate a static
'Makefile.dep' file for all supported platforms but to perform an auto dependency
checkin on the fly instead. This makes the manual regeneration of the Makefile.dep
file obsolete and should improve dependency checking significantly.

55 lines of code changed in 1 file:

damato 2012-12-24 15:07 Rev.: 6484

* YAM_global.c: bumped version to 2.9 and readded "-dev" to the development marker.
Thus, development trunk is open for further changes! ;)

2 lines of code changed in 1 file:

Repository Tag: 2.8
damato 2012-12-24 04:23 Rev.: 6477

- commented out AROS-arm release build

1 lines of code changed in 1 file:

damato 2012-12-24 03:45 Rev.: 6476

* misc: final YAM 2.8 release preparations.

1 lines of code changed in 1 file:

damato 2012-12-24 01:34 Rev.: 6473

- bumped minimum required versions of all third-party libs
and mcc to the latest available versions.

11 lines of code changed in 1 file:

damato 2012-12-24 01:11 Rev.: 6472

- more final YAM 2.8 release preparations

1 lines of code changed in 1 file:

damato 2012-12-23 23:12 Rev.: 6471

* misc: adapted all MUIA_HelpNode attributes throughout the YAM sources to match the
appropriate URLs used for the online documentation. This closes #306.

39 lines of code changed in 13 files:

damato 2012-12-23 22:50 Rev.: 6470

- changed mkrelease.sh to not include any *.guide file anymore since
YAM 2.8 will come with pure online documentation.

39 lines of code changed in 1 file:

tboeckel 2012-12-23 21:16 Rev.: 6469

* tools/mkrelease.sh: uncommented two accidentally commented out lines.

2 lines of code changed in 1 file:

tboeckel 2012-12-23 21:15 Rev.: 6468

* doc/Install, tools/mkrelease.sh: adapted the mkrelease and Installer scripts to correctly respect the new "resources" directory.

51 lines of code changed in 1 file:

damato 2012-12-23 21:13 Rev.: 6467

- updated mkrelease.sh to consider the PROGDIR:Resources directory.

41 lines of code changed in 1 file:

tboeckel 2012-12-23 21:01 Rev.: 6465

* YAM_CO.c: changed the default path for the gallery directory from "PROGDIR:Gallery" to "PROGDIR:Resources/Gallery".

1 lines of code changed in 1 file:

damato 2012-12-23 17:47 Rev.: 6463

* locale, mui/Aboutwindow.c: bumped all locale translations which are uptodate to
version 8 so that they are accepted by the upcoming 2.8 release. Also updated the
information shown in the Aboutwindow to the latest state of affairs.

29 lines of code changed in 1 file:

damato 2012-12-21 16:10

* mui/WriteWindow.c: prevent the autosave mechanism from closing the matchwindows
of recipientstring objects. Otherwise the windows are closed and the string
are being resolved when a user enters data in one of the recipientstring objects
and the autosave mechanism is fired.

22 lines of code changed in 2 files:

damato 2012-12-20 19:40 Rev.: 6460

- if helpFile is NULL we use the default help path instead of ignoring the help requests completely.

6 lines of code changed in 1 file:

tboeckel 2012-12-20 02:54 Rev.: 6459

* mui/RecipientString.c: alias expansion will always add the " >> " markers before the possible expanded string and pressing the right cursor key will take the current recipient as it is and add a comma at the end. Furthermore the entered addresses will be resolved only if the address match window is currently open. This closes #357.

45 lines of code changed in 1 file:

tboeckel 2012-12-20 01:09 Rev.: 6458

* mui/Recipientstring.c: don't use a comma to resolve a recipient.

1 lines of code changed in 1 file:

tboeckel 2012-12-20 01:04 Rev.: 6457

* mui/Recipientstring.c: fix handling of released escape key.

2 lines of code changed in 1 file:

tboeckel 2012-12-06 14:42 Rev.: 6455

* mui/WriteWindow.c: yet another modification to prefer quoted-printable encoding over 8bit encoding.

11 lines of code changed in 1 file:

tboeckel 2012-12-06 14:34 Rev.: 6454

* mui/WriteWindow.c: removed all usages of a no longer existing variable.

2 lines of code changed in 1 file:

tboeckel 2012-12-06 14:21 Rev.: 6453

* mui/WriteWindow.c: reworked the mail part encoding selection once more to still use base64 as last resort, but to prefer quoted-printable and 8bit encoding if possible.

18 lines of code changed in 1 file:

tboeckel 2012-12-04 21:00 Rev.: 6452

* mui/WriteWindow.c: removed yet another no-op page switch was formerly done to? workaround a MUI bug. But since page switching is not required at all when saving the mail for sending or as draft this should cause no harm.

0 lines of code changed in 1 file:

tboeckel 2012-12-04 13:28 Rev.: 6451

* tcp/Connection.c: exploit the fact that calloc() uses two parameters to define the size of the allocation.

3 lines of code changed in 1 file:

damato 2012-12-04 13:26 Rev.: 6450

* tcp/Connection.c: fixed DupHostEnt() function by using memdup() instead of
strdup() to clone the h_addr_list of a struct hostent. This closes #359.

7 lines of code changed in 1 file:

tboeckel 2012-12-04 13:16 Rev.: 6449

* YAM_UT.c: slightly modified ObtainSearchPath() again, although it is next to impossible that YAM is not full DOS process.

19 lines of code changed in 1 file:

tboeckel 2012-12-04 13:12 Rev.: 6448

* YAM_UT.c: replaced a TAB character.

1 lines of code changed in 1 file:

tboeckel 2012-12-04 13:10 Rev.: 6447

* YAM_UT.c: in case neither workbench.lib V44+ is available nor YAM was started from a shell to have a valid CommandLineInterface structure the CLI structure of the Workbench will be cloned now to obtain the global search path. This mostly probably applies to AmigaOS 3.1 only.

19 lines of code changed in 1 file:

tboeckel 2012-12-04 12:41 Rev.: 6446

* YAM_UT.c: use WBCTRLA_DuplicateSearchPath on MorphOS as well. According to the latest Ambient sources this is implemented in MorphOS 3.1.

8 lines of code changed in 1 file:

tboeckel 2012-12-04 10:05 Rev.: 6445

* YAM.c: make sure that FACTS is actually running when checking for it as a trustable DST tool.

17 lines of code changed in 1 file:

tboeckel 2012-12-04 09:39 Rev.: 6444

* YAM_COg.c: slightly relayouted the Read and Write config pages to make a bit more clearer that the font settings' check marks do not belong to other neighbouring objects, i.e. the pen settings on the Read page.

48 lines of code changed in 1 file:

tboeckel 2012-12-03 21:59 Rev.: 6443

* YAM.c: moved the initial DST check to a place where timezone.library is
already opened, otherwise the AmigaOS4 build is not able to detect a trustable DST facility.

3 lines of code changed in 1 file:

tboeckel 2012-12-03 21:02 Rev.: 6442

* mui/WriteWindow.c: don't trigger any notifications when setting the write window's active page while saving the mail to the Drafts or Outgoing folder as this would change the active object. This is quite annoying if one was still typing the subject and YAM suddently activates the mail editor. This closes #360.

36 lines of code changed in 1 file:

tboeckel 2012-12-03 16:56 Rev.: 6441

* mui/InfoBar.c: another attempt to fix the crazy layout.

3 lines of code changed in 1 file:

tboeckel 2012-12-03 08:39 Rev.: 6440

* tcp/Connection.c: connections can new be created without opening a socket in case just a connection structure is required but no network access will happen, i.e. when importing mails. Thanks to Steffen Gutmann for the hint.

66 lines of code changed in 8 files:

tboeckel 2012-12-02 20:45 Rev.: 6439

* MailImport.c: added some more debug output.

8 lines of code changed in 1 file:

tboeckel 2012-12-02 20:31 Rev.: 6438

* MailImport.c: declared DetectMBoxFormat() as static.

1 lines of code changed in 1 file:

tboeckel 2012-12-02 20:16 Rev.: 6437

* YAM_AB.c: when trying to load the .addressbook file YAM will show an error message only if the file exists but could not be opened.

5 lines of code changed in 1 file:

tboeckel 2012-12-01 19:12 Rev.: 6436

* mui/InfoBar.c: reset the label contents before switching pages.

1 lines of code changed in 1 file:

tboeckel 2012-12-01 19:08 Rev.: 6435

* UpdateCheck.c: decreased the buffer size for last update time/date.

1 lines of code changed in 1 file:

tboeckel 2012-12-01 19:07 Rev.: 6434

* misc: removed several unneeded type casts for functions which return the expected type anyway.

12 lines of code changed in 4 files:

tboeckel 2012-12-01 19:05 Rev.: 6432

* mui/WriteWindow.c: in case no subject was entered when sending a mail the user will now gets presented a requester with a second chance to enter the subject. This closes #355.

13 lines of code changed in 1 file:

damato 2012-12-01 00:56 Rev.: 6431

* mui/InfoBar.c: added missing string.h include as stricmp() is defined there.
This should fix the broken AROS builds.

2 lines of code changed in 1 file:

November 2012 »

Generated by StatSVN 0.7.0