home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / ntcode / ue312n / readme.nt < prev    next >
Encoding:
Text File  |  1995-05-19  |  2.2 KB  |  79 lines

  1.     MicroEMACS version 3.12        Windows NT package
  2.                     Release notes
  3.  
  4.     27-Nov-93
  5.  
  6. ------------------------------------------------------------------------
  7.  
  8. This file describes the peculiarities of this release of MicroEMACS 3.12
  9. for Windows NT.
  10.  
  11. Contents:
  12. --------
  13.  
  14. README        MicroEMACS 3.12 release notes
  15. README.NT     Windows NT-specific release notes
  16. MEWIN.HLP     Help file
  17. MEWINNT.EXE   MicroEMACS 3.12 Win32 executable
  18. EMACS.RC      \
  19. BPAGE.CMD      |
  20. CPAGE.CMD      |
  21. EHELP.CMD      |
  22. EPAGE.CMD      | MicroEMACS generic macro files
  23. ERROR.CMD      |
  24. FILTER.CMD     |
  25. LPAGE.CMD      |
  26. NEWPAGE.CMD    |
  27. OPAGE.CMD      |
  28. PPAGE.CMD      |
  29. SHELL.CMD      |
  30. WPAGE.CMD     /
  31. EHELP1.TXT    \  text files for the MicroEMACS
  32. EHELP2.TXT    /  help screens (used by EHELP.CMD)
  33. MEWIN.CMD     Windows-specific extensions to EMACS.RC
  34. CUA.CMD          macros for CUA-like behaviour
  35. MDI.CMD          macros for MDI screens management (supports drag'n drop)
  36. CUSTOM.CMD       add your customization macros here
  37. DEV.CMD          other example macros (to be called from MEWIN.CMD)
  38.  
  39. Interface changes:
  40. -----------------
  41.  
  42. This package implements the following changes from the previously
  43. released build of MicroEMACS for Windows:
  44.  
  45. - File locking is disabled.
  46.  
  47. - The modeline does not contain the text "MicroEMACS 3.12". Instead,
  48. the version number (3.12) appears on the application's title bar.
  49.  
  50. - The cursor has been changed to a blinking block (instead of the less
  51. visible underline).
  52.  
  53. - A macro file CUSTOM.CMD has been added. It is a placeholder for
  54. user-customization. As an example, it contains a few instructions that
  55. simply remove the timestamp in the modeline and change the text colors.
  56.  
  57. Installation procedure:
  58. ----------------------
  59.  
  60. Simply extract the files in this package in the directory where you want
  61. MicroEMACS to reside.
  62.  
  63.  
  64. To enable the macros from DEV.CMD, remove the semicolon in front of the
  65. line:
  66.  
  67.     ; execute-file "dev.cmd"
  68.  
  69. in MEWIN.CMD. You will also need to edit the line:
  70.  
  71.     set %sdk32hlp "api32wh.hlp"
  72.  
  73. in DEV.CMD, so that it spells the full pathname of the Win32 help file.
  74.  
  75. ------------------------------------------------------------------------
  76.  
  77. - Pierre Perret -
  78.  
  79.