[Unison-hackers] [unison-svn] rev 29 - in trunk/src: . lwt ubase

subversion at central.cis.upenn.edu subversion at central.cis.upenn.edu
Thu May 19 16:38:29 EDT 2005


Author: vouillon
Date: 2005-05-19 15:38:27 -0400 (Thu, 19 May 2005)
New Revision: 29

Modified:
   trunk/src/.depend
   trunk/src/RECENTNEWS
   trunk/src/case.ml
   trunk/src/case.mli
   trunk/src/files.ml
   trunk/src/fspath.ml
   trunk/src/globals.ml
   trunk/src/globals.mli
   trunk/src/lwt/
   trunk/src/lwt/lwt_unix.ml
   trunk/src/mkProjectInfo.ml
   trunk/src/name.ml
   trunk/src/os.ml
   trunk/src/os.mli
   trunk/src/osx.ml
   trunk/src/osx.mli
   trunk/src/osxsupport.c
   trunk/src/pred.ml
   trunk/src/props.ml
   trunk/src/pty.c
   trunk/src/remote.ml
   trunk/src/remote.mli
   trunk/src/terminal.ml
   trunk/src/terminal.mli
   trunk/src/ubase/
   trunk/src/ubase/depend
   trunk/src/uicommon.ml
   trunk/src/uicommon.mli
   trunk/src/uigtk2.ml
   trunk/src/uitext.ml
   trunk/src/update.ml
Log:
* Fixed a bug with completely empty directories under Windows
  (not even containing "." and "..")
* Attempt to resolve issues with synchronizing modification times
  of read-only files under Windows
* Ignore chmod failures when deleting files
* Bug fixes and cleanups in ssh password prompting.  Now works with
  the GTK2 UI under Linux.  (I hope the Mac OS X is not broken.)
* Ignore trailing dots in filenames in case insensitive mode
* Do not keep DANGER.README file if the first rename fail because it
  is not allowed
* Fixed check for path validity
* Proper quoting of paths, files and extensions ignored using the UI
* Added one missing restoreTerminal call in test UI
* The strings CURRENT1 and CURRENT2 are now correctly substitued when
  they occur in the diff preference
* Include profile name in the GTK2 window name
* Added bindings ',' (same as '<') and '.' (same as '>') in the GTK2 UI




More information about the Unison-hackers mailing list