Re: [gimp-devel] Gimp User Installation Dialog / XFree86 4.0

2000-03-25 Thread SHIRASAKI Yasuhiro
you using XFree86 3.9.x or 4.0? > >Ah yes, this might be the problem... Any ideas? XmbTextEscapement() in libX11 of XF86 3.9.x and later seems to return bogus value with particular fontsets. So you should back to 3.3.6 for temporary solution. -- SHIRASAKI Yasuhiro

Re: Gimp User Installation Dialog.

2000-03-25 Thread SHIRASAKI Yasuhiro
>* There seems to be a problem with the big titles. As you can see > at http://www.home.unix-ag.org/simon/gimp/GimpUserInstallation.png > the title of an page gets cut off (Gimp CVS from > Sat Mar 25 02:01:18 CET 2000 ). Are you using XFree86 3.9.x or 4.0? -- SHIRASAKI Yasuhiro

fontname completion?

2000-03-16 Thread SHIRASAKI Yasuhiro
x these scripts. regards, -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan. --- app/text_tool_cmds.c.orig Fri Feb 18 15:48:13 2000 +++ app/text_tool_cmds.cThu Mar 16 20:10:50 2000 @@ -53,6 +53,7 @@

Re: v 1.1.17 libintla error

2000-02-18 Thread SHIRASAKI Yasuhiro
ocal/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gimp/Gimp.so: Undefined symbol "bindtextdomain" ** WARNING **: wire_read: unexpected EOF (plug-in crashed?) -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

Re: Patch for print 3.0.6

2000-02-12 Thread SHIRASAKI Yasuhiro
Hi, Will we unmark printer names N_() tagging in print.c? -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

Re: some wierd font problems

2000-02-08 Thread SHIRASAKI Yasuhiro
Anyway, the text is rendered in 14pt with the resolution of image. So pixel size was different as you seen. regard, -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

Re: Removing pencil?

2000-02-05 Thread SHIRASAKI Yasuhiro
oolbox. core and plug-ins feature isn't frozen yet? -- SHIRASAKI Yasuhiro

Re: Translation Status Report #2

2000-01-30 Thread SHIRASAKI Yasuhiro
The translation of core part is almost done with many languages, but small changes in the pot files appeared day by day and broke po files. I think the 24h(?) alarm before next release is helpful to adjust po files again. -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate

Re: Compile problems and workarounds

2000-01-20 Thread SHIRASAKI Yasuhiro
ed in the future release of gettext package. Packager might use the patch for the next release? -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan. --- gettext.m4.orig Fri May 1 14:45:20 1998 +++ gettext.m4 Wed Dec

Re: gettext in on_signal caused infinite loop

1999-12-26 Thread SHIRASAKI Yasuhiro
for segfault message was worked well in many situation, but once something wrong happened, it causes infinite loop. -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

gettext in on_signal caused infinite loop

1999-12-25 Thread SHIRASAKI Yasuhiro
/libintl.so.1 #10004 0x810b5c0 in on_signal (sig_num=11) at main.c:471 (snip) Should we remove _() from there? -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

Re: libintl glitches in 1.1.13

1999-11-30 Thread SHIRASAKI Yasuhiro
return _nl_msg_cat_cntr], + [CATOBJEXT=.gmo + DATADIRNAME=share], + [CATOBJEXT=.mo + DATADIRNAME=lib]) + INSTOBJEXT=.mo + fi + LIBS="$alter_LIBS"; + INTLLIBS="-lintl"; fi ]) -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

Re: Tons of useless translations???

1999-11-24 Thread SHIRASAKI Yasuhiro
>I'd vote for creating such menusentries in the core. Not only to solve this >problem (that can eventually be solved another way), but so that we can put >the Filter menus into a nice order with seperators etc. It seems reasonable. -- yasuhiro

Re: Tons of useless translations???

1999-11-23 Thread SHIRASAKI Yasuhiro
>The string gets passed through menu_translate when the labels are build, so >it should work for all menus. Hmm, I have now changed this. A problem is that there is no table for "/Filters/Blur/tearoff1" or "/Filters/Blur" in gimp.pot or gimp-std-plgins.pot. The menu translating function in gtk us

Re: Tons of useless translations???

1999-11-23 Thread SHIRASAKI Yasuhiro
>BTW: I came to the conclusion that plug-ins should register their menu >entries using the N_(...) macro, not the _(...) macro. This is now done >inconsistently. I agree that for the plug-ins placed out of /Filters hierarchy like "/Layers/Rotate/180 degrees". But how will we treat menus like /Fil

missing in POTFILES.in

1999-11-09 Thread SHIRASAKI Yasuhiro
/pattern_select.c app/patterns.c regards, -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

Re: i18n fix for AlienMap

1999-10-12 Thread SHIRASAKI Yasuhiro
c ? I could not found the best way to do that. So I marked _( ... -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan.

[patch] tearoff menus

1999-10-11 Thread SHIRASAKI Yasuhiro
Hi, This is an easy fix to handle /*/tearoff1 menu item translation handling. It may reduce translation mismatching error. enjoy -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan. --- app/menus.c.origTue Oct 12 00

i18n fix for AlienMap

1999-10-09 Thread SHIRASAKI Yasuhiro
Hi, Here is a small i18n fix for AlienMap (2). Check it. Enjoy -- SHIRASAKI Yasuhiro : Experimental Particle Physics, JLC Team Graduate School of Science, TOHOKU University 980-8578 Japan. --- plug-ins/AlienMap/Makefile.am.orig Sun Oct 10 07:15:16 1999 +++ plug-ins/AlienMap/Makefile.am

Re: i18n problem

1999-01-03 Thread SHIRASAKI Yasuhiro
>As far as I can see all menu-items that are provided by >plug-ins. Additionally the Dialogs entry in the image menu (not the >one in the toolbox) and eventually a few more. Looks somewhat strange >to have over hundred filters that are called Datei and are ordered in >submenus labelled Datei... W

Re: i18n problem

1999-01-02 Thread SHIRASAKI Yasuhiro
>If it is, the german de.po is broken too, since I experience the same weird >problem here. What menuitems are replaced by Datei? I could not reproduce the problem. -- yasuhiro

Re: i18n problem

1999-01-02 Thread SHIRASAKI Yasuhiro
>In recent 1.1.11 or CVS Gimp, there is a problem with i18n. All not-translated >menuitems show up as "File" (in their respective i18n equivalent). Is your translation table fr.po ? It seems to be broken when I tried to "make update-po". -- yasuhiro