December 2000 Commit Log

Number of Commits:
64
Number of Active Developers:
4
laursen 2000-12-21 05:35 Rev.: 115

YAM would try to send mails using SMTP AUTH when a username was
configured, even though "Use SMTP AUTH" wasn't selected. Fixed.
Localized ESMTP error message.

2 lines of code changed in 1 file:

laursen 2000-12-21 05:10 Rev.: 114

Fixed a very nasty bug when using the ARexx command MAILWRITE with the QUIET switch.

23 lines of code changed in 3 files:

laursen 2000-12-20 23:23 Rev.: 113

Now explicitly opens utility.library

2 lines of code changed in 1 file:

laursen 2000-12-20 21:20 Rev.: 112

Added "Fixed font" menu item in read window to quickly switch
font when needed. It doesn't work yet, though, since TextEditor.mcc
doesn't seem to catch MUIA_TextEditor_FixedFont on the fly.

8 lines of code changed in 1 file:

joergs 2000-12-20 21:05 Rev.: 111

Removed some DICE conditionals.

0 lines of code changed in 2 files:

joergs 2000-12-20 21:03 Rev.: 110

Added SMTP AUTH to config GUI.

4 lines of code changed in 1 file:

joergs 2000-12-20 21:01 Rev.: 109

Removed special DICE FO_GetFolderBy* functions.

2 lines of code changed in 1 file:

joergs 2000-12-20 20:54 Rev.: 108

Save SMTP AUTH password encrypted to .config

12 lines of code changed in 1 file:

joergs 2000-12-20 20:51 Rev.: 106

Moved DICE wb and keymap library autoopen to extrasrc/dice.c.

0 lines of code changed in 1 file:

joergs 2000-12-20 20:50 Rev.: 105

Moved DCI wb and keymap library autoopen to extrasrc/dice.c.

9 lines of code changed in 1 file:

joergs 2000-12-20 20:48 Rev.: 104

Added dependencies.

28 lines of code changed in 1 file:

joergs 2000-12-20 20:47 Rev.: 103

Added SMTP AUTH options to config GUI.

37 lines of code changed in 1 file:

laursen 2000-12-20 02:08 Rev.: 102

These string have been dublicated for exclusive use by the main window:

MSG_MA_CheckVersion -> MSG_PROJECT_CHECKVERSION
MSG_MA_NewFolder -> MSG_FOLDER_NEWFOLDER
MSG_MA_NewSeparator -> MSG_FOLDER_NEWSEPARATOR
MSG_MA_MEdit -> MSG_FOLDER_EDIT
MSG_MA_MDelete -> MSG_FOLDER_DELETE
MSG_MA_ImportMessages -> MSG_FOLDER_IMPORT
MSG_MA_ExportMessages -> MSG_FOLDER_EXPORT
MSG_MA_MCopy -> MSG_MESSAGE_COPY
MSG_MA_ExportMessages -> MSG_MESSAGE_EXPORT
MSG_MA_ChangeSubj -> MSG_MESSAGE_CHANGESUBJECT
MSG_MA_MUsers -> MSG_SETTINGS_USERS

(.ct convert script updated)

15 lines of code changed in 1 file:

laursen 2000-12-19 20:35 Rev.: 101

Localized all menu shortcuts in main window. Shortcuts have been
added to the following strings:

MSG_MA_Hide
MSG_MA_Quit
MSG_MA_SelectAll
MSG_MA_MSearch
MSG_MA_MFilter
MSG_MA_RemoveDeleted
MSG_MA_UpdateIndex
MSG_MA_MSendAll
MSG_MA_Exchange
MSG_MA_MGetMail
MSG_MA_MRead
MSG_MA_ToUnread
MSG_MA_ToRead
MSG_MA_ToHold
MSG_MA_ToQueued

The following strings have been dublicated and added shortcuts:

