November 2012 Commit Log

Number of Commits:
33
Number of Active Developers:
2
tboeckel 2012-11-29 11:50 Rev.: 6429

* mui/InfoBar.c: slightly reverted the last change to the info bar as this seems to make MUI on MorphOS to go crazy.

4 lines of code changed in 1 file:

tboeckel 2012-11-29 11:20 Rev.: 6428

* mui/MailTextEdit.c: fixed a warning and a wrong upper loop limit.

2 lines of code changed in 1 file:

tboeckel 2012-11-29 11:19 Rev.: 6427

* mui/MailTextEdit.c: fixed a typo.

1 lines of code changed in 1 file:

tboeckel 2012-11-29 11:15 Rev.: 6426

* mui/MailTextEdit.c: pen numbers obtained by MUI_ObtainPen must be converted by MUIPEN() before they can be used for graphic function calls. Unfortunately all versions of TextEditor.mcc <= 15.39 don't do this internally.

24 lines of code changed in 1 file:

tboeckel 2012-11-28 10:03 Rev.: 6425

* Threads.c: don't fail if the initial idle threads could not be created.

1 lines of code changed in 1 file:

tboeckel 2012-11-28 10:01 Rev.: 6424

* Threads.c: added some more debugging messages in case starting a threaded action fails for some reason.

7 lines of code changed in 1 file:

tboeckel 2012-11-28 09:36 Rev.: 6423

* Threads.c: reduced the minimum number of idle threads to 2.

1 lines of code changed in 1 file:

tboeckel 2012-11-28 09:11 Rev.: 6422

* YAM_stringsizes.h: raised the file buffer size to true 64K instead of 64K-1.

1 lines of code changed in 1 file:

tboeckel 2012-11-28 09:11 Rev.: 6421

* YAM_global.c, Threads.c: use one global constant for all stack sizes (64K).

39 lines of code changed in 3 files:

tboeckel 2012-11-27 22:24 Rev.: 6420

* Threads.c: decreased the space for the thread's name from 512 to 80 characters.

1 lines of code changed in 1 file:

tboeckel 2012-11-27 22:20 Rev.: 6419

* Threads.c: raised the thread stack size to 16K.

1 lines of code changed in 1 file:

tboeckel 2012-11-27 22:19 Rev.: 6418

* YAM_global.c: raised the global stack size to 128K.

1 lines of code changed in 1 file:

tboeckel 2012-11-27 21:04 Rev.: 6417

* src/StrBuf.c: removed duplicate assignment.

1 lines of code changed in 1 file:

tboeckel 2012-11-23 21:00 Rev.: 6416

* misc: avoid copying of strings if only constant and non-vanishing strings are used.

120 lines of code changed in 11 files:

tboeckel 2012-11-23 11:03 Rev.: 6415

* misc: avoid copying of strings if only constant and non-vanishing strings are used.

31 lines of code changed in 10 files:

tboeckel 2012-11-23 08:24 Rev.: 6414

* mui/InfoBar.c: set an initial text for all text related items to enforce a standard dimension even if no sensible text is to be displayed. This avoids a relayout which happens whenever has to make use of the progress bar right after opening the main window.

9 lines of code changed in 1 file:

tboeckel 2012-11-22 22:58 Rev.: 6412

* mui/InfoBar.c: use dynamic string buffer functions to set up the info string.

17 lines of code changed in 1 file:

tboeckel 2012-11-20 20:53 Rev.: 6411

* YAM.c, Busy.c, rexx/appbusy.c, rexx/appnobusy.c: splitted off a separate list for busy actions initiated by ARexx scripts. This is necessary to keep old scripts working, which cannot take into account that there can be other busy actions active now in parallel to the one initiated by the script. The separate list is only required to satisfy the needs of such scripts. This closes #354.

51 lines of code changed in 6 files:

tboeckel 2012-11-19 07:20 Rev.: 6410

* tcp/ssl.c: changed some %d placeholders in debug statements to %ld.

7 lines of code changed in 1 file:

tboeckel 2012-11-19 07:15 Rev.: 6409

