diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 451 |
1 files changed, 416 insertions, 35 deletions
| @@ -1,5 +1,386 @@ | |||
| 1 | 2012-03-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677) | ||
| 4 | * configure.in (LIBS_TERMCAP): Default this to the result of | ||
| 5 | the tputs library search. Do a run-time test for the linkability | ||
| 6 | of tputs unless cross-compiling, as that's more reliable if the | ||
| 7 | link flags and libraries are messed up. Don't change LIBS as | ||
| 8 | a result of the test, as that may mess up later tests. | ||
| 9 | |||
| 10 | 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 11 | |||
| 12 | * make-dist (README.W32): Include file in source tarball. (Bug#9750) | ||
| 13 | |||
| 14 | * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform | ||
| 15 | specific makefiles to support getopt_.h generation with MSVC. | ||
| 16 | |||
| 17 | 2012-02-04 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * Makefile.in (uninstall): | ||
| 20 | Handle compressed info files and man pages. (Bug#10718) | ||
| 21 | |||
| 22 | 2012-02-02 Glenn Morris <rgm@gnu.org> | ||
| 23 | |||
| 24 | * configure.in [HAVE_NS]: | ||
| 25 | Error if use --without-toolkit-scroll-bars. (Bug#10673) | ||
| 26 | |||
| 27 | 2012-02-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 28 | |||
| 29 | Port to older Solaris 10 versions (Bug#10677). | ||
| 30 | Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc. | ||
| 31 | I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but | ||
| 32 | possibly this is because Sun fixed the 'stat' bug in my version. | ||
| 33 | * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module. | ||
| 34 | * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib. | ||
| 35 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 36 | These changes are based on gnulib version | ||
| 37 | 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10, | ||
| 38 | because Emacs is in feature freeze and we do not want to merge any | ||
| 39 | more-recent changes from gnulib. | ||
| 40 | |||
| 41 | 2012-01-31 Glenn Morris <rgm@gnu.org> | ||
| 42 | |||
| 43 | * configure.in: Throw an explicit error if Motif toolkit was | ||
| 44 | requested but requirements could not be found. | ||
| 45 | |||
| 46 | * configure.in: Allow Emacs to actually be built with xaw scroll-bars. | ||
| 47 | |||
| 48 | 2012-01-30 Eli Zaretskii <eliz@gnu.org> | ||
| 49 | |||
| 50 | * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O) | ||
| 51 | $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure | ||
| 52 | with "make -j3". | ||
| 53 | |||
| 54 | 2012-01-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 55 | |||
| 56 | * .bzrignore: Ignore etc/__pycache__. | ||
| 57 | |||
| 58 | 2011-12-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 59 | |||
| 60 | Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201). | ||
| 61 | * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking | ||
| 62 | to gmalloc.c. This should prevent a MirBSD 10 build failure reported | ||
| 63 | by Nelson H. F. Beebe in | ||
| 64 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. | ||
| 65 | |||
| 66 | 2011-12-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 67 | |||
| 68 | * update-subdirs: Don't set no-byte-compile twice (bug#10260). | ||
| 69 | |||
| 70 | 2011-12-10 Jan Djärv <jan.h.d@swipnet.se> | ||
| 71 | |||
| 72 | * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS | ||
| 73 | instead of LDFLAGS (Bug#10230). | ||
| 74 | |||
| 75 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 76 | |||
| 77 | * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode. | ||
| 78 | |||
| 79 | Propagate configure flags to sub-configures. | ||
| 80 | * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS): | ||
| 81 | New macros. | ||
| 82 | (config.status, bootstrap): Use them to propagate configure flags | ||
| 83 | to sub-configures. | ||
| 84 | * configure.in (cache_file): AC_SUBST this, for Makefile.in. | ||
| 85 | |||
| 86 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 87 | |||
| 88 | * .bzrignore: Add config.cache. | ||
| 89 | |||
| 90 | 2011-11-27 Jan Djärv <jan.h.d@swipnet.se> | ||
| 91 | |||
| 92 | * configure.in: Check for gtk_window_set_has_resize_grip. | ||
| 93 | |||
| 94 | 2011-11-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 95 | |||
| 96 | * configure.in (HAVE_XPM): Fix typo. | ||
| 97 | |||
| 98 | 2011-11-22 Glenn Morris <rgm@gnu.org> | ||
| 99 | |||
| 100 | * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can | ||
| 101 | have confusing effects on the build. (Bug#6401) | ||
| 102 | |||
| 103 | * Makefile.in (install-arch-dep): Tweak previous change. | ||
| 104 | |||
| 105 | 2011-11-22 Yavor Doganov <yavor@gnu.org> | ||
| 106 | |||
| 107 | Do not install arch-dependent files in the app bundle if | ||
| 108 | --disable-ns-self-contained is requested. (Bug#1335) | ||
| 109 | * configure.in (exec_prefix, libexecdir): Define relative to | ||
| 110 | `ns_appbindir' only if configured for a self-contained app. | ||
| 111 | * Makefile.in (install-arch-dep): Test for the existence of | ||
| 112 | libexec in the Emacs.app bundle before executing commands. | ||
| 113 | |||
| 114 | 2011-11-20 Andreas Schwab <schwab@linux-m68k.org> | ||
| 115 | |||
| 116 | * configure.in: Remove reference to src/m/ibms390.h. | ||
| 117 | |||
| 118 | 2011-11-13 Glenn Morris <rgm@gnu.org> | ||
| 119 | |||
| 120 | * INSTALL: Tiny updates for disk space used during installation. | ||
| 121 | |||
| 122 | 2011-11-05 Eli Zaretskii <eliz@gnu.org> | ||
| 123 | |||
| 124 | * lib/makefile.w32-in (FRC): New dummy target. | ||
| 125 | (TAGS): Depend on FRC. | ||
| 126 | |||
| 127 | 2011-11-04 Glenn Morris <rgm@gnu.org> | ||
| 128 | |||
| 129 | * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929) | ||
| 130 | Do not include GnuTLS version info in final summary message. | ||
| 131 | |||
| 132 | 2011-10-31 Eli Zaretskii <eliz@gnu.org> | ||
| 133 | |||
| 134 | * config.bat: Use config.in and Makefile.in from src/ and lib/, if | ||
| 135 | they exist there, else from autogen/. | ||
| 136 | |||
| 137 | * make-dist (msdos): Add depfiles.bat and inttypes.h. | ||
| 138 | |||
| 139 | 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change) | ||
| 140 | |||
| 141 | * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868) | ||
| 142 | |||
| 143 | 2011-10-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 144 | |||
| 145 | * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852) | ||
| 146 | if the library is found. Otherwise, later configure-time tests, | ||
| 147 | such as the test for pthread_sigmask, generate the wrong results | ||
| 148 | on some platforms. Problem reported for FreeBSD by Nali Toja. | ||
| 149 | |||
| 150 | 2011-10-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 151 | |||
| 152 | Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794) | ||
| 153 | * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF): | ||
| 154 | Remove; no longer needed, now that we defer to strftime for time | ||
| 155 | zone names. | ||
| 156 | |||
| 157 | 2011-10-18 Jan Djärv <jan.h.d@swipnet.se> | ||
| 158 | |||
| 159 | * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786). | ||
| 160 | |||
| 161 | 2011-10-18 Chong Yidong <cyd@gnu.org> | ||
| 162 | |||
| 163 | * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution. | ||
| 164 | |||
| 165 | 2011-10-13 Glenn Morris <rgm@gnu.org> | ||
| 166 | |||
| 167 | * configure.in: Also look for tputs in libcurses. (Bug#9736) | ||
| 168 | |||
| 169 | 2011-10-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 170 | |||
| 171 | * configure.in: Remove check for -lintl (Bug#9713). | ||
| 172 | The check could break 'configure' on GNU/Linux with a (broken) libintl. | ||
| 173 | The check was helpful but not essential in Solaris 2.6 (1997), | ||
| 174 | and is no longer needed in Solaris 8 (2000). Solaris 2.6 is | ||
| 175 | obsolete -- Sun dropped support for it in 2006 -- and without | ||
| 176 | access to that Silurian platform we can't maintain the code anyway. | ||
| 177 | |||
| 178 | 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 179 | |||
| 180 | Merge from gnulib, fixing some 'configure' typos (Bug#9696). | ||
| 181 | * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4: | ||
| 182 | * m4/gnulib-common.m4: Merge from gnulib. | ||
| 183 | Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax: | ||
| 184 | command not found" on powerpc-apple-darwin9.8.0. | ||
| 185 | |||
| 186 | * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove. | ||
| 187 | This is now done by src/alloc.c. | ||
| 188 | |||
| 189 | 2011-10-02 Richard Stallman <rms@gnu.org> | ||
| 190 | |||
| 191 | * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure | ||
| 192 | and xlinux_second_failure to xgnu_linux_second_failure. | ||
| 193 | |||
| 194 | 2011-09-29 Eli Zaretskii <eliz@gnu.org> | ||
| 195 | |||
| 196 | * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h, | ||
| 197 | lib/signal.in-h. | ||
| 198 | |||
| 199 | * config.bat: Rename GNUmakefile, so it is not run on MS-DOS. | ||
| 200 | Rename signal.in.h and alloca.in.h. | ||
| 201 | |||
| 202 | 2011-09-28 Eli Zaretskii <eliz@gnu.org> | ||
| 203 | |||
| 204 | * INSTALL: Mention that m17n libraries and libotf are needed for | ||
| 205 | Arabic shaping. | ||
| 206 | |||
| 207 | 2011-09-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 208 | |||
| 209 | Merge from gnulib, improving some licensing wording. | ||
| 210 | This clarifies and fixes some licensing issues raised by Glenn Morris | ||
| 211 | <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>. | ||
| 212 | It also merges the latest version of texinfo.tex and has some | ||
| 213 | MSVC-related changes that don't affect Emacs. | ||
| 214 | * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow, | ||
| 215 | pathmax, and raise, since these are needed only to address | ||
| 216 | MSVC-related issues that Emacs doesn't have. | ||
| 217 | * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h: | ||
| 218 | * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h: | ||
| 219 | * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4: | ||
| 220 | * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4: | ||
| 221 | * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4: | ||
| 222 | * m4/unistd_h.m4: Merge from gnulib. | ||
| 223 | |||
| 224 | 2011-09-26 Andreas Schwab <schwab@linux-m68k.org> | ||
| 225 | |||
| 226 | * configure.in: Initialize HAVE_LIBXML2. | ||
| 227 | |||
| 228 | 2011-09-26 Glenn Morris <rgm@gnu.org> | ||
| 229 | |||
| 230 | * make-dist: Add lib/makefile.w32-in. | ||
| 231 | |||
| 232 | 2011-09-24 Glenn Morris <rgm@gnu.org> | ||
| 233 | |||
| 234 | * configure.in (CRT_DIR): Fix netbsd/openbsd handling. | ||
| 235 | |||
| 236 | 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 237 | |||
| 238 | * .dir-locals.el: Change the debbugs regexp to allow having the | ||
| 239 | bug number as the first thing on a line. | ||
| 240 | |||
| 241 | 2011-09-15 Glenn Morris <rgm@gnu.org> | ||
| 242 | |||
| 243 | * configure.in: Make configure work with recent GNUsteps. | ||
| 244 | (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE. | ||
| 245 | (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed. | ||
| 246 | (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers. | ||
| 247 | |||
| 248 | 2011-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 249 | |||
| 250 | Merge from gnulib, porting to Tru64. | ||
| 251 | * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4: | ||
| 252 | * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4: | ||
| 253 | Merge from gnulib. This fixes a compilation error on Tru64 UNIX | ||
| 254 | aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that | ||
| 255 | doesn't affect Emacs. | ||
| 256 | |||
| 257 | 2011-09-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 258 | |||
| 259 | * configure.in (isnan): Remove now-unnecessary check. | ||
| 260 | |||
| 261 | 2011-09-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 262 | |||
| 263 | Merge from gnulib, using build-aux to remove clutter (Bug#9169). | ||
| 264 | This is to fix the following problems: | ||
| 265 | . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is | ||
| 266 | configured not to use gtk or any other thread-using library, | ||
| 267 | signals aren't blocked correctly. | ||
| 268 | . On IRIX 6.5 it fixes an unwanted clash between Emacs's | ||
| 269 | and IRIX's signal handling. | ||
| 270 | . On Cygwin 1.7.5 it works around an incompatibility with | ||
| 271 | the system pthread_sigmask. | ||
| 272 | . On MacOS X 10.5 (32-bit), files whose inode numbers | ||
| 273 | exceed 2**31 cannot be read or manipulated. | ||
| 274 | . pthread_sigmask: Actually use results of gl_THREADLIB. | ||
| 275 | . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc. | ||
| 276 | . find 'ar' program that fits with --host argument. | ||
| 277 | . Allow the user to override the choice of AR, ARFLAGS, RANLIB. | ||
| 278 | * autogen/README: Update destination list. | ||
| 279 | * autogen/copy_autogen, autogen/update_autogen, .bzrignore: | ||
| 280 | The autogenerated files compile, config.guess, | ||
| 281 | config.sub, depcomp, install-sh, and missing are now in build-aux. | ||
| 282 | * m4/largefile.m4: New file, so that Emacs does not mess up when | ||
| 283 | accessing files with large inode numbers in MacOS X 10.5 and later. | ||
| 284 | * m4/nocrash.m4: New file, to avoid triggering background debugger | ||
| 285 | and/or create core dumps during 'configure'. | ||
| 286 | * build-aux/move-if-change: Renamed from move-if-change. | ||
| 287 | * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h. | ||
| 288 | * build-aux/snippet/c++defs.h: Renamed from c++defs.h. | ||
| 289 | * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h. | ||
| 290 | * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn. | ||
| 291 | * Makefile.in (epaths-force, sync-from-gnulib): | ||
| 292 | move-if-change is now in build-aux. | ||
| 293 | (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite | ||
| 294 | of gnulib's pthread_sigmask module, but Emacs doesn't need it. | ||
| 295 | (mkdir): install-sh is now in build-aux. | ||
| 296 | * config.bat: c++defs.h is now in build-aux/snippets. | ||
| 297 | * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the | ||
| 298 | usual parameter). | ||
| 299 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 300 | * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved | ||
| 301 | to build-aux/snippet. | ||
| 302 | * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4: | ||
| 303 | * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4: | ||
| 304 | Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and | ||
| 305 | Solaris, enables MacOS extensions, and enables nocrash during | ||
| 306 | 'configure'. | ||
| 307 | * make-dist: Adjust to new build-aux and build-aux/snippit dirs. | ||
| 308 | |||
| 309 | 2011-09-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 310 | |||
| 311 | * configure.in (snprintf): New check. | ||
| 312 | |||
| 313 | 2011-08-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 314 | |||
| 315 | * configure.in (opsys): Change pattern to *-*-linux* | ||
| 316 | to recognize powerpc-gnu-linux-uclibc (Bug#9403). | ||
| 317 | Remove unreachable pattern hppa*-*-linux-gnu*. | ||
| 318 | Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800, | ||
| 319 | and that can't possibly work now that src/m/hp800.h no longer exists. | ||
| 320 | |||
| 321 | 2011-08-26 Jan Djärv <jan.h.d@swipnet.se> | ||
| 322 | |||
| 323 | * configure.in: Add -MP to DEPFLAGS (Bug#9372). | ||
| 324 | |||
| 325 | 2011-08-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 326 | |||
| 327 | * configure.in: Add header check: sys/socket.h (Bug#8477), | ||
| 328 | ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs. | ||
| 329 | Check for sa_len in struct ifreq.ifr_addr (Bug#8477). | ||
| 330 | |||
| 331 | 2011-08-04 Jan Djärv <jan.h.d@swipnet.se> | ||
| 332 | |||
| 333 | * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216). | ||
| 334 | (HAVE_GTK_AND_PTHREAD): Remove. | ||
| 335 | |||
| 336 | 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com> | ||
| 337 | |||
| 338 | * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep | ||
| 339 | build, not just GNUstep (Bug#9177). | ||
| 340 | |||
| 341 | 2011-07-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 342 | |||
| 343 | Assume freestanding C89 headers, string.h, stdlib.h. | ||
| 344 | Again, this simplifies the code, and all current platforms have these. | ||
| 345 | * configure.in (AC_CHECK_HEADERS): Don't check for limits.h. | ||
| 346 | (AC_HEADER_STDC): Remove. | ||
| 347 | (AC_CHECK_FUNCS): No need to check for strchr, strrchr. | ||
| 348 | (strchr, strrchr): Remove fallback macros. | ||
| 349 | |||
| 350 | Assume support for memcmp, memcpy, memmove, memset. | ||
| 351 | This simplifies the code a bit. All current platforms have these, | ||
| 352 | as they are required for C89. If this turns into a problem we | ||
| 353 | can add the gnulib modules for these (a 1-line change to Makefile.in). | ||
| 354 | * configure.in: Don't check for memcmp, memcpy, memmove, memset. | ||
| 355 | |||
| 356 | 2011-07-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 357 | |||
| 358 | * GNUmakefile: New file. | ||
| 359 | This is for convenience, so that one can run GNU make in an | ||
| 360 | unconfigured source tree, and get a default build. | ||
| 361 | |||
| 362 | 2011-07-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 363 | |||
| 364 | * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26. | ||
| 365 | |||
| 366 | 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 367 | |||
| 368 | * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin | ||
| 369 | so as to suppress address randomization (Bug#8395). | ||
| 370 | |||
| 1 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> | 371 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 372 | ||
| 373 | * lib/stdint.in.h: Merge from gnulib (Bug#9025). | ||
| 374 | This fixes a build problem on older Mac OS X hosts. | ||
| 375 | |||
| 376 | * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB | ||
| 377 | test, which runs afoul of Automake installations where, for example, | ||
| 378 | /usr/share/aclocal contains a copy of gl_THREADLIB. | ||
| 379 | Problem reported by Sven Joachim in | ||
| 380 | <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>. | ||
| 381 | This is just a quick temporary fix, specific to Emacs; I'll work | ||
| 382 | with the other gnulib maintainers to get a more-permanent fix. | ||
| 383 | |||
| 3 | Add gnulib's strtoimax module, needed on Solaris 8. | 384 | Add gnulib's strtoimax module, needed on Solaris 8. |
| 4 | * Makefile.in (GNULIB_MODULES): Add strtoimax. | 385 | * Makefile.in (GNULIB_MODULES): Add strtoimax. |
| 5 | * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, | 386 | * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, |
| @@ -106,7 +487,7 @@ | |||
| 106 | 487 | ||
| 107 | * m4/lstat.m4: Merge from gnulib (Bug#8878). | 488 | * m4/lstat.m4: Merge from gnulib (Bug#8878). |
| 108 | 489 | ||
| 109 | 2011-06-16 Miles Bader <miles@gnu.org> | 490 | 2011-06-16 Miles Bader <miles@gnu.org> |
| 110 | 491 | ||
| 111 | * configure.in: Try to determine CRT_DIR automatically when | 492 | * configure.in: Try to determine CRT_DIR automatically when |
| 112 | using gcc. | 493 | using gcc. |
| @@ -425,7 +806,7 @@ | |||
| 425 | * autogen/Makefile.in: Add auto-updated generated files. | 806 | * autogen/Makefile.in: Add auto-updated generated files. |
| 426 | * autogen.sh: No longer a no-op, now it tests for autotools | 807 | * autogen.sh: No longer a no-op, now it tests for autotools |
| 427 | and runs them as necessary. | 808 | and runs them as necessary. |
| 428 | * configure.in: Defaule maintainer-mode to on. | 809 | * configure.in: Default maintainer-mode to on. |
| 429 | * aclocal.m4, configure, lib/Makefile.in: Remove files. | 810 | * aclocal.m4, configure, lib/Makefile.in: Remove files. |
| 430 | 811 | ||
| 431 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> | 812 | 2011-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -1150,7 +1531,7 @@ | |||
| 1150 | 1531 | ||
| 1151 | 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1532 | 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 1152 | 1533 | ||
| 1153 | * configure.in: Remove the BROKEN annotation from gnutls. | 1534 | * configure.in: Remove the BROKEN annotation from GnuTLS. |
| 1154 | 1535 | ||
| 1155 | 2010-10-22 Glenn Morris <rgm@gnu.org> | 1536 | 2010-10-22 Glenn Morris <rgm@gnu.org> |
| 1156 | 1537 | ||
| @@ -1233,7 +1614,7 @@ | |||
| 1233 | 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1614 | 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 1234 | 1615 | ||
| 1235 | * configure.in (HAVE_GNUTLS): Don't break if we don't have the | 1616 | * configure.in (HAVE_GNUTLS): Don't break if we don't have the |
| 1236 | gnutls libraries. | 1617 | GnuTLS libraries. |
| 1237 | 1618 | ||
| 1238 | 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com> | 1619 | 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com> |
| 1239 | 1620 | ||
| @@ -1938,7 +2319,7 @@ | |||
| 1938 | 2319 | ||
| 1939 | 2009-12-10 Jan Djärv <jan.h.d@swipnet.se> | 2320 | 2009-12-10 Jan Djärv <jan.h.d@swipnet.se> |
| 1940 | 2321 | ||
| 1941 | * configure.in: Check for RSVG if GNUStep is used. | 2322 | * configure.in: Check for RSVG if GNUstep is used. |
| 1942 | 2323 | ||
| 1943 | 2009-12-09 Jan Djärv <jan.h.d@swipnet.se> | 2324 | 2009-12-09 Jan Djärv <jan.h.d@swipnet.se> |
| 1944 | 2325 | ||
| @@ -2123,13 +2504,13 @@ | |||
| 2123 | 2504 | ||
| 2124 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 2505 | 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2125 | 2506 | ||
| 2126 | * configure.in: Don't define CANNOT_DUMP for GNUStep any more. | 2507 | * configure.in: Don't define CANNOT_DUMP for GNUstep any more. |
| 2127 | 2508 | ||
| 2128 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) | 2509 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) |
| 2129 | 2510 | ||
| 2130 | * BUGS: Use new binding of view-emacs-problems. | 2511 | * BUGS: Use new binding of view-emacs-problems. |
| 2131 | 2512 | ||
| 2132 | 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change) | 2513 | 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change) |
| 2133 | 2514 | ||
| 2134 | * Makefile.in (install-arch-dep): Avoid using $$(..) construct, | 2515 | * Makefile.in (install-arch-dep): Avoid using $$(..) construct, |
| 2135 | for Solaris compatibility. | 2516 | for Solaris compatibility. |
| @@ -2363,7 +2744,7 @@ | |||
| 2363 | 2744 | ||
| 2364 | * configure.in: Only check for m17n-flt if HAVE_LIBOTF. | 2745 | * configure.in: Only check for m17n-flt if HAVE_LIBOTF. |
| 2365 | 2746 | ||
| 2366 | 2008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com> | 2747 | 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 2367 | 2748 | ||
| 2368 | * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning | 2749 | * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning |
| 2369 | "X") to avoid confusion. | 2750 | "X") to avoid confusion. |
| @@ -3525,7 +3906,7 @@ | |||
| 3525 | $PKG_CONFIG --exists "$2" to config.log. | 3906 | $PKG_CONFIG --exists "$2" to config.log. |
| 3526 | * configure: Regenerate. | 3907 | * configure: Regenerate. |
| 3527 | 3908 | ||
| 3528 | 2006-07-08 Richard Stallman <rms@gnu.org> | 3909 | 2006-07-09 Richard Stallman <rms@gnu.org> |
| 3529 | 3910 | ||
| 3530 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections. | 3911 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections. |
| 3531 | 3912 | ||
| @@ -3763,7 +4144,7 @@ | |||
| 3763 | 4144 | ||
| 3764 | * configure.in (HAVE_CANCELMENUTRACKING): New test. | 4145 | * configure.in (HAVE_CANCELMENUTRACKING): New test. |
| 3765 | 4146 | ||
| 3766 | 2005-05-11 Jérôme Marant <jmarant@marant.org> | 4147 | 2005-05-19 Jérôme Marant <jmarant@marant.org> |
| 3767 | 4148 | ||
| 3768 | * configure.in: Add --enable-locallisppath. | 4149 | * configure.in: Add --enable-locallisppath. |
| 3769 | 4150 | ||
| @@ -3912,6 +4293,12 @@ | |||
| 3912 | 4293 | ||
| 3913 | * configure.in: Check for exec-shield. | 4294 | * configure.in: Check for exec-shield. |
| 3914 | 4295 | ||
| 4296 | 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 4297 | |||
| 4298 | * Makefile.in (install-arch-indep): Add pgg and sieve. | ||
| 4299 | |||
| 4300 | * info/.cvsignore: Added pgg and sieve. | ||
| 4301 | |||
| 3915 | 2004-08-06 Andreas Schwab <schwab@suse.de> | 4302 | 2004-08-06 Andreas Schwab <schwab@suse.de> |
| 3916 | 4303 | ||
| 3917 | * Makefile.in (install-arch-indep, uninstall): Add flymake. | 4304 | * Makefile.in (install-arch-indep, uninstall): Add flymake. |
| @@ -3920,12 +4307,6 @@ | |||
| 3920 | 4307 | ||
| 3921 | * config.bat: Update URLs in the comments. | 4308 | * config.bat: Update URLs in the comments. |
| 3922 | 4309 | ||
| 3923 | 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 3924 | |||
| 3925 | * Makefile.in (install-arch-indep): Add pgg and sieve. | ||
| 3926 | |||
| 3927 | * info/.cvsignore: Added pgg and sieve. | ||
| 3928 | |||
| 3929 | 2004-07-05 Andreas Schwab <schwab@suse.de> | 4310 | 2004-07-05 Andreas Schwab <schwab@suse.de> |
| 3930 | 4311 | ||
| 3931 | * Makefile.in (install-arch-indep): Remove .arch-inventory files. | 4312 | * Makefile.in (install-arch-indep): Remove .arch-inventory files. |
| @@ -4027,7 +4408,7 @@ | |||
| 4027 | * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name | 4408 | * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name |
| 4028 | clashes with install-sh on 8+3 filesystems. | 4409 | clashes with install-sh on 8+3 filesystems. |
| 4029 | 4410 | ||
| 4030 | 2003-12-08 Miles Bader <miles@gnu.org> | 4411 | 2003-12-24 Miles Bader <miles@gnu.org> |
| 4031 | 4412 | ||
| 4032 | * .cvsignore: Add .arch-inventory. | 4413 | * .cvsignore: Add .arch-inventory. |
| 4033 | 4414 | ||
| @@ -4160,19 +4541,6 @@ | |||
| 4160 | * configure.in: Append * to s390-*-linux-gnu case. | 4541 | * configure.in: Append * to s390-*-linux-gnu case. |
| 4161 | (LIBMAIL) <lockfile>: Don't define. | 4542 | (LIBMAIL) <lockfile>: Don't define. |
| 4162 | 4543 | ||
| 4163 | 2003-04-30 Richard M. Stallman <rms@gnu.org> | ||
| 4164 | |||
| 4165 | * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. | ||
| 4166 | |||
| 4167 | 2003-04-28 Francesco Potortì <pot@gnu.org> | ||
| 4168 | |||
| 4169 | * configure.in: Undo last (RMS') change, as it is useless, per | ||
| 4170 | Dave Love. | ||
| 4171 | |||
| 4172 | 2003-04-08 Richard M. Stallman <rms@gnu.org> | ||
| 4173 | |||
| 4174 | * configure.in: Put #include of jpeglib.h at start of line. | ||
| 4175 | |||
| 4176 | 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net> | 4544 | 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net> |
| 4177 | 4545 | ||
| 4178 | * INSTALL (* GNU/Linux development packages): Mention Debian and | 4546 | * INSTALL (* GNU/Linux development packages): Mention Debian and |
| @@ -4187,6 +4555,19 @@ | |||
| 4187 | * INSTALL (* GNU/Linux development packages): Tell people to | 4555 | * INSTALL (* GNU/Linux development packages): Tell people to |
| 4188 | install additional packages for compiling Emacs. | 4556 | install additional packages for compiling Emacs. |
| 4189 | 4557 | ||
| 4558 | 2003-04-30 Richard M. Stallman <rms@gnu.org> | ||
| 4559 | |||
| 4560 | * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. | ||
| 4561 | |||
| 4562 | 2003-04-28 Francesco Potortì <pot@gnu.org> | ||
| 4563 | |||
| 4564 | * configure.in: Undo last (RMS') change, as it is useless, per | ||
| 4565 | Dave Love. | ||
| 4566 | |||
| 4567 | 2003-04-08 Richard M. Stallman <rms@gnu.org> | ||
| 4568 | |||
| 4569 | * configure.in: Put #include of jpeglib.h at start of line. | ||
| 4570 | |||
| 4190 | 2003-04-06 Francesco Potortì <pot@gnu.org> | 4571 | 2003-04-06 Francesco Potortì <pot@gnu.org> |
| 4191 | 4572 | ||
| 4192 | * configure.in: Use the same configuration for all aix5, not just | 4573 | * configure.in: Use the same configuration for all aix5, not just |
| @@ -4295,7 +4676,7 @@ | |||
| 4295 | 4676 | ||
| 4296 | * autogen.sh: New file. | 4677 | * autogen.sh: New file. |
| 4297 | 4678 | ||
| 4298 | 2002-11-15 Dave Love <fx@gnu.org> | 4679 | 2002-11-18 Dave Love <fx@gnu.org> |
| 4299 | 4680 | ||
| 4300 | * configure.in: Tidy up various quoting issues throughout. | 4681 | * configure.in: Tidy up various quoting issues throughout. |
| 4301 | Use AC_GNU_SOURCE. | 4682 | Use AC_GNU_SOURCE. |
| @@ -4451,7 +4832,7 @@ | |||
| 4451 | variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE, | 4832 | variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE, |
| 4452 | and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined. | 4833 | and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined. |
| 4453 | 4834 | ||
| 4454 | 2002-04-28 Colin Walters <walters@verbum.org> | 4835 | 2002-04-29 Colin Walters <walters@verbum.org> |
| 4455 | 4836 | ||
| 4456 | * configure.in: Delete configure check for access to the game user. | 4837 | * configure.in: Delete configure check for access to the game user. |
| 4457 | 4838 | ||
| @@ -7864,7 +8245,7 @@ | |||
| 7864 | 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | 8245 | 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) |
| 7865 | 8246 | ||
| 7866 | * configure.in (creating src/Makefile): Put code inside 2nd arg to | 8247 | * configure.in (creating src/Makefile): Put code inside 2nd arg to |
| 7867 | AC_OUTPUT as it should be; hopefully noone will again see fit to | 8248 | AC_OUTPUT as it should be; hopefully no one will again see fit to |
| 7868 | gratuitously break this and not make a change log entry. | 8249 | gratuitously break this and not make a change log entry. |
| 7869 | Optimized sed processing of Makefile.in and cpp output; now | 8250 | Optimized sed processing of Makefile.in and cpp output; now |
| 7870 | preserves comments previously removed from the cpp input. | 8251 | preserves comments previously removed from the cpp input. |
| @@ -9447,7 +9828,7 @@ | |||
| 9447 | paths.h.in, Makefile.in in src. | 9828 | paths.h.in, Makefile.in in src. |
| 9448 | 9829 | ||
| 9449 | * configure: Delete .tmp files before creating them; don't bother | 9830 | * configure: Delete .tmp files before creating them; don't bother |
| 9450 | trying to make final targets writeable first, since it won't | 9831 | trying to make final targets writable first, since it won't |
| 9451 | matter to move-if-change. | 9832 | matter to move-if-change. |
| 9452 | 9833 | ||
| 9453 | 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) | 9834 | 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
| @@ -9756,7 +10137,7 @@ | |||
| 9756 | ;; coding: utf-8 | 10137 | ;; coding: utf-8 |
| 9757 | ;; End: | 10138 | ;; End: |
| 9758 | 10139 | ||
| 9759 | Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc. | 10140 | Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc. |
| 9760 | 10141 | ||
| 9761 | This file is part of GNU Emacs. | 10142 | This file is part of GNU Emacs. |
| 9762 | 10143 | ||