all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
@ 2010-02-28 22:01 Drew Adams
  2010-02-28 22:30 ` Drew Adams
  2010-03-06 18:19 ` Chong Yidong
  0 siblings, 2 replies; 8+ messages in thread
From: Drew Adams @ 2010-02-28 22:01 UTC (permalink / raw
  To: 5659

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

emacs -Q

See attached screenshot, which shows the pretest on the left and the last
release, 23.1, on the right. As the screenshot shows:

1. The toolbar icons are without color.
2. The frame size has been reduced (fewer lines).


[-- Attachment #2: throw-bug-toolbar-and-window-size.PNG --]
[-- Type: image/png, Size: 91732 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-02-28 22:01 bug#5659: 23.1.92; bad toolbar icons, smaller default frame size Drew Adams
@ 2010-02-28 22:30 ` Drew Adams
  2010-03-06 18:19 ` Chong Yidong
  1 sibling, 0 replies; 8+ messages in thread
From: Drew Adams @ 2010-02-28 22:30 UTC (permalink / raw
  To: 5659

> emacs -Q
> 
> See attached screenshot, which shows the pretest on the left 
> and the last release, 23.1, on the right. As the screenshot shows:
> 
> 1. The toolbar icons are without color.
> 2. The frame size has been reduced (fewer lines).

Forgot to include the version info (bitten again by bug #5299).

In GNU Emacs 23.1.92.1 (i386-mingw-nt5.1.2600)
 of 2010-02-20 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'







^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-02-28 22:01 bug#5659: 23.1.92; bad toolbar icons, smaller default frame size Drew Adams
  2010-02-28 22:30 ` Drew Adams
@ 2010-03-06 18:19 ` Chong Yidong
  2010-03-06 18:46   ` Drew Adams
  1 sibling, 1 reply; 8+ messages in thread
From: Chong Yidong @ 2010-03-06 18:19 UTC (permalink / raw
  To: Drew Adams; +Cc: 5659

> emacs -Q
>
> See attached screenshot, which shows the pretest on the left and the last
> release, 23.1, on the right. As the screenshot shows:
>
> 1. The toolbar icons are without color.
> 2. The frame size has been reduced (fewer lines).

(1) is probably due to Lennart compiling without proper image library
support.  (2) is intentional, see Bug#3643.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-03-06 18:19 ` Chong Yidong
@ 2010-03-06 18:46   ` Drew Adams
  2010-03-07  0:22     ` Lennart Borgman
  0 siblings, 1 reply; 8+ messages in thread
From: Drew Adams @ 2010-03-06 18:46 UTC (permalink / raw
  To: 'Chong Yidong'; +Cc: 5659

> From: Chong Yidong Sent: Saturday, March 06, 2010 10:20 AM
> > See attached screenshot, which shows the pretest on the 
> > left and the last release, 23.1, on the right.
> > As the screenshot shows:
> >
> > 1. The toolbar icons are without color.
> > 2. The frame size has been reduced (fewer lines).
> 
> (1) is probably due to Lennart compiling without proper image library
> support.  (2) is intentional, see Bug#3643.

Ccing Lennart as an FYI for #1.

The bug #3643 thread is very long; apologies if this is addressed somewhere
there - I didn't find it:

The OP complained about the Emacs 23 frame height, contrasting it with the Emacs
22 case. IIUC, he had no problem with the Emacs 22 size.

So isn't his problem rightfully regarded as a regression wrt Emacs 22?

However, when I use emacs -Q in both Emacs 22.3 and 23.1 the frame sizes are
identical. (I'm using Windows.)

From what I see, it is only the Emacs 23.2 pretest that has a shorter frame from
both Emacs 22 and 23.1.

My screen resolution is 1280 x 1024 (for both cases).
(I'm using as "pretest": GNU Emacs 23.1.92.1 (i386-mingw-nt5.1.2600)
 of 2010-02-20 on LENNART-69DE564).

Why does jidanni see a difference between 22 and 23, and I do not? Is this
platform-dependent? Is it just a resolution difference?

What is wrong with returning to the Emacs 22 appearance, which jidanni confirms
was OK?

I don't really object to the shorter frame, but I don't understand why, if Emacs
22 was OK, we have moved to yet another appearance. Why not just return to what
Emacs 22 did?

Anyway, you can close this bug, I guess. Thx.







^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-03-06 18:46   ` Drew Adams
@ 2010-03-07  0:22     ` Lennart Borgman
  2010-03-07  0:46       ` Juanma Barranquero
  2010-03-07  4:17       ` Eli Zaretskii
  0 siblings, 2 replies; 8+ messages in thread
From: Lennart Borgman @ 2010-03-07  0:22 UTC (permalink / raw
  To: Drew Adams; +Cc: Chong Yidong, 5659

On Sat, Mar 6, 2010 at 7:46 PM, Drew Adams <drew.adams@oracle.com> wrote:
>> From: Chong Yidong Sent: Saturday, March 06, 2010 10:20 AM
>> > See attached screenshot, which shows the pretest on the
>> > left and the last release, 23.1, on the right.
>> > As the screenshot shows:
>> >
>> > 1. The toolbar icons are without color.
>> > 2. The frame size has been reduced (fewer lines).
>>
>> (1) is probably due to Lennart compiling without proper image library
>> support.


Yes. The unpatched binaries are compiled without image support.

What happens if I compile them with image support and the user does
not have the image DLL libraries?






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-03-07  0:22     ` Lennart Borgman
@ 2010-03-07  0:46       ` Juanma Barranquero
  2010-03-07  0:51         ` Lennart Borgman
  2010-03-07  4:17       ` Eli Zaretskii
  1 sibling, 1 reply; 8+ messages in thread
From: Juanma Barranquero @ 2010-03-07  0:46 UTC (permalink / raw
  To: Lennart Borgman; +Cc: 5659

On Sun, Mar 7, 2010 at 01:22, Lennart Borgman <lennart.borgman@gmail.com> wrote:

> What happens if I compile them with image support and the user does
> not have the image DLL libraries?

Nothing, except that the image types won't be available. See docstring
for variable `image-library-alist'.

    Juanma






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-03-07  0:46       ` Juanma Barranquero
@ 2010-03-07  0:51         ` Lennart Borgman
  0 siblings, 0 replies; 8+ messages in thread
From: Lennart Borgman @ 2010-03-07  0:51 UTC (permalink / raw
  To: Juanma Barranquero, Drew Adams, Chong Yidong; +Cc: 5659

On Sun, Mar 7, 2010 at 1:46 AM, Juanma Barranquero <lekktu@gmail.com> wrote:
> On Sun, Mar 7, 2010 at 01:22, Lennart Borgman <lennart.borgman@gmail.com> wrote:
>
>> What happens if I compile them with image support and the user does
>> not have the image DLL libraries?
>
> Nothing, except that the image types won't be available. See docstring
> for variable `image-library-alist'.


Ok, thanks. Then I will compile the unpatched Emacs binaries too with
image support.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5659: 23.1.92; bad toolbar icons, smaller default frame size
  2010-03-07  0:22     ` Lennart Borgman
  2010-03-07  0:46       ` Juanma Barranquero
@ 2010-03-07  4:17       ` Eli Zaretskii
  1 sibling, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2010-03-07  4:17 UTC (permalink / raw
  To: Lennart Borgman; +Cc: cyd, 5659

> From: Lennart Borgman <lennart.borgman@gmail.com>
> Date: Sun, 7 Mar 2010 01:22:16 +0100
> Cc: Chong Yidong <cyd@stupidchicken.com>, 5659@debbugs.gnu.org
> 
> What happens if I compile them with image support and the user does
> not have the image DLL libraries?

Nothing bad, but the binary distribution should always include at
least the libxpm.dll, which is necessary for the color tool-bar icons.






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-07  4:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-28 22:01 bug#5659: 23.1.92; bad toolbar icons, smaller default frame size Drew Adams
2010-02-28 22:30 ` Drew Adams
2010-03-06 18:19 ` Chong Yidong
2010-03-06 18:46   ` Drew Adams
2010-03-07  0:22     ` Lennart Borgman
2010-03-07  0:46       ` Juanma Barranquero
2010-03-07  0:51         ` Lennart Borgman
2010-03-07  4:17       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.