June 2001 Commit Log

Number of Commits:
107
Number of Active Developers:
6
gnikl 2001-06-29 16:55 Rev.: 516

functions required to build a working executable with VBCC 0.8

33 lines of code changed in 1 file:

gnikl 2001-06-29 16:50 Rev.: 514

added test for VBCC

1 lines of code changed in 1 file:

gnikl 2001-06-29 16:49 Rev.: 513

changed RESINDEX to utilize stddef.h/offsetof()

3 lines of code changed in 1 file:

gnikl 2001-06-29 16:48 Rev.: 512

fix wrong NULL usage

11 lines of code changed in 4 files:

gnikl 2001-06-29 16:47 Rev.: 511

added OUT_DOS

3 lines of code changed in 1 file:

gnikl 2001-06-29 16:45 Rev.: 510

change placement of SAVEDS in DISPATCHERPROTO
added cast for ENTRY argument in AmigaOS case
use proper types in hook casts

7 lines of code changed in 1 file:

duff2 2001-06-25 22:34 Rev.: 509

* Added MyAddHead() function to YAM_UT.c.
* When reading folder contents messages are now added to the head of the
list rather than the tail. This makes reading large folder index much
faster (since AddTail is O(n)), however NList layout is still required,
so it's still painfully slow...

11 lines of code changed in 2 files:

stoecker 2001-06-24 12:14 Rev.: 507

moved searchwindow class

0 lines of code changed in 1 file:

stoecker 2001-06-24 12:12 Rev.: 506

added exitfunc

99 lines of code changed in 1 file:

duff2 2001-06-22 21:19 Rev.: 504

* Fixed toolbar init code (uses "tb_butt[i]." instead of const "p->").
* Added extra toolbar button to write window (search) -- nop ATM.
* Added new source to the repository (Searchwindow_class.c).

11 lines of code changed in 6 files:

gnikl 2001-06-22 20:25 Rev.: 502

merged tb_butt[] and tb_help[] using "struct NewToolbarEntry"

74 lines of code changed in 4 files:

gnikl 2001-06-22 20:24 Rev.: 501

added "struct NewToolbarEntry"

6 lines of code changed in 1 file:

gnikl 2001-06-22 20:21 Rev.: 500

use ARRAY_SIZE define

32 lines of code changed in 5 files:

gnikl 2001-06-22 20:20 Rev.: 499

added ARRAY_SIZE define

2 lines of code changed in 1 file:

gnikl 2001-06-22 20:20 Rev.: 498

fixed wrong toolbar array size of RE_GUIData - was off by one...
(at least since YAMos 2.2)

1 lines of code changed in 1 file:

gnikl 2001-06-22 20:14 Rev.: 497

added missing "extra.h"
fixed double inclusion
corrected its usage

10 lines of code changed in 14 files:

gnikl 2001-06-22 20:09 Rev.: 496

fix formatting

143 lines of code changed in 4 files:

gnikl 2001-06-22 20:08 Rev.: 495

added const qualifier

1 lines of code changed in 1 file:

gnikl 2001-06-22 20:06 Rev.: 494

removed "-c" from $(CDEFS)

2 lines of code changed in 2 files:

gnikl 2001-06-20 16:50 Rev.: 489

cleanup

56 lines of code changed in 1 file:

gnikl 2001-06-20 16:47 Rev.: 487

restructured

124 lines of code changed in 1 file:

gnikl 2001-06-20 16:44 Rev.: 486

restructured
(Note: did it work before?)

128 lines of code changed in 1 file:

gnikl 2001-06-20 01:48 Rev.: 482

removed no longer required __near

4 lines of code changed in 1 file:

gnikl 2001-06-20 01:35 Rev.: 480

fixed potential enforcer hit(s)

94 lines of code changed in 8 files:

gnikl 2001-06-20 01:32 Rev.: 479

added const qualifier

2 lines of code changed in 1 file:

gnikl 2001-06-20 01:32 Rev.: 478

added const qualifier
fixed GCC warnings

169 lines of code changed in 8 files:

gnikl 2001-06-20 01:29 Rev.: 477

(FI_New) fixed GCC warning

2 lines of code changed in 1 file:

gnikl 2001-06-20 01:28 Rev.: 476

(ER_New) fixed GCC warning

2 lines of code changed in 1 file:

