home *** CD-ROM | disk | FTP | other *** search
- CHANGES to Notes for v1.0.1
-
- o Added a Button 2 translation to the `Dismiss' button
- of the Notes list that causes everything (any displayed
- notes and the note list) to be dismissed in one action.
-
- o Added a Button 2 translation to the `Save' button
- of the Notes list that causes a save operation to be
- performed and everything dismissed.
-
- o Added a Button 2 translation to the Notes list widget
- that will dismiss the associated note.
-
- o Did away with the quitAction function in main.c
- as it was unneeded.
-
- o Corrected read_notefile so that it wouldn't core
- dump in the absence of a HOME variable in the
- environment.
-
- o Put some speedup hacks into read_notefile,
- the entire file is now read in one pass instead of
- a line at a time. Loads up appreciably faster!
-
- o Added some error checking around malloc's and realloc's,
- doesn't do anything graceful! Just checks and dies
- if a problem is encountered.
-
- o Added a die() function, a quick way out for error
- conditions.
-
- o Added an AddCallback definition, just an easier way
- to do XtAddCallback...
-
- o Consolidated some code with the addition of the function
- destroy_widget() in callbacks.c
-
- o added desensitize_all and resensitize_all -- an effort
- in keeping the user from getting the thing in an odd
- state... maybe
-
- o made more things work via callbacks
-
- o added H_OFFSET and H_OFFSET definitions in Imakefile
- for use by write_notefile() in main.c -- the purpose
- is to correct out the offsets injected by my window
- manager (twm) while a note is mapped to prevent the
- windows from 'creeping' when they are saved... if
- someone knows a way to detect these offsets at run
- time I'd appreciate a better idea...
-
- o added a Button 3 translation to the startup_button
- to bring up a `quit' dialog box
-
- o ...and otherwise damn near rewrote the whole thing
-