* tcp/pop3.c: changed the debug class of some messages from THREAD to NET.

5 lines of code changed in 1 file:

tboeckel 2012-11-13 16:46 Rev.: 6408

* mui/ReadMailGroup.c: added missing include.

1 lines of code changed in 1 file:

tboeckel 2012-11-13 11:06 Rev.: 6407

* YAM_FI.c, YAM_MA.c, mui/ReadMailGroup.c: added some unique ObjectIDs for certain balancing objects.

109 lines of code changed in 3 files:

tboeckel 2012-11-13 09:41 Rev.: 6406

* YAM_MAf.c, YAM_UT.c, mui/FilterChooser.c, mui/ThemeListGroup.c: make use of EX_DataFields in the ObtainDirContext() call.

16 lines of code changed in 4 files:

tboeckel 2012-11-13 09:40 Rev.: 6405

* extrasrc/ExamineDir.c: only return the data fields which are requested via EX_DataFields.

16 lines of code changed in 2 files:

damato 2012-11-07 22:15 Rev.: 6403

* mui/YAMApplication.c: changed the MUIM_Application_ShowHelp method to
open an URL rather than opening the amigaguide based documentation file
because the guide is largely outdated and will most probably be never
be updated to the recent versions of YAM. Rather than using amigaguide
YAM will start using a web-based documentation wiki which has certainly
a higher probability of being updated in the future. Thus, pressing HELP
will now open a URL starting with "http://yam.ch/wiki/Documentation"
where in future we will see the whole amigaguide documentation be ported
and even available in multiple languages. Please note that we are going
to change the MUIA_HelpNode attributes throughout the YAM sources with
relative links to this URL. Thus, this change refs #306 and will be closed
as soon as all HelpNodes in the YAM sources have been adapted.

22 lines of code changed in 2 files:

tboeckel 2012-11-07 21:54 Rev.: 6402

* YAM_FO.c: strip the user's mail directory upon loading the folder tree as well.

25 lines of code changed in 1 file:

tboeckel 2012-11-07 21:43 Rev.: 6401

* YAM_FO.c: saving the folder tree will now strip the user's mail directory name from the folder's path if it is contained.

26 lines of code changed in 1 file:

tboeckel 2012-11-07 14:20 Rev.: 6400

* mui/InfoBar.c: fixed yet another warning.

1 lines of code changed in 1 file:

tboeckel 2012-11-07 13:28 Rev.: 6399

* mui/InfoBar.c: fixed a warning.

1 lines of code changed in 1 file:

tboeckel 2012-11-07 10:40 Rev.: 6397

* YAM_MAf.c, rexx/findmail.c, rexx/mailinfo.c, rexx/setmail.c: reworked the MessageID handling to avoid possible false positives when searching for a mail by a given (compressed) MessageID. Now the MAILINFO command returns the full MessageID header line of a mail instead of the internally used CRC checksum. However, this CRC will still be used when searching for a mail via the FINDMAIL and SETMAIL commands for performance reasons. Possible collisions will be resolved by comparing the full MessageID in case the CRC matches.

29 lines of code changed in 5 files:

tboeckel 2012-11-05 21:09 Rev.: 6396

* StrBuf.c, YAM_WR.c: added a function to reset the contents of a dynamic string buffer. This fixes the empty CC and BCC entries when editing a mail which uses these lines.

25 lines of code changed in 3 files:

damato 2012-11-04 17:52 Rev.: 6394

* mui/Splashwindow.c: fixed compiler warning on incorrect format spec of snprintf()
call.

1 lines of code changed in 1 file:

damato 2012-11-04 02:09 Rev.: 6391

* Rexx.c, YAM.cd: when using ARexx on MorphOS, YAM will now identify the
standard unfinished rexxsyslib.library (50.4) version and notify the
user in case this version is found to be present. In addition, instructions
are then given in how to fix the problem installing a 68k version of
that library from an AmigaOS 3.1-3.9 installation.

15 lines of code changed in 1 file:

October 2012 »

Generated by StatSVN 0.7.0