gnikl 2001-06-20 01:28 Rev.: 475

(EA_New) fixed GCC warning

2 lines of code changed in 1 file:

gnikl 2001-06-20 01:28 Rev.: 474

(DI_New) fixed GCC warning

2 lines of code changed in 1 file:

gnikl 2001-06-20 01:26 Rev.: 473

(Bool2Txt,Txt2Bool): added const qualifier

5 lines of code changed in 1 file:

gnikl 2001-06-20 01:25 Rev.: 472

(FO_GetFolder,FO_PutFolder) added const qualifier
(FO_New) fixed GCC warning

4 lines of code changed in 1 file:

gnikl 2001-06-20 01:24 Rev.: 471

(CO_Page13) changed stype into a constant array

6 lines of code changed in 1 file:

gnikl 2001-06-20 01:24 Rev.: 470

(CO_NewRule) fixed GCC warning
(CO_NewPOP3,CO_NewMimeView,CO_New) likewise

11 lines of code changed in 1 file:

gnikl 2001-06-20 01:23 Rev.: 469

(AB_PrintField) removed format variable
(AB_PrintShortEntry) added const qualifier
(AB_New) moved menu enums inside function,
fixed GCC warning, added const qualifier

24 lines of code changed in 1 file:

gnikl 2001-06-20 01:22 Rev.: 468

(Root_New) added const qualifier
(Initialise) likewise

17 lines of code changed in 1 file:

gnikl 2001-06-20 01:20 Rev.: 467

(Initialise) use iconfile as buffer for hideicon,
move hidecion loading to an appropriate location
(header) cleanup

6 lines of code changed in 1 file:

stoecker 2001-06-19 21:02 Rev.: 466

updated makefiles

79 lines of code changed in 4 files:

the-giant-sofa 2001-06-19 04:52 Rev.: 465

Added <extra.h>

11 lines of code changed in 11 files:

the-giant-sofa 2001-06-19 04:34 Rev.: 464

Added HideIcon to support use of YAM's icon when iconifying

10 lines of code changed in 1 file:

the-giant-sofa 2001-06-19 04:29 Rev.: 463

Added HideIcon to Global struct

1 lines of code changed in 1 file:

damato 2001-06-18 23:00 Rev.: 459

- fixed potential enforcer hits where check for NULL of FO_GetCurrentFolder()
was missing. Should also fix some enforcer hits on exit of YAM.

91 lines of code changed in 5 files:

gnikl 2001-06-18 20:32 Rev.: 457

(DisplayAppIconStatistics) replaced AppAppIconA() with AddAppIcon()
(DisplayStatistics) small cleanup

4 lines of code changed in 1 file:

gnikl 2001-06-18 20:30 Rev.: 456

replaced "APTR" wth "void *" and removed include

2 lines of code changed in 2 files:

gnikl 2001-06-18 20:29 Rev.: 455

fix prototype for FI_IsFastSearch()

1 lines of code changed in 1 file:

gnikl 2001-06-18 20:28 Rev.: 454

(Terminate) release resources in reverse allocation order
(main) removed warning about return type and discarded STACKEXT
(NOTE: STACKEXT doesn't do what was intended! It does *only* extend the
stack if there is not enough space for the current frame. Thats hardly
the case for main() ...)

6 lines of code changed in 1 file:

the-giant-sofa 2001-06-18 15:00 Rev.: 453

Fixed prototype of WR_TransformText

9 lines of code changed in 1 file:

the-giant-sofa 2001-06-18 14:56 Rev.: 452

Fixed prototype of FI_IsFastSearch

1 lines of code changed in 1 file:

the-giant-sofa 2001-06-18 04:32 Rev.: 451

Added GNUC __stack and __buffsize handling

5 lines of code changed in 1 file:

the-giant-sofa 2001-06-18 04:30 Rev.: 450

*** empty log message ***

330 lines of code changed in 3 files:

the-giant-sofa 2001-06-18 02:54 Rev.: 449

Reformatted code of tzones[] in TZtoMinutes to remove compiler warning

45 lines of code changed in 1 file:

stoecker 2001-06-17 17:00 Rev.: 448

finally finished code reordering

306 lines of code changed in 31 files:

damato 2001-06-17 16:40 Rev.: 447