MSG_MA_About -> MSG_PROJECT_ABOUT
MSG_MA_MEdit -> MSG_MESSAGE_EDIT
MSG_MA_MMove -> MSG_MESSAGE_MOVE
MSG_Print -> MSG_MESSAGE_PRINT
MSG_Save -> MSG_MESSAGE_SAVE
MSG_MA_Save -> MESSAGE_SAVEATT
MSG_MA_Crop -> MSG_MESSAGE_CROP
MSG_New -> MSG_MESSAGE_NEW
MSG_MA_MReply -> MSG_MESSAGE_REPLY
MSG_MA_MForward -> MSG_MESSAGE_FORWARD
MSG_MA_MBounce -> MSG_MESSAGE_BOUNCE
MSG_MA_MGetAddress -> MSG_MESSAGE_GETADDRESS
MSG_MA_MAddrBook -> MSG_SETTINGS_ADDRESSBOOK
MSG_MA_MConfig -> MSG_SETTINGS_CONFIG

79 lines of code changed in 2 files:

laursen 2000-12-19 03:55 Rev.: 100

Fixed .taglines bug - %'s would be used for formatting, which would
result in a "***NULL POINTER***" mess.

1 lines of code changed in 1 file:

laursen 2000-12-18 21:41 Rev.: 99

Got rid of the ANSI C time() function, which would access ENV:TZ each
time a log entry or new mail was to be written.

23 lines of code changed in 3 files:

laursen 2000-12-18 18:19 Rev.: 98

Using ARexx commands MAILWRITE and MAILSEND, while YAM is iconified
and the external editor is configured to be spawned always, would
throw enforcer hits. Fixed.

68 lines of code changed in 1 file:

elesueur 2000-12-17 23:09 Rev.: 97

Added missing declaration.

1 lines of code changed in 1 file:

elesueur 2000-12-17 23:07 Rev.: 96

Fixed uudecoding bug.

10 lines of code changed in 1 file:

laursen 2000-12-17 19:54 Rev.: 95

Added sprintf() replacement with Locale support - locale.library V38 now required.

43 lines of code changed in 2 files:

laursen 2000-12-17 18:14 Rev.: 93

Uninitialized variable resulted in enforcer hits when creating new messages. Fixed.

1 lines of code changed in 1 file:

laursen 2000-12-17 15:55 Rev.: 91

Changes for SAS/C:
- Using NewReadArgs.o again now, because NewReadArgs.c only compiles
with V44+ NDK, which I don't have.
- Reduced debug level from FULL to LINE (executable is now >2 MB
smaller).
- Added directory includes/ in SCOPTIONS.
- Fixed bug in smakefile (link with all_sas.o, not all_sas.c).

1 lines of code changed in 1 file:

joergs 2000-12-16 18:31 Rev.: 90

DICE _WBenchMsg define moved to includes/extra.h

0 lines of code changed in 2 files:

joergs 2000-12-16 13:04 Rev.: 88

Chnaged mui include names to correct case

6 lines of code changed in 1 file:

joergs 2000-12-16 13:02 Rev.: 87

'REG(reg) type' changed to 'REG(reg,type)' for new includes/compler.h macros

119 lines of code changed in 16 files:

joergs 2000-12-15 19:30 Rev.: 86

YAM all-in-one file

0 lines of code changed in 1 file:

joergs 2000-12-15 19:28 Rev.: 85

sas/c functions

1 lines of code changed in 1 file:

joergs 2000-12-15 19:28 Rev.: 84

gcc functions

0 lines of code changed in 1 file:

joergs 2000-12-15 19:09 Rev.: 80

SAS/C library function replacements, MD5, wbpath and NewReadArgs sources

304 lines of code changed in 14 files:

joergs 2000-12-15 19:03 Rev.: 78

Changes for extrasrc/includes

55 lines of code changed in 7 files:

joergs 2000-12-15 18:55 Rev.: 76

all_dice.c replaces dice.c

0 lines of code changed in 1 file:

msbethke 2000-12-15 18:42 Rev.: 73

Now using symbolic security values throughout the file
Replaced PGP-multipart error messages with localized version
WR_NewMail(): moved SetDefSecurity() call
WR_New(): added missing security menuitem,
added radiobutton->menuitem notification

68 lines of code changed in 1 file:

msbethke 2000-12-15 18:41 Rev.: 72

MA_ExamineMail() now uses symbolic security values

1 lines of code changed in 1 file:

msbethke 2000-12-11 02:04 Rev.: 66

Fixed enforcer hit in SetDefaultSecurity()

4 lines of code changed in 1 file:

