home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / pcl-cvs / NEWS < prev    next >
Encoding:
Text File  |  1994-09-20  |  4.2 KB  |  114 lines

  1. This is the NEWS file for pcl-cvs, an Elisp front-end to CVS.
  2.  
  3. User-visible changes in pcl-cvs from 1.04 to 1.05:
  4.  
  5. * Elib is no longer distributed with pcl-cvs.  You must get Elib
  6.   separately, for instance from ftp.lysator.liu.se in pub/emac.
  7.  
  8. * The Lucid Emacs support works again.
  9.  
  10. * A new function, cvs-change-cvsroot, can be used to interactively
  11.   switch between CVS repositories.
  12.  
  13. * The mode line in the *cvs* buffer now indicates when a "cvs update"
  14.   is running.
  15.  
  16. * The .cvsignore file is automatically sorted alphabetically (to
  17.   reduce the risk of conflicts when two people add different files
  18.   simultaneously). This behaviour can be turned off with
  19.   cvs-sort-ignore-file.
  20.  
  21. * A trailing newline is always added in commit log messages.  This
  22.   behaviour can be turned off with
  23.   cvs-commit-buffer-require-final-newline.
  24.  
  25. * This version of pcl-cvs should work together with RCVS.  I have not
  26.   tested this myself, though.
  27.  
  28. * Plus some bug fixes.  (Note that the version of cookie.el that is
  29.   distributed with pcl-cvs 1.04 contains errors that affects pcl-cvs.
  30.   You should get Elib 0.07).
  31.  
  32.  
  33. User-visible changes in pcl-cvs from 1.03 to 1.04:
  34.  
  35. * Support for Emerge.  Hitting "e" on a file that is Modified, Merged
  36.   or in Conflict will start Emerge, an interactive file merger written
  37.   in Emacs Lisp.  This requires Emerge version 4.  Emerge is not
  38.   included in this package.  If you can't find it anywhere else, you
  39.   can get in from ftp.lysator.liu.se in pub/emacs.  This package makes
  40.   it a lot easier to resolve conflicts.
  41.  
  42. * Emacs will now automatically revert your buffers when the CVS
  43.   commands pcl-cvs issues causes the file to change.  This automatic
  44.   revert never occurs if the buffer contents did not agree with the
  45.   file prior to the command.
  46.  
  47. * If you are running Lucid GNU Emacs, you will get some fonts and
  48.   mouse support.  This was contributed from people at Lucid.
  49.  
  50. * The variable cvs-cvsroot can be used to select the location if the
  51.   repository.  You no longer need to exit Emacs, setenv CVSROOT, and
  52.   start a new Emacs if you work with multiple repositories.
  53.  
  54. * The "q" key can be used to hide the *cvs* buffer.
  55.  
  56. * The name of the commands in the *cvs* have changed. If it was called
  57.   cvs-foo, it will now be called cvs-mode-foo.  See the ChangeLog
  58.   entry from Tue Aug  4 03:02:25 1992 for a complete list of changes.
  59.  
  60. * The variable cvs-cvs-diff-flags is no longer used.  Instead,
  61.   cvs-diff-flags is always used.
  62.  
  63. * Plus a lot of bug fixes.
  64.  
  65.  
  66. User-visible changes in pcl-cvs from 1.02 to 1.03:
  67.  
  68. * Output from CVS to stdout and stderr is separated and parsed
  69.   independently.  In that way pcl-cvs should work regardless of
  70.   whether stdout is buffered or line-buffered.  Pcl-cvs should now
  71.   work with CVS 1.3 without modifications on hosts such as
  72.   DECstations.
  73.  
  74. * Pcl-cvs now fully supports RCS version 5.6 as well as 5.5.
  75.  
  76. * New functions:
  77.  
  78.     + cvs-undo-local-changes ("U") - Undo all your modifications
  79.                      to a file and get the newest
  80.                      version from the repository.
  81.     + cvs-update-other-window       - Similar to cvs-update.
  82.     + cvs-byte-compile-files       - Byte compile the selected files.
  83.  
  84. * cvs-update now displays the *cvs* buffer, which initially contains a
  85.   small message ("Running `cvs update' in /foo/bar/gazonk/...") until
  86.   the update is ready.  The *cvs* buffer no longer pops up when the
  87.   update is ready.  It often failed to pop up, due to race conditions
  88.   that are very hard to solve (and I doubt that they were at all
  89.   solvable).
  90.  
  91. * cvs-unmark-all-files is moved from "U" to "ESC DEL" to be
  92.   "compatible" with dired.
  93.  
  94. * cvs-diff ("d") and cvs-diff-backup ("b") can be configured to work
  95.   on only the file the cursor is positioned on, and ignore any marked
  96.   files.  A prefix argument toggles this.
  97.  
  98. * Only one `cvs update' can be run at a time.  (It was previously
  99.   possible to start more than one simultaneously, but pcl-cvs could
  100.   not really handle more than one.)
  101.  
  102. * Some rudimentary support for programs that CVS runs at update (due
  103.   to the -u switch in the modules file).
  104.  
  105. * Pcl-cvs now automatically generates a bug report if it can't parse
  106.   the output from CVS.
  107.  
  108. * The *cvs* buffer is read-only.
  109.  
  110. * Pcl-cvs now creates temporary files in $TMPDIR if that environment
  111.   variable is set (otherwise it uses /tmp).
  112.  
  113. ---End of file NEWS---
  114.