diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 127 |
1 files changed, 123 insertions, 4 deletions
| @@ -1,6 +1,125 @@ | |||
| 1 | 2015-02-01 Joakim Verona <joakim@verona.se> | 1 | 2015-04-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | Support for the new Xwidget feature. | 2 | |
| 3 | * configure.ac: | 3 | Port 'configure' to clang 3.5 |
| 4 | * configure.ac: Add -Wno-unknown-attributes if clang; otherwise | ||
| 5 | clang 3.5.0 (Fedora 21 x86-64) complains | ||
| 6 | "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute | ||
| 7 | '__alloc_size__' ignored". Use -Werror when checking for -nopie; | ||
| 8 | otherwise clang warns about -nopie instead of failing, and then | ||
| 9 | later it warns everytime the build uses -nopie. | ||
| 10 | |||
| 11 | 2015-04-03 Ulrich Müller <ulm@gentoo.org> | ||
| 12 | |||
| 13 | * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it | ||
| 14 | is supported, in order to avoid segfaults in temacs. (Bug#18784) | ||
| 15 | |||
| 16 | 2015-03-27 Pete Williamson <petewil@chromium.org> (tiny change) | ||
| 17 | |||
| 18 | Add NaCl target | ||
| 19 | * configure.ac: Add a target for Chromium Native Client (NaCl). | ||
| 20 | |||
| 21 | 2015-03-29 Eli Zaretskii <eliz@gnu.org> | ||
| 22 | |||
| 23 | * build-aux/dir_top (File): Fix the description of selecting a | ||
| 24 | menu item by its number. (Bug#20213) | ||
| 25 | |||
| 26 | 2015-03-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 27 | |||
| 28 | Fix 'commit-msg' to cite 'CONTRIBUTE' | ||
| 29 | As suggested in: | ||
| 30 | http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html | ||
| 31 | Also, have the two files match better. | ||
| 32 | * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg. | ||
| 33 | * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'. | ||
| 34 | |||
| 35 | 2015-03-23 Andreas Schwab <schwab@suse.de> | ||
| 36 | |||
| 37 | * configure.ac: Fix jpeg version check to work with gcc >= 5. | ||
| 38 | |||
| 39 | 2015-03-21 Samer Masterson <samer@samertm.com> | ||
| 40 | |||
| 41 | * CONTRIBUTE (Test your changes.): New section. | ||
| 42 | (Document your changes.): Add doc tips. | ||
| 43 | |||
| 44 | 2015-03-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 45 | |||
| 46 | Better port of pthread usage to FreeBSD | ||
| 47 | * configure.ac (ac_func_list): Omit pthread_sigmask, since | ||
| 48 | we check for that ourselves rather than relying on gnulib. | ||
| 49 | (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD, | ||
| 50 | by also checking for pthread_create, pthread_self, pthread_sigmask. | ||
| 51 | Tighten the test for pthread_atfork while we're at it. | ||
| 52 | Fixes: bug#20136 | ||
| 53 | |||
| 54 | Merge from gnulib | ||
| 55 | This incorporates: | ||
| 56 | 2015-03-19 fdopendir: port better to MinGW | ||
| 57 | 2015-03-18 fdopendir: fix typo in comment | ||
| 58 | 2015-02-24 glob, etc.: port to MSVC v18 on MS-Windows 8.1 | ||
| 59 | * lib/dirent.in.h, lib/fdopendir.c: Update from gnulib. | ||
| 60 | * lib/dirfd.c, m4/dirfd.m4: New files from gnulib. | ||
| 61 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 62 | |||
| 63 | 2015-03-02 Robert Pluim <rpluim@gmail.com> (tiny change) | ||
| 64 | |||
| 65 | * configure.ac: Error out if with-file-notification=w32 is | ||
| 66 | specified on Cygwin. (Bug#19909) | ||
| 67 | |||
| 68 | 2015-02-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 69 | |||
| 70 | Don't require GNU putenv | ||
| 71 | * configure.ac: Use system putenv even if it lacks GNU features, as | ||
| 72 | we don't need them. This works around a bug in FreeBSD 10.1 getenv. | ||
| 73 | Fixes: bug#19874 | ||
| 74 | |||
| 75 | 2015-02-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 76 | |||
| 77 | Merge from gnulib | ||
| 78 | * lib/getdtablesize.c, m4/dup2.m4, m4/fcntl.m4: | ||
| 79 | Update from gnulib, incorporating: | ||
| 80 | 2015-02-23 dup2: doc and test for Android bug | ||
| 81 | 2015-02-23 Replace dup2() on Android | ||
| 82 | 2015-02-22 Android doesn't define RLIM_SAVED_* | ||
| 83 | |||
| 84 | 2015-02-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 85 | |||
| 86 | Merge from gnulib | ||
| 87 | * lib/getdtablesize.c, lib/getopt.c, lib/signal.in.h, lib/tempname.c: | ||
| 88 | * lib/tempname.h, m4/dup2.m4, m4/fcntl.m4, m4/getdtablesize.m4: | ||
| 89 | Update from gnulib, incorporating: | ||
| 90 | 2015-02-20 getdtablesize: port better for Android | ||
| 91 | 2015-02-19 fcntl: Fix cross compiling | ||
| 92 | 2015-02-18 dup2, fcntl: cross-compile better for Android | ||
| 93 | 2015-02-18 getopt: don't crash on memory exhaustion | ||
| 94 | 2015-02-17 tempname: allow compilation with C++ (trivial) | ||
| 95 | 2015-02-17 dup2, fcntl: port to AIX | ||
| 96 | 2015-02-16 getdtablesize, dup2, fcntl: port to Android | ||
| 97 | 2015-02-11 getdtablesize, signal_h: Fix Android build | ||
| 98 | 2015-02-11 maint: various whitespace cleanups in tempname | ||
| 99 | |||
| 100 | 2015-02-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 101 | |||
| 102 | * configure.ac: Set locallisppath to empty for NS self contained, | ||
| 103 | unless --enable-loadllisppath was given (Bug#19850). | ||
| 104 | |||
| 105 | 2015-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 106 | |||
| 107 | * configure.ac (HAVE_LIBXML2): Add missing comma. | ||
| 108 | |||
| 109 | 2015-02-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 110 | |||
| 111 | Port to platforms lacking test -a and -o | ||
| 112 | * configure.ac (HAVE_LIBXML2): | ||
| 113 | Prefer '&&' and '||' to 'test -a' and 'test -o'. | ||
| 114 | |||
| 115 | 2015-02-08 Ulrich Müller <ulm@gentoo.org> | ||
| 116 | |||
| 117 | * configure.ac (--with-gameuser): Default to 'games' group instead | ||
| 118 | of 'games' user. | ||
| 119 | |||
| 120 | 2015-02-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 121 | |||
| 122 | * .gitattributes: Ignore blanks at EOL in texinfo.tex. | ||
| 4 | 123 | ||
| 5 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> | 124 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> |
| 6 | 125 | ||
| @@ -337,7 +456,7 @@ | |||
| 337 | 456 | ||
| 338 | 2014-11-25 Glenn Morris <rgm@gnu.org> | 457 | 2014-11-25 Glenn Morris <rgm@gnu.org> |
| 339 | 458 | ||
| 340 | * configure.ac: Fix yesterday's use of uninitialised $version. | 459 | * configure.ac: Fix yesterday's use of uninitialized $version. |
| 341 | 460 | ||
| 342 | 2014-11-25 Oscar Fuentes <ofv@wanadoo.es> | 461 | 2014-11-25 Oscar Fuentes <ofv@wanadoo.es> |
| 343 | 462 | ||