2008-11-29 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Require glib >= 2.18.0 as earlier glib versions
had a totally bogus g_unichar_iswide_cjk().
* perf/vim.sh: Don't use builting time command.
svn path=/trunk/; revision=2224
+2008-11-29 Behdad Esfahbod <behdad@gnome.org>
+
+ * configure.in: Require glib >= 2.18.0 as earlier glib versions
+ had a totally bogus g_unichar_iswide_cjk().
+
+ * perf/vim.sh: Don't use builting time command.
+
2008-11-29 Behdad Esfahbod <behdad@gnome.org>
* src/vte.c (vte_terminal_emit_char_size_changed),
;;
esac
-GLIB_REQUIRED=2.14.0
+GLIB_REQUIRED=2.18.0
PANGO_REQUIRED=1.22.0
GTK_REQUIRED=2.12.0
AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDK's multihead-safe APIs.])
# rudimentary Vim performance benchmark
# scrolling (just the cursor)
-time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
-time vim -u scroll.vim -c ':call AutoScroll(100)' UTF-8-demo.txt
-time vim -u scroll.vim -c ':call AutoWindowScroll(10)' UTF-8-demo.txt
+\time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
+\time vim -u scroll.vim -c ':call AutoScroll(100)' UTF-8-demo.txt
+\time vim -u scroll.vim -c ':call AutoWindowScroll(10)' UTF-8-demo.txt
echo press enter to close
read