* lisp/net/browse-url.el (browse-url-browser-function): Add "Chromium".
[bpt/emacs.git] / ChangeLog
index 6f17289..6147b11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
+
+2011-10-18  Chong Yidong  <cyd@gnu.org>
+
+       * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
+
+2011-10-13  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Also look for tputs in libcurses.  (Bug#9736)
+
+2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.in: Remove check for -lintl (Bug#9713).
+       The check could break 'configure' on GNU/Linux with a (broken) libintl.
+       The check was helpful but not essential in Solaris 2.6 (1997),
+       and is no longer needed in Solaris 8 (2000).  Solaris 2.6 is
+       obsolete -- Sun dropped support for it in 2006 -- and without
+       access to that Silurian platform we can't maintain the code anyway.
+
+2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, fixing some 'configure' typos (Bug#9696).
+       * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
+       * m4/gnulib-common.m4: Merge from gnulib.
+       Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
+       command not found" on powerpc-apple-darwin9.8.0.
+
+       * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
+       This is now done by src/alloc.c.
+
 2011-10-02  Richard Stallman  <rms@gnu.org>
 
        * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure