Archive
AA+ v2.48
Just to let everyone know that v2.48 of AA+ has been released. Updates for this version include:
- Updated the g_DeltaTValues lookup table to use observed DeltaT values to 22 December 2022 and predicted values to 30 December 2023 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.77
Just to let everyone know that v1.77 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Fixed a bug where the first parameter to SetXCaretPolicy and SetYCaretPolicy should be a CaretPolicy instead of VisiblePolicy. Thanks to Markus Nissl for reporting this issue.
- Removed unnecessary Scintilla namespace usage in ScintillaCtrl.cpp. Thanks to Markus Nissl for reporting this issue.
- Removed unnecessary Scintilla namespace usage in ScintillaDocView.cpp. Thanks to Markus Nissl for reporting this issue.
PyDebug++ v1.21
Just to let everyone know that v1.21 of PyDebug++ has been released. Updates for this version include:
- Updated the code to work with the latest version of the Scintilla wrapper classes.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.76
Just to let everyone know that v1.76 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- Fixed up issue with Regular expression checkbox not appearing in find and replace dialogs.
- Replaced intptr_t type with Line typedef.
- Updated code to use message values from Scintilla provided “ScintillaMessages.h” header file.
- Renamed SetScintillaProperty method to SetSCIProperty.
- Renamed GetScintillaProperty method to GetSCIProperty.
- Updated code to use structs from Scintilla provided “ScintillaStructures.h” header file.
- Updated code to use Scintilla provided “ScintillaCall.h” header file instead of the “Scintilla.h” which is designed for C clients.
- Updated code to use Scintilla::Position instead of Sci_Position.
- Changed virtual functions in CScintillaView to use Scintilla::NotificationData struct.
CScintillaCtrl, CScintillaView & CScintillaDoc v1.75
Just to let everyone know that v1.75 of CScintillaCtrl, CScintillaView & CScintillaDoc has been released. Updates for this version include:
- All classes are now contained in the workspace “Scintilla”.
- Updated code to use enums from Scintilla provided “ScintillaTypes.h” header file.
- Updated class to work with Scintilla v5.3.2. New messages wrapperd include: SCI_GETSTYLEDTEXTFULL and SCI_REPLACETARGETMINIMAL.
CPJNPOP3Connection v1.69
Just to let everyone know that v1.68 of CPJNPOP3Connection has been released. Updates for this version include:
- Fixed an issue in CPJNPOP3Connection::ReadSSLResponse when handling SEC_I_RENEGOTIATE return values from GetEncryptedMessage.
CPJNSMTPConnection v3.46
Just to let everyone know that v3.46 of CPJNSMTPConnection has been released. Updates for this version include:
- Fixed an issue in CPJNSMTPConnection::ReadSSLResponse when handling SEC_I_RENEGOTIATE return values from GetEncryptedMessage. Thanks to Emir Kapic for reporting this issue.