home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume21 / notes / part01 / CHANGES < prev    next >
Encoding:
Text File  |  1993-10-20  |  1.8 KB  |  56 lines

  1. CHANGES to Notes for v1.0.1
  2.  
  3. o    Added a Button 2 translation to the `Dismiss' button
  4.     of the Notes list that causes everything (any displayed
  5.     notes and the note list) to be dismissed in one action.
  6.  
  7. o    Added a Button 2 translation to the `Save' button
  8.     of the Notes list that causes a save operation to be
  9.     performed and everything dismissed.
  10.  
  11. o    Added a Button 2 translation to the Notes list widget
  12.     that will dismiss the associated note.
  13.  
  14. o    Did away with the quitAction function in main.c
  15.     as it was unneeded.
  16.  
  17. o    Corrected read_notefile so that it wouldn't core
  18.     dump in the absence of a HOME variable in the
  19.     environment.
  20.  
  21. o    Put some speedup hacks into read_notefile,
  22.     the entire file is now read in one pass instead of
  23.     a line at a time.  Loads up appreciably faster!
  24.  
  25. o    Added some error checking around malloc's and realloc's,
  26.     doesn't do anything graceful!  Just checks and dies
  27.     if a problem is encountered.
  28.  
  29. o    Added a die() function, a quick way out for error
  30.     conditions.
  31.  
  32. o    Added an AddCallback definition, just an easier way
  33.     to do XtAddCallback...
  34.  
  35. o    Consolidated some code with the addition of the function
  36.     destroy_widget() in callbacks.c
  37.  
  38. o    added desensitize_all and resensitize_all -- an effort
  39.     in keeping the user from getting the thing in an odd
  40.     state...  maybe
  41.  
  42. o    made more things work via callbacks
  43.  
  44. o    added H_OFFSET and H_OFFSET definitions in Imakefile
  45.     for use by write_notefile() in main.c -- the purpose
  46.     is to correct out the offsets injected by my window
  47.     manager (twm) while a note is mapped to prevent the
  48.     windows from 'creeping' when they are saved...  if
  49.     someone knows a way to detect these offsets at run
  50.     time I'd appreciate a better idea...
  51.  
  52. o    added a Button 3 translation to the startup_button
  53.     to bring up a `quit' dialog box
  54.  
  55. o    ...and otherwise damn near rewrote the whole thing
  56.