laursen 2000-12-11 00:00 Rev.: 65

Removed custom bsdsocket.library interface - now uses the includes

40 lines of code changed in 3 files:

joergs 2000-12-10 18:34 Rev.: 64

Includes fixed.

4 lines of code changed in 1 file:

joergs 2000-12-10 18:12 Rev.: 63

*** empty log message ***

4 lines of code changed in 1 file:

joergs 2000-12-10 03:34 Rev.: 62

Changes for DICE.

8 lines of code changed in 2 files:

joergs 2000-12-10 03:32 Rev.: 61

Localized SMTP AUTH error messages.

9 lines of code changed in 1 file:

joergs 2000-12-10 03:29 Rev.: 60

Changed YAM.h back to md5.h

1 lines of code changed in 1 file:

joergs 2000-12-10 03:26 Rev.: 59

Added again, YAM.h does not have everything required.

0 lines of code changed in 1 file:

joergs 2000-12-10 03:19 Rev.: 58

SAS/C library function replacements

0 lines of code changed in 1 file:

joergs 2000-12-10 03:13 Rev.: 57

MD5 functions for DICE

0 lines of code changed in 1 file:

joergs 2000-12-10 03:10 Rev.: 56

Changes for DICE

10 lines of code changed in 1 file:

joergs 2000-12-10 03:09 Rev.: 55

Makefile for DICE

11 lines of code changed in 1 file:

msbethke 2000-12-10 00:40 Rev.: 51

Completed default security settings

61 lines of code changed in 1 file:

msbethke 2000-12-10 00:34 Rev.: 50

Added default security setting to address book. Bumped AB version to 4.

9 lines of code changed in 1 file:

msbethke 2000-12-10 00:33 Rev.: 49

Completed default security settings

55 lines of code changed in 1 file:

msbethke 2000-12-10 00:31 Rev.: 48

Added DEFSECURITY checkmark in struct WR_GUIData

27 lines of code changed in 1 file:

msbethke 2000-12-10 00:29 Rev.: 47

Added strtok_r() as a reentrant version of strtok()

41 lines of code changed in 1 file:

laursen 2000-12-08 13:32 Rev.: 44

Found md5.lib interface in YAM.h - included this in hmac_md5.c and removed global.h/md5.h again

3 lines of code changed in 2 files:

laursen 2000-12-08 03:31 Rev.: 43

Oops, forgot the Reply-To stuff one place.

3 lines of code changed in 2 files:

laursen 2000-12-07 18:17 Rev.: 42

Added 'Reply-To:' to folder options

53 lines of code changed in 4 files:

laursen 2000-12-06 20:23 Rev.: 41

When replying to a mail belonging to a mailing list, the 'From:' address is now also used (if configured)

15 lines of code changed in 1 file:

laursen 2000-12-06 17:48 Rev.: 40

Removed enforcer hits when ARexx command INFO was accidentally used without arguments

2 lines of code changed in 1 file:

laursen 2000-12-06 16:31 Rev.: 39

Added md5.h and global.h to be able to compile

0 lines of code changed in 2 files:

laursen 2000-12-06 04:22 Rev.: 38

Added 'Ignore all' option when deleting a bunch of mails and encountering the first mail with disposition notification

14 lines of code changed in 5 files:

laursen 2000-12-06 02:33 Rev.: 37

Added From address support in folder options

40 lines of code changed in 6 files:

msbethke 2000-12-05 20:59 Rev.: 36

Removed debug output in WriteOurMessage()

55 lines of code changed in 1 file:

joergs 2000-12-04 19:44 Rev.: 34

SMTP AUTH bugfix

1 lines of code changed in 1 file:

joergs 2000-12-03 22:49 Rev.: 32

Required for CRAM-MD5 SMTP AUTH

12 lines of code changed in 1 file:

joergs 2000-12-03 22:44 Rev.: 31

Added DICE support

54 lines of code changed in 6 files:

joergs 2000-12-03 22:38 Rev.: 30

Changes for SMTP AUTH

57 lines of code changed in 3 files:

joergs 2000-12-03 22:27 Rev.: 29

SMTP AUTH support added

288 lines of code changed in 1 file:

November 2000 »

Generated by StatSVN 0.7.0