Przemek Czerkas | 1 Jul 2007 10:11
Picon

[PATCH] w32api: added CSIDLs

2007-07-01  Przemek Czerkas  <pczerkas <at> gmail.com>

	* include/shlobj.h: Added CSIDL_MYMUSIC
	Added CSIDL_MYVIDEO

Index: shlobj.h
===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/shlobj.h,v
retrieving revision 1.46
diff -u -r1.46 shlobj.h
--- shlobj.h	25 Jul 2006 00:22:19 -0000	1.46
+++ shlobj.h	1 Jul 2007 07:40:06 -0000
 <at>  <at>  -157,6 +157,8  <at>  <at> 
 #define CSIDL_SENDTO	9
 #define CSIDL_BITBUCKET	10
 #define CSIDL_STARTMENU	11
+#define CSIDL_MYMUSIC	13
+#define CSIDL_MYVIDEO	14
 #define CSIDL_DESKTOPDIRECTORY	16
 #define CSIDL_DRIVES	17
 #define CSIDL_NETWORK	18

Corinna Vinschen | 2 Jul 2007 11:47
Favicon

Re: [PATCH] w32api: added CSIDLs

Hi Przemek,

On Jul  1 10:11, Przemek Czerkas wrote:
> 	* include/shlobj.h: Added CSIDL_MYMUSIC
> 	Added CSIDL_MYVIDEO
> 
> Index: shlobj.h
> ===================================================================
> RCS file: /cvs/src/src/winsup/w32api/include/shlobj.h,v
> retrieving revision 1.46
> diff -u -r1.46 shlobj.h
> --- shlobj.h	25 Jul 2006 00:22:19 -0000	1.46
> +++ shlobj.h	1 Jul 2007 07:40:06 -0000
>  <at>  <at>  -157,6 +157,8  <at>  <at> 
> #define CSIDL_SENDTO	9
> #define CSIDL_BITBUCKET	10
> #define CSIDL_STARTMENU	11
> +#define CSIDL_MYMUSIC	13
> +#define CSIDL_MYVIDEO	14
> #define CSIDL_DESKTOPDIRECTORY	16
> #define CSIDL_DRIVES	17
> #define CSIDL_NETWORK	18

Thanks for the patch.  I've applied it.

Btw., the w32api is officially maintained by the MinGW folks, see the
README.w32api file.  Patches to w32api are better off in the appropriate
mingw mailing list.

Thanks again,
(Continue reading)

Brian Dessent | 18 Jul 2007 17:05
Favicon

Re: Doc change request

Christopher Faylor wrote:

> Could I ask someone to do a search and replace on the docs and
> change all occurrences of /usr/man and /usr/doc to /usr/share/man
> and /usr/share/doc?
> 
> Brian, do you have time to do this?  I think you touched the
> documentation list so you're "it".

I can only find a total of three references to either directory,
and two of them mention it the context of "this was the old location":

faq-resources.xml-15-list what man pages the package includes.)  Some older packages still keep
faq-resources.xml:16:their documentation in <literal>/usr/doc/≤/literal>
faq-resources.xml-17-instead of <literal>/usr/share/doc/≤/literal>.

setup-net.sgml:235:Relevant documentation can be found in the <literal>/usr/doc/Cygwin/≤/literal> 
setup-net.sgml-236-or <literal>/usr/share/doc/Cygwin/≤/literal> directory.

The only remaining one is a glancing reference in the FAQ to rxvt,
and it needs cleaning up anyway as it refers to ash.  If the attached
fix is OK I will update the htdocs copy too.

faq-using.xml-864-≤para>Don't invoke as simply ``rxvt'' because that will run /bin/sh (really
faq-using.xml-865-ash) which is not a good interactive shell.  For details see
faq-using.xml:866:<literal>/usr/doc/Cygwin/rxvt-&lt;ver&gt;.README</literal>.

Unless my grep-fu failed that's it.

Brian
(Continue reading)

Christopher Faylor | 18 Jul 2007 17:10
Favicon

Re: Doc change request

On Wed, Jul 18, 2007 at 08:05:59AM -0700, Brian Dessent wrote:
>Christopher Faylor wrote:
>> Could I ask someone to do a search and replace on the docs and
>> change all occurrences of /usr/man and /usr/doc to /usr/share/man
>> and /usr/share/doc?
>> 
>> Brian, do you have time to do this?  I think you touched the
>> documentation list so you're "it".
>
>I can only find a total of three references to either directory,
>and two of them mention it the context of "this was the old location":
>
>faq-resources.xml-15-list what man pages the package includes.)  Some older packages still keep
>faq-resources.xml:16:their documentation in <literal>/usr/doc/≤/literal>
>faq-resources.xml-17-instead of <literal>/usr/share/doc/≤/literal>.
>
>setup-net.sgml:235:Relevant documentation can be found in the
<literal>/usr/doc/Cygwin/≤/literal> 
>setup-net.sgml-236-or <literal>/usr/share/doc/Cygwin/≤/literal> directory.
>
>The only remaining one is a glancing reference in the FAQ to rxvt,
>and it needs cleaning up anyway as it refers to ash.  If the attached
>fix is OK I will update the htdocs copy too.
>
>faq-using.xml-864-≤para>Don't invoke as simply ``rxvt'' because that will run /bin/sh (really
>faq-using.xml-865-ash) which is not a good interactive shell.  For details see
>faq-using.xml:866:<literal>/usr/doc/Cygwin/rxvt-&lt;ver&gt;.README</literal>.
>
>Unless my grep-fu failed that's it.

(Continue reading)


Gmane