comparison etc/NEWS @ 109098:a17732ef349e

Define USE_LISP_UNION_TYPE using autoconf. * configure.in (--enable-use-lisp-union-type): New flag. * src/lisp.h: Document that USE_LISP_UNION_TYPE is now enabled using autoconf.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 02 Jul 2010 01:11:24 -0700
parents b5f73bf59a4f
children ec1113776b24
comparison
equal deleted inserted replaced
109097:ed7496d92467 109098:a17732ef349e
44 --- 44 ---
45 ** Emacs can be compiled against Gtk+ 3.0 if you pass --with-x-toolkit=gtk3 45 ** Emacs can be compiled against Gtk+ 3.0 if you pass --with-x-toolkit=gtk3
46 to configure. Note that other libraries used by Emacs, RSVG and GConf, 46 to configure. Note that other libraries used by Emacs, RSVG and GConf,
47 also depend on Gtk+. You can disable them with --without-rsvg and 47 also depend on Gtk+. You can disable them with --without-rsvg and
48 --without-gconf. 48 --without-gconf.
49
50 ** There is a new configure option --enable-use-lisp-union-type.
51 This is only useful for Emacs developers to debug certain types of bugs.
52 These is not a new feature; only the configure flag is new.
49 53
50 54
51 * Startup Changes in Emacs 24.1 55 * Startup Changes in Emacs 24.1
52 56
53 57