* maintenance release
OS X STRINGS_H
ifdef conflict with OS headers in most recent Xcode
distributions
flmsg-dir
Windows target not parsing command line parameters
64 bit compiler warnings
fix all 64 bit compiler warnings
Double click
add double click timer to AutoSend button
ignore multiple clicks of button that occur within a
2 second window.
Internationalization
Update translatable strings to _(...) format
Create PO directory
Extract all translatable strings
checked attribute
change CHECKED and ON attributes to "Y"
reduces size of transmitted text stream
* added HTML-5 telephone field to custom.cxx
* added HTML-t email field to custom.cxx
* limit upper case field conversions to within
the bounds of <body ... </body
* add event lines population upon initial open
* events appended to protected string
* add percentage sent/rcvd to event log
* add notify dialog widget - open instance when
- arq transfer completed
- arq transfer aborted
- arq transfer timed out
* add log files directory to .nbems structure
- store current log file in log file directory
- add log file aging, keep last 5 logs
* Maintenance release
dnd text string
open blank form, insert text string for
both dnd panel and blue dnd target when
text from clipboard is dropped on to active
target.
Filename
repair damage caused by 'win mingw' commit
- some build compilers do not properly parse
"string"ABCD where ABC is #define "ABC"
- changed all such occurances to
string("string").append(ABC)
* repair damage caused by 'win mingw' commit
- some build compilers do not properly parse
"string"ABCD where ABCD is #define "ABC"
- changed all such occurances to
string("string").append(ABCD)
* Added new fields / data to HTML file copy
- received from call / net / date-time
- sent to call / net / date-time
- originator date-time
- delivered to date-time
* commit 2b3d1f529f
- changed from reinterpret_cast to static_cast usage
* commit 24d18ccac1
- deleted reference to build4mingw.sh in src/Makefile.am
- added reference to buildmxe.sh
* Changed User Interface, UI, to default to a non-communicator
or 'tyro' mode
* Added configuration tab UI with check button to select
either Expert or Tyro start up.
* Tryo UI is minimum necessary to select custom template,
Edit, and Exit.
- access to the Expert panel available as Menu item.
* Added Tyro / Expert documentation
* Fix bug in trying to automatically update templates combo