- fixed several bugs concerning syncing of the mail and folder list.
This also hopefully fixed now really (Bug #433825)

70 lines of code changed in 10 files:

laursen 2001-06-17 15:01 Rev.: 446

Removed "give up after 20 lines" signature strip "feature".

2 lines of code changed in 1 file:

damato 2001-06-17 11:02 Rev.: 445

- if using the folder context menu, now the mail list will be refreshed if the
user uses the context menu on a folder that isn't active. This will fix some
bugs that will result because the mail list is not in sync with the folder
list.

8 lines of code changed in 1 file:

duff2 2001-06-17 10:43 Rev.: 443

* No longer sets MUIA_Window_Open to TRUE for main window on uniconify.
(this had the effect of bringing main window to front on uniconify)
* Added #define __USE_SYSBASE to YAM_UT.c so that it compiles with SAS/C.
* Message list no longer has MUIA_NList_DefaultObjectOnClick set to TRUE
since this makes it non-default when clicking outside the listview.
* Now sets MUIA_BetterString_KeyUp/DownFocus for the To and Subject
strings in the mail write window.
* Updated BetterString_mcc.h (latest Betterstring.mcc can be found in the
file area of YahooGroups.Com/yamos/).
* When pressing ',' in the recipient string and text is marked, the comma
will be inserted at the end of the string. This is to allow easier
name-completion with multiple recipients.
* Now sets GUI.NL_MAILS as the default object instead of GUI.LV_MAILS.
* No longer sets the folder list as active window object when no entries
exist in the message list (this would e.g. happen after sending emails
from the outbox, because the outbox goes empty before returning to the
inbox).
* The OK gadget in the about window now have some space on each side of
the label, bares the label 'Okay', is the default object and rendered in
bold (to indicate the user can use 'return' to continue).
* The OK gadget is now added after first phase of startup (rather than
setting MUIA_ShowMe to TRUE) -- mainly because it's now 2 rectangle
objects and the gadget, so we'd need to set the MUIA_ShowMe value for 3
objects (not to mention that MUIA_ShowMe is buggy). Also
MUIA_Window_Activate is set after this initial setup phase, so selecting
about should now bring up an *active* about window.
* Cancel is no longer the default gadget in the 'missing subject'-warning
(since that'd make both the return and escape key act as cancel).

44 lines of code changed in 6 files:

damato 2001-06-17 09:58 Rev.: 442

- the position of a foldr was calculated wrong on performed FOLDERINFO
rexx commands. fixed ! (Bug #433825)

6 lines of code changed in 2 files:

laursen 2001-06-17 01:21 Rev.: 441

Info bar disabled by default, since it only presents redundant info at the time being.

1 lines of code changed in 1 file:

damato 2001-06-16 22:08 Rev.: 440

- if popupmenu.library is not present, the contextmenus are disabled
completly now and it is possible to use the normal menu with shortcuts. Also
the config items for the ContextMenu are disabled.

8 lines of code changed in 3 files:

damato 2001-06-16 22:07 Rev.: 439

- fixed recently introduced enforcer hits (Bug #433797)

2 lines of code changed in 1 file:

laursen 2001-06-16 21:14 Rev.: 438

Improved Okay button in About window.

72 lines of code changed in 1 file:

gnikl 2001-06-16 21:08 Rev.: 436

changed to enable optimizations for SAS/C
added isascii define
removed warnings

10 lines of code changed in 1 file:

gnikl 2001-06-16 21:05 Rev.: 435

removed warnings

3 lines of code changed in 1 file:

gnikl 2001-06-16 21:04 Rev.: 434

fixed potential enforcer hits dueto FO_GetCurrentFolder() returning NULL
(NOTE: There are more cases which need fixing!)

3 lines of code changed in 1 file:

gnikl 2001-06-16 21:03 Rev.: 433

includes "extra.h" to get prototypes for non SAS/C

1 lines of code changed in 1 file:

gnikl 2001-06-16 21:02 Rev.: 432

changed GetStripStr() to work with older versions of flexcat

1 lines of code changed in 1 file:

gnikl 2001-06-16 21:01 Rev.: 431

added additional processor checks for GCC and VBCC

4 lines of code changed in 1 file:

gnikl 2001-06-16 21:00 Rev.: 430

swapped include order of YAM_#?.h to get rid of warnings

2 lines of code changed in 1 file:

gnikl 2001-06-16 20:58 Rev.: 429

added popupmenu functions and cleanup

16 lines of code changed in 1 file:

damato 2001-06-16 20:45 Rev.: 426

- Folder groups will be displayed highlighted & bold now if any child has new
or unread mail.

49 lines of code changed in 3 files:

laursen 2001-06-16 19:46 Rev.: 424

Corrected 'Check version' date.

1 lines of code changed in 1 file:

laursen 2001-06-16 16:34 Rev.: 423

Re-added uniconify behaviour when attempting to start a second instance of YAM (without enforcer hits).

3 lines of code changed in 1 file:

the-giant-sofa 2001-06-16 16:19 Rev.: 422

Couldn't see definition of F_OK - added #include

1 lines of code changed in 1 file:

the-giant-sofa 2001-06-16 16:11 Rev.: 421

Couldn't see definition of RXCODEMASK and RXCOMM - added #include

1 lines of code changed in 1 file:

damato 2001-06-16 15:06 Rev.: 420

- flush indices didn't work on grouped folders - fixed. (Bug #433506)

4 lines of code changed in 2 files:

damato 2001-06-16 14:20 Rev.: 419

- reactivated information bar, but made it optional. Now a user can select
if he wants to have the infobar or not.
- now the ContextMenus for the folder and message list are optional. A user
selects in the configuration if he wants to have context menus or not.
(Please note that if a context menu is selected and the user have the mouse
over the list, the menu shortcuts will not work anymore due to a bug of MUI)
- made WarnSubject a public option. The user can now select in the config if
he wants to be warned or not if he is going to send a message without a
subject.
- fixed alignment bug in struct Rule.

120 lines of code changed in 10 files:

the-giant-sofa 2001-06-16 03:39 Rev.: 418

Removed char 160

6 lines of code changed in 1 file:

the-giant-sofa 2001-06-16 03:38 Rev.: 417

*** empty log message ***

431 lines of code changed in 1 file:

the-giant-sofa 2001-06-15 18:19 Rev.: 416

Removed /// so GoldEd function folding works again

1 lines of code changed in 1 file:

the-giant-sofa 2001-06-15 18:17 Rev.: 415

Fixed YAM_locale.h rule

1 lines of code changed in 1 file:

laursen 2001-06-15 16:35 Rev.: 413

Removed image load error.

4 lines of code changed in 1 file:

laursen 2001-06-15 16:23 Rev.: 412

Last year digit was missing in error window - fixed! (Bug #431947)

0 lines of code changed in 1 file:

laursen 2001-06-15 14:42 Rev.: 411

Commented out info bar (redundant info).

15 lines of code changed in 2 files:

damato 2001-06-15 00:11 Rev.: 410

- reworked addressbook search functions (AB_SearchEntry) completly. Now a
search in the addressbook should perform faster. This will result in a
faster name completion in AddressFields and if a mail is going to be sent
out
- fixed some addressbook<->NListtree realtes bugs/issues.
- fixed Distribution List bug (BUG #431536)

351 lines of code changed in 11 files:

damato 2001-06-14 15:31 Rev.: 409

- fixed bug that caused that it was not possible to remove a entry from the
folder listtree. (BUG #431912)

23 lines of code changed in 1 file:

damato 2001-06-12 16:00 Rev.: 407

- merged the changes from the former BETA branch to the actual MAIN branch.
Now the BETA branch should be NOT used anymore until we are going to
release a new version !!!

206 lines of code changed in 10 files:

damato 2001-06-12 10:12 Rev.: 406

- fixed alignment problem in struct ComprMail which caused the WARNING of
a corrupt index file if the index was an old one from 2.2/2.3

22 lines of code changed in 2 files:

stoecker 2001-06-10 18:59 Rev.: 403

again code cleanup, next step maybe last one

1796 lines of code changed in 49 files:

damato 2001-06-09 16:22 Rev.: 402

- fixed enforcer hits when creating new folders in the listtree.
bug #431614

1 lines of code changed in 1 file:

damato 2001-06-09 15:41 Rev.: 401

- changed Library check routine to show the required revision also.
Users where complaining about the NList.mcc 19.97->19.98 upgrade
requirement and the error message just showed "required v19".

2 lines of code changed in 1 file:

damato 2001-06-09 15:14 Rev.: 400

- fixed folder shortcut keys "0-9" to have a fast jump to a folder.
Folder groups are excluded here and will be overjumped. Also a folded tree
will be unfolded if the user press a number where the tree was folded.
- reworked and optimized some code in the addressbook code.
- fixed addressbook entry selection bug. If a new mail was created and the
use doubleclicked a entry in the addressbook to get the name in the
addressfield YAM was not copying this address.

51 lines of code changed in 4 files:

damato 2001-06-08 14:40 Rev.: 373

- fixed addressbook NListtree bug where status_group image got trashed somehow.
- now YAM doesn`t require the PROGDIR:Icons/* images anymore. This "feature"
was added accidently and now it should only print a warning message to the
error window of YAM.

33 lines of code changed in 4 files:

damato 2001-06-06 20:51 Rev.: 362

- removed "Flush indices" entry from the Folder List ContextMenu

1 lines of code changed in 1 file:

damato 2001-06-06 11:47 Rev.: 361

- now the SortFlag of the NList Mail List should work again without
flickering the Listview.

11 lines of code changed in 2 files:

damato 2001-06-06 10:49 Rev.: 359

- v18.7 of NListtree.mcc is now a requirement because all earlier versions
seem to be too buggy to allow them.
- the alternative folder images of OUTGOING and DELETED will now be
displayed if there is any mail in the folders. This is a more natural
behaviour.

5 lines of code changed in 2 files:

damato 2001-06-05 23:56 Rev.: 358

- changed FolderInfoBar refreshing. Now it should not flicker anymore and
refreshing the main NList Mail List shoud be fast again.

4 lines of code changed in 2 files:

laursen 2001-06-05 20:04 Rev.: 357

Spelling correction.

3 lines of code changed in 1 file:

damato 2001-06-05 18:38 Rev.: 356

- added next version of the folder_xxx images to CVS
- included the new folder_xxxx images in the code. Now also alternative
images for INCOMING/OUTGOING and DELETED should be loaded and if there is
new mail in the folder the image should change accordingly.
- added a nice FolderInfoBar above the Listviews. Perhaps we have to make this
bar optional, but I think it will fit in the layout if we are going to
introduce TearOff.mcc in YAM.

116 lines of code changed in 8 files:

gnikl 2001-06-05 17:22 Rev.: 351

includes cleanup
removed externs

3 lines of code changed in 1 file:

damato 2001-06-04 13:46 Rev.: 347

- checked memory allocation&freeing of the folder listtree and it mails. Now
it seems that all works fine.
- reactivated the CompareHook for the folder listtree. Here we still have to
do some modifications.

20 lines of code changed in 3 files:

damato 2001-06-03 16:20 Rev.: 345

- added support to load standard images for the standard INCOMING/OUTGOING/SENT
and DELETED folder. The images must have the name "folder_incoming" a.s.o.
at the PROGDIR:Icons/ directory to get loaded.
- fixed alternative folder image function. This feature was broken and if you
placed an image in the folder directory ".fimage" to was loaded incorrect.
This should work now and if you have such an image file placed in the folder
directory it will override the standard image that is loaded by YAM.
- added a separate Error-Requester to screem out that an standard image file
couldn`t be loaded.
- fixed recently introduced enforcerhit in the parsing of content-disposition
parts
- fixed LoadBCImage function where something went wrong with the stcpfn()
function

152 lines of code changed in 12 files:

gnikl 2001-06-02 16:36 Rev.: 342

removed obsolete debug defines
added include to make GCC happy

1 lines of code changed in 1 file:

gnikl 2001-06-01 17:50 Rev.: 337

removed obsolete debugging support

0 lines of code changed in 1 file:

gnikl 2001-06-01 17:49 Rev.: 336

use "YAM_debug.h"

8 lines of code changed in 3 files:

gnikl 2001-06-01 17:48 Rev.: 335

created with stuff from old.h/YAM.h

4 lines of code changed in 1 file:

gnikl 2001-06-01 17:44 Rev.: 334

removed non-breaking spaces (0xA0) again

8 lines of code changed in 1 file:

gnikl 2001-06-01 17:43 Rev.: 333

lame fix for a MUI header problem with GCC

6 lines of code changed in 1 file:

May 2001 »

Generated by StatSVN 0.7.0