[ANNOUNCEMENT] Updated: Unicode text editor MinEd 2011.19

2011-11-18 Thread Thomas Wolff
MinEd  2011.19
   (November  2011)


This release features major enhancements in file management:

* Interactive file chooser to navigate file system.
* Backup files, interoperable with other editors; optional numbered backups.
* File locking, using interoperable lock files.
* Recovery files (if mined quits), interoperable with other editors.
* Checking/warning whether disk file was changed while being edited (2011.18).
* Enhancement and migration of file info storage (2011.18).

Other major enhancements in this release:

Interactive:
* Mouse movement navigation between menus, especially to open submenus.

Interworking and Deployment:
* Using glyph detection feature of mintty for optimal marker selection.
* Assigned HOP function to Shift-TAB and to keypad "*", to support 
  laptop keyboards and some dumb terminals (KDE konsole, BSD console).
* Windows stand-alone package: Installing into Start Menu and Desktop.
* Enhanced Linux desktop integration (2011.18).
* Other interoperability and portability enhancements,
  including port to Haiku (2011.18).




Mined is a powerful text editor with a comprehensive yet concise and 
easy-to-use user interface supporting modern interaction paradigms, 
and fast, small-footprint behaviour.

Mined provides both extensive Unicode and CJK support offering many 
specific features and covering special cases that other editors 
are not aware of (like auto-detection features and automatic handling 
of terminal variations, or Han character information).
It was the first editor that supported Unicode in a plain-text terminal 
(like xterm or rxvt).

Basically, mined is an editor tailored to reliable and efficient 
editing of plain text documents and programs, with features and 
interactive behaviour designed for this purpose.




To install mined on cygwin, run the cygwin setup program, 
in the "Select Packages" menu, open the "Editors" category and 
select the mined package.

More information (with screenshots, feature overview and change log) 
and download are available from the mined web site at


Mined is co-hosted at sourceforge and has a mailing list 
which can be subscribed at




Thomas Wolff
mi...@towo.net

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Rolling back to 1.6.x Subversion

2011-11-18 Thread Andrey Repin
Greetings, Warren Young!

>>> $ ls -d .svn
>>
>> 1.7 working copy do not have .svn dirs in nested directories.
>> http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng

> Sorry, I remembered that too late.

> How about "svn st -q ."?

I can't call it "at a glance".


--
WBR,
Andrey Repin (anrdae...@freemail.ru) 18.11.2011, <13:40>

Sorry for my terrible english...


--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Rolling back to 1.6.x Subversion

2011-11-18 Thread Csaba Raduly
On 11/18/11, Warren Young  wrote:
> On 11/17/2011 3:42 PM, Andrey Repin wrote:
>>> On 11/16/2011 3:20 PM, Andrey Repin wrote:

 it's a release you need to migrate your working copies
 to 1.17 without checking them out anew.
>>
>>> Are you sure?
>>
>> As far as I understand the release notes, you need to run "svn cleanup"
>> with
>> earlier version, before running "svn upgrade" with current one.
>
> I've done three successful tree upgrades with just an "svn upgrade".
>
> Perhaps the "cleanup" is only needed in uncommon cases?
>
>>> $ ls -d .svn
>>
>> 1.7 working copy do not have .svn dirs in nested directories.
>> http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng
>
> Sorry, I remembered that too late.
>
> How about "svn st -q ."?

That prints nothing if the folder is up to date.
Did you mean"svn st -u ."   ?

-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



[ANNOUNCEMENT] Updated: gnuplot-4.4.4-1: A command-line driven interactive function plotting utility

2011-11-18 Thread Dr. Volker Zell
Hi

A new version of 'gnuplot' has been uploaded to a server near you.

 o Update to latest upstream release.
 o Build for cygwin 1.7.9 with gcc-4.5.3


gnuplot NEWS:
===

New features, changes and fixes in gnuplot version 4.4.4


* NEW boxxyerrors plot style now allows variable color
* NEW splot with pm3d now allows variable rgb color
* NEW "nonuniform matrix" indicates ascii data with explicit x, y
* CHANGE columnhead(N) is a string-valued function, not a keyword
* CHANGE Demarcate plots in svg output using ...
* CHANGE xticlabels() works for binary data files as well as ascii
* CHANGE "set key maxrows" now applies to 3D plots as well as 2D
* CHANGE rewrite installation path rules for TeX files
* FIX wxt terminal should now work on at least some flavors of OSX
* FIX incorrect space allowed for outside left key box
* FIX buffer overflow from enhanced text timefmt tic labels
* FIX correction for offset in epochs when reading in time format "%s"
* FIX discontinuity in defined palette limited by maxcolors
* FIX initialization of svg pattern-fill definitions
* FIX positioning of histogram bars when some data entries are missing
* FIX emf terminal can handle UTF-8 encoding
* FIX User-specified axis tick labels override auto labels in 3D just as in 2D
* FIX `plot with labels` failed to skip labels with UNDEFINED coords
* FIX NaN (not a number) implementation for Windows build
* FIX work-around for poor scaling in pdfcairo pattern fill
* FIX segfault if mismatch between palette sizes of successive terminals


New features, changes and fixes in gnuplot version 4.4.3


* NEW set key maxcolumns N maxrows M
* NEW value("varname") returns the value of the named variable
* NEW encoding cp1251 - 8-bit Cyrillic
* NEW Implement pan and zoom via mouse wheel.
* CHANGE backport emf terminal driver from version 4.5
* FIX better estimation of latex string lengths
* FIX colorbar representation of discrete color palettes is pixel accurate
* FIX NaN initialization and tests working on more (all?) platforms
* FIX configuration script tests for readline+ncurses
* FIX prevent out-of-range boxes from creating degenerate ghosts on the border
* FIX missing alpha channel flag for pdfcairo terminal
* FIX font initialization in windows terminal

New features, changes and fixes in gnuplot version 4.4.2


* FIX error in clipping filled curves to plot boundary
* FIX regression in colorspec parsing ("lc N" not recognized)
* FIX prevent segfault if refresh follows interrupted replot

New features, changes and fixes in gnuplot version 4.4.1


* NEW Support the "%s" format specifier in strftime()
* NEW Optional 6th data column in candlesticks style to specific box width
* NEW If integer arithmetic i*j or i**j would overflow, return value as a real
* NEW "set style circle radius "
* FIX autoconfiguration of readline support in OSX
* FIX font problems in win terminal
* FIX Protect against runaway recursion by limiting depth of nested functions
* FIX metapost terminal: Fix inheritance of line thickness by text strings
* FIX cairo terminals could segfault on certain enhanced text strings
* FIX pdfcairo output to stdout now works
* FIX font ",size" in non-enhanced mode postscript terminals
* FIX Do a better job of estimating the width of UTF-8 encoded strings
* FIX baseline bug in canvas terminal rotation of enhanced text
* FIX Allow "with labels" to work for binary input data
* FIX update user GPVAL variables after plot in table mode
* CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot
* CHANGE 3D impulses are now always drawn from z=0
* CHANGE Enable HIDDEN_QUADTREE by default
* CHANGE Enable "set fit errorvariables" by default
* CHANGE Regardless of current timefmt, read time from binary files as a binary
* CHANGE do not limit 3D rotation to 0http://cygwin.com/lists.html#subscribe-unsubscribe

If this does not work, then look at the "List-Unsubscribe: " tag in the
email header of this message.  Send email to the address specified
there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: Rolling back to 1.6.x Subversion

2011-11-18 Thread Dave Korn
On 18/11/2011 14:24, Csaba Raduly wrote:
> On 11/18/11, Warren Young  wrote:
>> On 11/17/2011 3:42 PM, Andrey Repin wrote:
   [ one level of attribution lost here ]
 $ ls -d .svn
>>> 1.7 working copy do not have .svn dirs in nested directories.
>>> http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng
>> Sorry, I remembered that too late.
>>
>> How about "svn st -q ."?
> 
> That prints nothing if the folder is up to date.
> Did you mean"svn st -u ."   ?

  How about the quicker (because non-recursively-scanning-the-whole-tree) "svn
info ."?

cheers,
  DaveK



--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: 1.7.9-1 Patch command mangles permissions on windows 7

2011-11-18 Thread Roger Pack
> When you're running Cygwin tools outside cygwin shell, you need to let Windows
> do the security handling for you.

Thanks!
-r

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



RE: Perl not completely downloading for cygwin

2011-11-18 Thread Buchbinder, Barry (NIH/NIAID) [E]
Matt Pettis sent the following at Thursday, November 17, 2011 4:58 PM
>
>I am trying to download perl 5.10.1-5 for cygwin through setup.exe, but
>it usually ends up at around 99% complete and then throws the error
>"download incomplete. Try again?" I've tried a couple of different http
>repositories, but I get the same error on the ones I tried. I do have
>Windows versions of perl on here (ActiveState and Strawberry), but I
>want this one mostly so that I can just run `ack' with other unix-like
>tools on my windows box. Does anybody know if there is a known issue
>with this?

You might try splitting it up into two operations.
1. "Download Without Installing".
2. "Install from Local Directory".

Good luck,

- Barry
  Disclaimer: Statements made herein are not made on behalf of NIAID.



RE: Perl not completely downloading for cygwin

2011-11-18 Thread matt.pettis
That worked, thank you!
There were a lot of dialogs that said that there were things that were null 
that were tried to be opened, but when I cleared them, I opened cygwin and did 
`perl -v' and saw what I had downloaded.
Thanks again,Matt

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple