* GTK version checked in.
@ 2003-01-19 21:58 Jan D.
2003-01-19 22:56 ` Masatake YAMATO
2003-01-20 6:06 ` Eli Zaretskii
0 siblings, 2 replies; 5+ messages in thread
From: Jan D. @ 2003-01-19 21:58 UTC (permalink / raw)
Hello.
I've checked in the GTK version.
I could not figure out the structure of the NEWS file, so if someone
can explain it, I'll add something there also.
Some bugs fixed, external tool bar is in.
The documentation has been reworked, so I'd be greatful for comments on it.
Files checked in:
ChangeLog
INSTALL
configure
configure.in
man/ChangeLog
man/xresources.texi
src/ChangeLog
src/Makefile.in
src/alloc.c
src/config.in
src/dispnew.c
src/fileio.c
src/frame.h
src/gtkutil.c
src/gtkutil.h
src/keyboard.c
src/lisp.h
src/xdisp.c
src/xfns.c
src/xmenu.c
src/xterm.c
src/xterm.h
Thanks,
Jan D.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GTK version checked in.
2003-01-19 21:58 GTK version checked in Jan D.
@ 2003-01-19 22:56 ` Masatake YAMATO
2003-01-20 5:37 ` Jan D.
2003-01-20 6:06 ` Eli Zaretskii
1 sibling, 1 reply; 5+ messages in thread
From: Masatake YAMATO @ 2003-01-19 22:56 UTC (permalink / raw)
Cc: emacs-devel
> I've checked in the GTK version.
Great work!
./configure --with-x-toolkit=gtk
works fine but
./configure --with-gtk
reports:
[...]
checking for XScreenNumberOfScreen... yes
checking for XSetWMProtocols... yes
checking X11 version 6... 6 or newer
checking X11 version 5... 5 or newer
configure: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=
With using bashdb, I found that the value of USE_X_TOOLKIT is "maybe".
It seems that you expect the value of it is "none".
HAVE_GTK=no
if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
if test "$USE_X_TOOLKIT" != "none"; then
{ { echo "$as_me:$LINENO: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&5
echo "$as_me: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=${with_x_toolkit}" >&2;}
{ (exit 1); exit 1; }; };
fi
....
Masatake YAMATO
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GTK version checked in.
2003-01-19 22:56 ` Masatake YAMATO
@ 2003-01-20 5:37 ` Jan D.
0 siblings, 0 replies; 5+ messages in thread
From: Jan D. @ 2003-01-20 5:37 UTC (permalink / raw)
Cc: emacs-devel
> ./configure --with-gtk
> reports:
> [...]
> checking for XScreenNumberOfScreen... yes
> checking for XSetWMProtocols... yes
> checking X11 version 6... 6 or newer
> checking X11 version 5... 5 or newer
> configure: error: Conflicting options, --with-gtk is incompatible with --with-x-toolkit=
>
> With using bashdb, I found that the value of USE_X_TOOLKIT is "maybe".
> It seems that you expect the value of it is "none".
Thanks, I've fixed that now.
Jan D.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GTK version checked in.
2003-01-19 21:58 GTK version checked in Jan D.
2003-01-19 22:56 ` Masatake YAMATO
@ 2003-01-20 6:06 ` Eli Zaretskii
2003-01-20 19:23 ` Jan D.
1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2003-01-20 6:06 UTC (permalink / raw)
Cc: emacs-devel
On Sun, 19 Jan 2003, Jan D. wrote:
> I could not figure out the structure of the NEWS file, so if someone
> can explain it, I'll add something there also.
NEWS should be edited in Outline Mode. The "**", "***", etc. prefixes
mark sections and subsections. We try to arrange things so that more
important changes come first (I think GTK support is one of the more
important ones). User-level and Lisp-level changes are described
separately (there's a header for Lisp changes that precedes the Lisp
section). The "+++" and "---" markers before the NEWS items are
explained at the beginning of the file.
Is there anything else you don't understand? If so, please ask specific
questions.
And thanks for making this happen.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GTK version checked in.
2003-01-20 6:06 ` Eli Zaretskii
@ 2003-01-20 19:23 ` Jan D.
0 siblings, 0 replies; 5+ messages in thread
From: Jan D. @ 2003-01-20 19:23 UTC (permalink / raw)
Cc: emacs-devel
>> I could not figure out the structure of the NEWS file, so if someone
>> can explain it, I'll add something there also.
>
> NEWS should be edited in Outline Mode. The "**", "***", etc. prefixes
> mark sections and subsections. We try to arrange things so that more
> important changes come first (I think GTK support is one of the more
> important ones). User-level and Lisp-level changes are described
> separately (there's a header for Lisp changes that precedes the Lisp
> section). The "+++" and "---" markers before the NEWS items are
> explained at the beginning of the file.
>
> Is there anything else you don't understand? If so, please ask specific
> questions.
No, that did it, I just missed that it was outline mode (my mind apparently
somewhere else...).
Jan D.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-01-20 19:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-19 21:58 GTK version checked in Jan D.
2003-01-19 22:56 ` Masatake YAMATO
2003-01-20 5:37 ` Jan D.
2003-01-20 6:06 ` Eli Zaretskii
2003-01-20 19:23 ` Jan D.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).