Re: [Pan-users] [.97] Some usability issues

2006-05-16 Thread Jeff Berman
Hi Charles, Charles Kerr <[EMAIL PROTECTED]> wrote: > (1) I don't really want to do per-group sort orders unless there's > an overwhelming clamor for them, but 0.98 has a persistent, > global sort order. That works! >> 2) It might be me, but the direction of the sort direction > arrow seems to

Re: [Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Vincent Favre-Nicolin
Yo, The official Mandriva 2006 glib version is 2.8, whereas the development (cooker) version is 2.10. So it seems that the pan rpm from SoS was compiled on a machine with a cooker version. So you have to recompile yourself. If using the source from the pan website is not ok, you

[Pan-users] Re: Re: Re: 0.97 - A few usability issues

2006-05-16 Thread Jim Henderson
On Mon, 15 May 2006 14:47:27 -0500, Charles Kerr wrote: > I'll probably forget both of them if you don't > open up a pair of bugzilla issues on them, though. :-) Bugs 342032 and 342034 filed. :-) Jim ___ Pan-users mailing list Pan-users@nongnu.org h

Re: [Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Brad Rogers
On Tue, 16 May 2006 13:55:24 -0500 Charles Kerr <[EMAIL PROTECTED]> wrote: Hello Charles, > If Mandriva's layout isn't too different from RH, Mandriva often do change things > GLIB_CHECK_VERSION(2,10,0) will be looking at > /usr/include/glib-2.0/include/glibconfig.h, ...being (apparently)

Re: [Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Brad Rogers
On Tue, 16 May 2006 20:01:56 +0100 Robert Marshall <[EMAIL PROTECTED]> wrote: Hello Robert, > where x > 5 though I did build from source. Which is where we differ. So, either the problem is here, or, somehow, with the SoS RPM. -- Regards _ / )"The blindingly obvious is

Re: [Pan-users] Re: Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Charles Kerr
No, that shouldn't be necessary -- Pan works with older versions too. At compile time, Pan uses preprocessor #if statements to work either way, like this: Ah, my misunderstanding, sorry for any confusion I might've caused. Well actually I guess you were right after all. What's probably happe

[Pan-users] Re: Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Jim Henderson
On Tue, 16 May 2006 13:55:24 -0500, Charles Kerr wrote: > No, that shouldn't be necessary -- Pan works with older versions too. At > compile time, Pan uses preprocessor #if statements to work either way, > like this: Ah, my misunderstanding, sorry for any confusion I might've caused. Jim

Re: [Pan-users] Pan 0.9x under Mandriva 2006

2006-05-16 Thread Brad Rogers
On Tue, 16 May 2006 11:03:07 -0700 walt <[EMAIL PROTECTED]> wrote: Hello walt, > > g_slice_alloc0 was introduced into glib in version 2.10, but those > > calls are wrapped in checks to see what version of glib you've > > got... > But the version checking is done at configure time, no? Does > the

Re: [Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Brad Rogers
On Tue, 16 May 2006 12:28:58 -0600 Jim Henderson <[EMAIL PROTECTED]> wrote: Hello Jim, > > glib1 1.2.10 > > glib2 2.8.0 > This is entirely a valid installation - but note your glib2 version is Thanks for the confirmation. If pushed, I'd have said I thought it was, but really, it would be little

Re: [Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Robert Marshall
On Tue, 16 May 2006, Jim Henderson wrote: > On Tue, 16 May 2006 16:30:58 +0100, Brad Rogers wrote: > >> On Tue, 16 May 2006 09:31:39 -0500 >> Charles Kerr <[EMAIL PROTECTED]> wrote: >> >> Hello Charles, >> >>> What version of glib do you have installed? >> >> It seems I have two versions; >>

[Pan-users] Re: ANN: Pan 0.97 "Atoz and Tanda"

2006-05-16 Thread walt
Duncan wrote: > walt <[EMAIL PROTECTED]> posted > [EMAIL PROTECTED], excerpted below, on Mon, 15 May 2006 14:55:04 > -0700: > >> Maybe Charles can speculate why pan should pause in the middle of >> reading a cross-posted message to send a 'GROUP' request for another >> group. > > Yes, that's str

Re: [Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Charles Kerr
Jim Henderson wrote: On Tue, 16 May 2006 16:30:58 +0100, Brad Rogers wrote: On Tue, 16 May 2006 09:31:39 -0500 Charles Kerr <[EMAIL PROTECTED]> wrote: Hello Charles, What version of glib do you have installed? It seems I have two versions; glib1 1.2.10 glib2 2.8.0 This is entirely a

[Pan-users] Re: Pan 0.9x under Mandriva 2006

2006-05-16 Thread Jim Henderson
On Tue, 16 May 2006 16:30:58 +0100, Brad Rogers wrote: > On Tue, 16 May 2006 09:31:39 -0500 > Charles Kerr <[EMAIL PROTECTED]> wrote: > > Hello Charles, > >> What version of glib do you have installed? > > It seems I have two versions; > > glib1 1.2.10 > glib2 2.8.0 This is entirely a valid i

Re: [Pan-users] Pan 0.9x under Mandriva 2006

2006-05-16 Thread walt
Charles Kerr wrote: [...] > g_slice_alloc0 was introduced into glib in version 2.10, but those > calls are wrapped in checks to see what version of glib you've got... But the version checking is done at configure time, no? Does the executable have some way of checking at run-time (other than comp

Re: [Pan-users] Re: ANN: Pan 0.97 "Atoz and Tanda"

2006-05-16 Thread walt
Duncan wrote: > walt <[EMAIL PROTECTED]> posted > [EMAIL PROTECTED], excerpted below, on Mon, 15 May 2006 14:55:04 > -0700: > >> Maybe Charles can speculate why pan should pause in the middle of >> reading a cross-posted message to send a 'GROUP' request for another >> group. > > Yes, that's str

Re: [Pan-users] Pan 0.9x under Mandriva 2006

2006-05-16 Thread Brad Rogers
On Tue, 16 May 2006 09:31:39 -0500 Charles Kerr <[EMAIL PROTECTED]> wrote: Hello Charles, > What version of glib do you have installed? It seems I have two versions; glib1 1.2.10 glib2 2.8.0 Unless I've misunderstood what various sources tell me (entirely possible). > installed, or that your

Re: [Pan-users] [.97] Some usability issues

2006-05-16 Thread Charles Kerr
Jeff Berman wrote: 1) pan forgets which column each newsgroup is supposed to be sorted by. If I enter a group and sort it by Subject (by clicking on the heading "Subject"), then the next time I enter the group it reverts to being sorted by Date. I don't really want to do per-group sort orders

Re: [Pan-users] Pan 0.9x under Mandriva 2006

2006-05-16 Thread Charles Kerr
Brad Rogers wrote: Hello All, I've been using the 0.9x updates made available to Mandriva 2006 users from the SeerOfSouls website, as RPMs. Versions 0.96 and 0.97 install without any problem. They will not, however run on my system. 0.95 and earlier versions installed and ran without problem.

Re: [Pan-users] Help -> About in Linux

2006-05-16 Thread Charles Kerr
Kevin Gottsman wrote: When I run the Windows beta (0.96 and previous), it properly shows the About screen when I select it from the Help dropdown. I think it should be centered in the screen but thats a minor issue. In my linux installs, it does nothing. Nothing is displayed in the console window

[Pan-users] Re: [.97] Some usability issues

2006-05-16 Thread Duncan
Jeff Berman <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Mon, 15 May 2006 05:24:49 -0700: > 5) It would be wonderful to bring back the "Delete Group's > Articles" context menu when clicking on a group name. Maybe I use > pan differently than some, but after exiting a group I

[Pan-users] Re: Re: ANN: Pan 0.97 "Atoz and Tanda"

2006-05-16 Thread Duncan
Charles Kerr <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Mon, 15 May 2006 15:11:42 -0500: > Duncan wrote: > >> OTOH, I'm seeing smileys as graphical monstrosities, > > It's in View|Body Pane. Maybe it should be in the prefs dialog. I /thought/ I'd seen mention of it bein

[Pan-users] Re: ANN: Pan 0.97 "Atoz and Tanda"

2006-05-16 Thread Duncan
walt <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Mon, 15 May 2006 14:55:04 -0700: > Maybe Charles can speculate why pan should pause in the middle of > reading a cross-posted message to send a 'GROUP' request for another > group. Yes, that's strange indeed! I've not seen t

[Pan-users] Re: Help -> About in Linux

2006-05-16 Thread Duncan
"Kevin Gottsman" <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Tue, 16 May 2006 05:26:59 +: > When I run the Windows beta (0.96 and previous), it properly shows the > About screen when I select it from the Help dropdown. I think it should > be centered in the screen but th

[Pan-users] Pan 0.9x under Mandriva 2006

2006-05-16 Thread Brad Rogers
Hello All, I've been using the 0.9x updates made available to Mandriva 2006 users from the SeerOfSouls website, as RPMs. Versions 0.96 and 0.97 install without any problem. They will not, however run on my system. 0.95 and earlier versions installed and ran without problem. Running from a cons