home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Text / Emacs-1.12d folder / Changes < prev    next >
Encoding:
Text File  |  1993-12-30  |  2.0 KB  |  63 lines  |  [TEXT/EMAC]

  1. Changes in 1.12d:
  2. =================
  3.  
  4. A bug that prevented the Paste command (command-V) from working has
  5. been fixed.
  6.  
  7. The dired code of Emacs 19 has replaced that of Emacs 18.  There is
  8. now information about dired available from M-x info.
  9.  
  10. A bug that prevented complete loading of textures.el from .emacs has
  11. been fixed.
  12.  
  13. The functions user-full-name, user-login-name, user-real-login-name,
  14. and system-name now take their values from the strings entered into
  15. the “Sharing Setup” control panel.
  16.  
  17. The function make-symbolic-link is now implemented correctly.  It
  18. creates an alias.
  19.  
  20. Changes in 1.11d:
  21. =================
  22.  
  23. A bug in the threads package that broke lpr and printing functions
  24. within Emacs has been fixed.
  25.  
  26. A bug that caused Emacs to give errors when parsing pathnames prefixed
  27. with ~dirname/.. has been fixed.
  28.  
  29. A bug that caused Emacs to hang sometimes when brought from the back
  30. to be the front application has been fixed.
  31.  
  32. A first attempt has been made to enable Emacs to read files that use
  33. '\n' instead of '\r' to end lines.  See "About Emacs".
  34.  
  35. Emacs now works correctly with non-American keyboards.
  36.  
  37. Slashes in Macintosh filenames now appear as colons within Emacs.
  38. Using a colon in a filename within Emacs gives you that filename with
  39. slashes within the Finder.
  40.  
  41. The handling of ~ in directory names has been changed.  The meaning of
  42. directory ~/ is now configurable.  See "About Emacs" for more.
  43.  
  44. The Toolbox is more accessible, though its direct use is not
  45. recommended.  See ~emacs/lisp/mac/traps.el.
  46.  
  47. The function of the option key can be changed.  See "About Emacs".
  48.  
  49. When a file X is edited and saved, file X is renamed X~, and a new
  50. file X is created.  Now, the creator, type, and resource fork of the
  51. original X is preserved in the new X.
  52.  
  53. The behavior of Emacs when saving files referenced by aliases is
  54. saner.
  55.  
  56. The menu items New, Save, Save As, and Close now conform more closely
  57. to regular Macintosh behavior.
  58.  
  59. Emacs is now stationery-aware.
  60.  
  61. AEInstallEventHandler has been implemented.  See the file
  62. ~emacs/lisp/mac/core-suite.el for an example.
  63.