Kazunobu Kuriyama wrote: > > Here too, I would suggest "documentation improvements": let's say, > > mention that the Gnome interface to Vim is removed starting with GTK3, > > in the "build documentation" in src/Makefile and configure -h as > > above, and maybe also somewhere under "help GNOME" in the ordinary Vim > > help. > > > > Hi Tony, > > Thank you for the helpful suggestions. Based on them, I made a patch to > improve the documentation, which is attached to this mail. > > One thing I could not fulfill was to improve the output of 'configure -h'. > > Instead, I made gui_x11.txt, in particular the section gui-x11-compiling, > up to date so that users can refer to that in case they are confused with > the output of 'configure -h'. > > Hopefully, that could be a good compensation for my unfulfilled job :) > > > Hi Bram, > > Please note that the patch contains changes in src/Makefile which are > usually not considered as part of a runtime update. If you find it > appropriate to separate the changes from runtime ones, please let me know. > I'll see to it.
Thanks. I find the explanation in the Makefile hard to understand. I think the only thing that's relevant is how to get GTK+ 3 when GTK+ 2 is also available. How about this: # When both GTK+ 2 and GTK+ 3 are possible then GTK+ 2 will be selected. # To use GTK+ 3 instead use --enable-gui=gtk3 (see below). The version8.txt entry is much too long, I'll make it shorter. This list is just to let people know what's new, it should not contain explanations, only links to that. -- The future isn't what it used to be. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
