]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Reduce delay between backing up a file and saving new version
[gnu-emacs] / ChangeLog
index 5ab0a8e76f8b5a770608ac7e70bab0809a4f0590..b87264683976af25d5c8390b866d50138a748300 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2013-01-23  Giorgos Keramidas  <gkeramidas@gmail.com>  (tiny change)
+
+       * .bzrignore: add lib-src/blessmail.
+
+2013-01-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-01-16 unistd: port to recent mingw
+
+2013-01-19  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (install-arch-indep): Put back a chmod that was
+       removed 2012-05-19.  (Bug#13430)
+
+2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-01-16 largefile: port better to Mac OS X 10.5
+       2013-01-15 stdint: fix build with Android's Bionic fox x86
+
+2013-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac: Document that --enable-gcc-warnings emits errors.
+       (Bug#13448)
+
+2013-01-13  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Add options for xz compression and no compression.
+
+2013-01-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Enable conservative stack scanning for all architectures.
+       Suggested by Stefan Monnier in
+       <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
+       * configure.ac (GC_MARK_STACK): Remove.
+
+2013-01-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/getopt_.h: Remove trailing CRs that crept in.
+
+2013-01-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * lib/getopt_.h: Regenerate.
+
+2013-01-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-01-09 stdlib: port to Solaris 2.6
+
+2013-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * info/dir: Add htmlfontify.
+
+2013-01-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2013-01-04 stdio: remove now-unnecessary stdio.c
+       2013-01-04 fprintftime: depend on stdio, not ignore-value
+       2013-01-04 fwrite: silence __wur only for older glibc versions
+       2013-01-04 fwrite: silence __wur without using inline
+       * lib/stdio.c: Remove.
+       * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
+       * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
+
+2013-01-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating copyright-date changes and:
+       2012-12-31 dup2: work around cygwin bug
+
+2012-12-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.ac: Check for GtkHandlebox.
+       Check for GtkTearoffMenuItem.
+       New enable: --enable-gtk-deprecation-warnings, default off.
+       (HAVE_GTK3): If above enable is off, add
+       -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
+
+2012-12-30  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (TEMACS_LDFLAGS2): Don't define.
+       (LIBS_GNUSTEP): Set for GNUstep and substitute.
+       (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
+
+2012-12-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure.ac (emacs_config_options): New.
+       Use $@ rather than undocumented $ac_configure_args.
+       Replace any embedded double quotes.  (Bug#13274)
+
+2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
+       (Bug#13222)
+
+2012-12-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Revert static checking of stack smashing.
+       * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
+       configured with --enable-gcc-warnings.  -Wstack-protector causes
+       diagnostics to be issued on Ubuntu 12.10 x86-64.
+
+2012-12-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from gnulib, incorporating:
+       2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
+       2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
+       2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
+
 2012-12-21  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
 
        * Makefile.in (install-arch-dep): Ignore chmod errors.  (Bug#13233)
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.