-
epaepa committed patchset 3202 of module xmltv to the XMLTV CVS repository, changing 1 files.
2009-09-06 11:24:12 UTC in XMLTV
-
Some way to switch to full screen and back, perhaps with a standard key sequence such as Alt-Enter or F11.
2009-08-03 09:11:46 UTC in SDL Asylum
-
When adding files to an archive 7-zip sorts by filename. But this doesn't give the best results when you have files with odd date formats, for example
Stuff 1-Jan-2007.txt
Stuff 2-Jan-2007.txt
Stuff 3-Jan-2007.txt
...
Stuff 1-Feb-2007.txt
Stuff 2-Feb-2007.txt
...
In these cases, the default sorting puts '1-Jan-2007' next to '1-Jan-2008', when usually...
2009-07-21 12:03:32 UTC in 7-Zip
-
I agree that empty elements are useful and should not be trimmed. Here is a patch.
Index: src/parser.c
===================================================================
RCS file: /cvsroot/tidy/tidy/src/parser.c,v
retrieving revision 1.187
diff -u -r1.187 parser.c
--- src/parser.c 22 Mar 2008 20:02:42 -0000 1.187
+++ src/parser.c 12 Jun 2009 15:36:19 -0000
@@...
2009-06-12 15:57:42 UTC in HTML Tidy