2010-04-27 Michael Smith Improve handling of upgrades and macros default tip
2010-04-27 Michael Smith Store application version in database
2010-04-27 Michael Smith Store application version in database
2010-04-26 Michael Smith Added tag 2.7 for changeset 626a87e76ab4
2010-04-21 Michael Smith Remove a trace 2.7
2010-04-21 Michael Smith Added tag 2.6 for changeset 9ff7fe26b135
2010-04-21 Michael Smith Always return to INV and ALT off 2.6
2010-04-21 Michael Smith Command line switch to select test mode for trace output
2010-04-21 Michael Smith Limit macro execution to 10 seconds because runaway recursion is a bit of a problem
2010-04-21 Michael Smith Factorial is a built in function
2010-04-21 Michael Smith Improve status return from test to avoid aborted macro
2010-04-21 Michael Smith Improve traces for debugging macros
2010-04-21 Michael Smith Simplify test function and reporting of status
2010-04-20 Michael Smith Put e under pi to free a button
2010-04-20 Michael Smith Drop command should set entry field to zero
2010-04-20 Michael Smith CLR is now a built in function with recursion
2010-04-20 Michael Smith Stack empty status
2010-04-20 Michael Smith Clean up status for command execution
2010-04-20 Michael Smith SWP is now a built in macro
2010-04-20 Michael Smith Fix status handling for show and move macro functions
2010-04-20 Michael Smith Swap function should test for insufficent stack space
2010-04-20 Michael Smith Use bitmasks for OK status
2010-04-20 Michael Smith Unify status messages to the user
2010-04-19 Michael Smith Fix display of macro sequence
2010-04-19 Michael Smith Improve user messages
2010-04-19 Michael Smith Simplify clear function
2010-04-19 Michael Smith Improve stack overflow messages
2010-04-19 Michael Smith Improvements to error message display
2010-04-19 Michael Smith Explicit test result value
2010-04-19 Michael Smith Display error messages when commands fail
2010-04-19 Michael Smith Function to rotate the stack
2010-04-18 Michael Smith Function to duplicate the top of the stack
2010-04-18 Michael Smith Move conflicting macros away
2010-04-18 Michael Smith New commands go to the end of the list
2010-04-18 Michael Smith Check that a key can have a macro before assigning a macro to it
2010-04-18 Michael Smith Create a function to find a slot for a macro
2010-04-18 Michael Smith Remove a test setting
2010-04-18 Michael Smith Improving management of built in macros
2010-04-16 Michael Smith Improve logic for creating built in commands
2010-04-16 Michael Smith Prompt for key name before macro content to enable recursion
2010-04-14 Michael Smith Set window title
2010-04-14 Michael Smith Test function for conditional execution
2010-04-14 Michael Smith Stop a command sequence if a callback returns non-zero
2010-04-14 Michael Smith Return status from all callbacks
2010-04-14 Michael Smith Added tag 2.5 for changeset 42ca923ee48a
2010-04-14 Michael Smith Rename log to ln. Create log base 10 2.5
2010-04-14 Michael Smith Built in +- function
2010-04-14 Michael Smith Simplify code
2010-04-14 Michael Smith Improvements to calculator logic
2010-04-13 Michael Smith Improve numeric entry logic
2010-04-12 Michael Smith Handle leading decimal point
2010-04-11 Michael Smith Modulo function
2010-04-11 Michael Smith Added tag 2.4 for changeset 2e5516e75d2e
2010-04-11 Michael Smith Hyperbolic functions 2.4
2010-04-11 Michael Smith Function to show a macro
2010-04-11 Michael Smith Improve informational messages
2010-04-11 Michael Smith Use second row for information messages
2010-03-29 Michael Smith Added tag 2.3 for changeset a4a911e5b5af
2010-03-26 Michael Smith Use an anchorview to display the stack 2.3
2010-03-24 Michael Smith Adapt to new utilities version