diff options
| -rw-r--r-- | README | 2 | ||||
| -rwxr-xr-x | configure | 469 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | doc/emacs/emacs.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/book-spine.texinfo | 2 | ||||
| -rw-r--r-- | doc/lispref/elisp.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/vol1.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/vol2.texi | 2 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 2 | ||||
| -rw-r--r-- | doc/misc/faq.texi | 2 | ||||
| -rw-r--r-- | etc/AUTHORS | 61 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 | ||||
| -rw-r--r-- | lisp/dired.el | 2 | ||||
| -rw-r--r-- | lisp/ldefs-boot.el | 121 | ||||
| -rw-r--r-- | lisp/simple.el | 5 | ||||
| -rw-r--r-- | lisp/version.el | 2 | ||||
| -rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Info.plist | 4 | ||||
| -rw-r--r-- | nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | 4 | ||||
| -rw-r--r-- | nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop | 2 | ||||
| -rw-r--r-- | nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist | 4 | ||||
| -rw-r--r-- | nt/emacs.rc | 8 | ||||
| -rw-r--r-- | nt/emacsclient.rc | 8 |
22 files changed, 369 insertions, 341 deletions
| @@ -3,7 +3,7 @@ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | |||
| 3 | See the end of the file for license conditions. | 3 | See the end of the file for license conditions. |
| 4 | 4 | ||
| 5 | 5 | ||
| 6 | This directory tree holds version 23.2.90 of GNU Emacs, the extensible, | 6 | This directory tree holds version 23.2.91 of GNU Emacs, the extensible, |
| 7 | customizable, self-documenting real-time display editor. | 7 | customizable, self-documenting real-time display editor. |
| 8 | 8 | ||
| 9 | The file INSTALL in this directory says how to build and install GNU | 9 | The file INSTALL in this directory says how to build and install GNU |
| @@ -1,11 +1,11 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.65 for emacs 23.2.90. | 3 | # Generated by GNU Autoconf 2.67 for emacs 23.2.91. |
| 4 | # | 4 | # |
| 5 | # | 5 | # |
| 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 6 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 7 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | 7 | # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
| 8 | # Inc. | 8 | # Foundation, Inc. |
| 9 | # | 9 | # |
| 10 | # | 10 | # |
| 11 | # This configure script is free software; the Free Software Foundation | 11 | # This configure script is free software; the Free Software Foundation |
| @@ -316,7 +316,7 @@ $as_echo X"$as_dir" | | |||
| 316 | test -d "$as_dir" && break | 316 | test -d "$as_dir" && break |
| 317 | done | 317 | done |
| 318 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 318 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 319 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 319 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 320 | 320 | ||
| 321 | 321 | ||
| 322 | } # as_fn_mkdir_p | 322 | } # as_fn_mkdir_p |
| @@ -356,19 +356,19 @@ else | |||
| 356 | fi # as_fn_arith | 356 | fi # as_fn_arith |
| 357 | 357 | ||
| 358 | 358 | ||
| 359 | # as_fn_error ERROR [LINENO LOG_FD] | 359 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 360 | # --------------------------------- | 360 | # ---------------------------------------- |
| 361 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 361 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 362 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 362 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 363 | # script with status $?, using 1 if that was 0. | 363 | # script with STATUS, using 1 if that was 0. |
| 364 | as_fn_error () | 364 | as_fn_error () |
| 365 | { | 365 | { |
| 366 | as_status=$?; test $as_status -eq 0 && as_status=1 | 366 | as_status=$1; test $as_status -eq 0 && as_status=1 |
| 367 | if test "$3"; then | 367 | if test "$4"; then |
| 368 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 368 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 369 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 369 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 370 | fi | 370 | fi |
| 371 | $as_echo "$as_me: error: $1" >&2 | 371 | $as_echo "$as_me: error: $2" >&2 |
| 372 | as_fn_exit $as_status | 372 | as_fn_exit $as_status |
| 373 | } # as_fn_error | 373 | } # as_fn_error |
| 374 | 374 | ||
| @@ -530,7 +530,7 @@ test -n "$DJDIR" || exec 7<&0 </dev/null | |||
| 530 | exec 6>&1 | 530 | exec 6>&1 |
| 531 | 531 | ||
| 532 | # Name of the host. | 532 | # Name of the host. |
| 533 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | 533 | # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
| 534 | # so uname gets run too. | 534 | # so uname gets run too. |
| 535 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | 535 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
| 536 | 536 | ||
| @@ -549,8 +549,8 @@ MAKEFLAGS= | |||
| 549 | # Identity of this package. | 549 | # Identity of this package. |
| 550 | PACKAGE_NAME='emacs' | 550 | PACKAGE_NAME='emacs' |
| 551 | PACKAGE_TARNAME='emacs' | 551 | PACKAGE_TARNAME='emacs' |
| 552 | PACKAGE_VERSION='23.2.90' | 552 | PACKAGE_VERSION='23.2.91' |
| 553 | PACKAGE_STRING='emacs 23.2.90' | 553 | PACKAGE_STRING='emacs 23.2.91' |
| 554 | PACKAGE_BUGREPORT='' | 554 | PACKAGE_BUGREPORT='' |
| 555 | PACKAGE_URL='' | 555 | PACKAGE_URL='' |
| 556 | 556 | ||
| @@ -840,8 +840,9 @@ do | |||
| 840 | fi | 840 | fi |
| 841 | 841 | ||
| 842 | case $ac_option in | 842 | case $ac_option in |
| 843 | *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; | 843 | *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
| 844 | *) ac_optarg=yes ;; | 844 | *=) ac_optarg= ;; |
| 845 | *) ac_optarg=yes ;; | ||
| 845 | esac | 846 | esac |
| 846 | 847 | ||
| 847 | # Accept the important Cygnus configure options, so we can diagnose typos. | 848 | # Accept the important Cygnus configure options, so we can diagnose typos. |
| @@ -886,7 +887,7 @@ do | |||
| 886 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | 887 | ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
| 887 | # Reject names that are not valid shell variable names. | 888 | # Reject names that are not valid shell variable names. |
| 888 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 889 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 889 | as_fn_error "invalid feature name: $ac_useropt" | 890 | as_fn_error $? "invalid feature name: $ac_useropt" |
| 890 | ac_useropt_orig=$ac_useropt | 891 | ac_useropt_orig=$ac_useropt |
| 891 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 892 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 892 | case $ac_user_opts in | 893 | case $ac_user_opts in |
| @@ -912,7 +913,7 @@ do | |||
| 912 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | 913 | ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
| 913 | # Reject names that are not valid shell variable names. | 914 | # Reject names that are not valid shell variable names. |
| 914 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 915 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 915 | as_fn_error "invalid feature name: $ac_useropt" | 916 | as_fn_error $? "invalid feature name: $ac_useropt" |
| 916 | ac_useropt_orig=$ac_useropt | 917 | ac_useropt_orig=$ac_useropt |
| 917 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 918 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 918 | case $ac_user_opts in | 919 | case $ac_user_opts in |
| @@ -1116,7 +1117,7 @@ do | |||
| 1116 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | 1117 | ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
| 1117 | # Reject names that are not valid shell variable names. | 1118 | # Reject names that are not valid shell variable names. |
| 1118 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1119 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1119 | as_fn_error "invalid package name: $ac_useropt" | 1120 | as_fn_error $? "invalid package name: $ac_useropt" |
| 1120 | ac_useropt_orig=$ac_useropt | 1121 | ac_useropt_orig=$ac_useropt |
| 1121 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1122 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1122 | case $ac_user_opts in | 1123 | case $ac_user_opts in |
| @@ -1132,7 +1133,7 @@ do | |||
| 1132 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` | 1133 | ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
| 1133 | # Reject names that are not valid shell variable names. | 1134 | # Reject names that are not valid shell variable names. |
| 1134 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && | 1135 | expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
| 1135 | as_fn_error "invalid package name: $ac_useropt" | 1136 | as_fn_error $? "invalid package name: $ac_useropt" |
| 1136 | ac_useropt_orig=$ac_useropt | 1137 | ac_useropt_orig=$ac_useropt |
| 1137 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` | 1138 | ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
| 1138 | case $ac_user_opts in | 1139 | case $ac_user_opts in |
| @@ -1162,8 +1163,8 @@ do | |||
| 1162 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | 1163 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
| 1163 | x_libraries=$ac_optarg ;; | 1164 | x_libraries=$ac_optarg ;; |
| 1164 | 1165 | ||
| 1165 | -*) as_fn_error "unrecognized option: \`$ac_option' | 1166 | -*) as_fn_error $? "unrecognized option: \`$ac_option' |
| 1166 | Try \`$0 --help' for more information." | 1167 | Try \`$0 --help' for more information" |
| 1167 | ;; | 1168 | ;; |
| 1168 | 1169 | ||
| 1169 | *=*) | 1170 | *=*) |
| @@ -1171,7 +1172,7 @@ Try \`$0 --help' for more information." | |||
| 1171 | # Reject names that are not valid shell variable names. | 1172 | # Reject names that are not valid shell variable names. |
| 1172 | case $ac_envvar in #( | 1173 | case $ac_envvar in #( |
| 1173 | '' | [0-9]* | *[!_$as_cr_alnum]* ) | 1174 | '' | [0-9]* | *[!_$as_cr_alnum]* ) |
| 1174 | as_fn_error "invalid variable name: \`$ac_envvar'" ;; | 1175 | as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
| 1175 | esac | 1176 | esac |
| 1176 | eval $ac_envvar=\$ac_optarg | 1177 | eval $ac_envvar=\$ac_optarg |
| 1177 | export $ac_envvar ;; | 1178 | export $ac_envvar ;; |
| @@ -1189,13 +1190,13 @@ done | |||
| 1189 | 1190 | ||
| 1190 | if test -n "$ac_prev"; then | 1191 | if test -n "$ac_prev"; then |
| 1191 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | 1192 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
| 1192 | as_fn_error "missing argument to $ac_option" | 1193 | as_fn_error $? "missing argument to $ac_option" |
| 1193 | fi | 1194 | fi |
| 1194 | 1195 | ||
| 1195 | if test -n "$ac_unrecognized_opts"; then | 1196 | if test -n "$ac_unrecognized_opts"; then |
| 1196 | case $enable_option_checking in | 1197 | case $enable_option_checking in |
| 1197 | no) ;; | 1198 | no) ;; |
| 1198 | fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; | 1199 | fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
| 1199 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; | 1200 | *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
| 1200 | esac | 1201 | esac |
| 1201 | fi | 1202 | fi |
| @@ -1218,7 +1219,7 @@ do | |||
| 1218 | [\\/$]* | ?:[\\/]* ) continue;; | 1219 | [\\/$]* | ?:[\\/]* ) continue;; |
| 1219 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; | 1220 | NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
| 1220 | esac | 1221 | esac |
| 1221 | as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" | 1222 | as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
| 1222 | done | 1223 | done |
| 1223 | 1224 | ||
| 1224 | # There might be people who depend on the old broken behavior: `$host' | 1225 | # There might be people who depend on the old broken behavior: `$host' |
| @@ -1232,8 +1233,8 @@ target=$target_alias | |||
| 1232 | if test "x$host_alias" != x; then | 1233 | if test "x$host_alias" != x; then |
| 1233 | if test "x$build_alias" = x; then | 1234 | if test "x$build_alias" = x; then |
| 1234 | cross_compiling=maybe | 1235 | cross_compiling=maybe |
| 1235 | $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | 1236 | $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1236 | If a cross compiler is detected then cross compile mode will be used." >&2 | 1237 | If a cross compiler is detected then cross compile mode will be used" >&2 |
| 1237 | elif test "x$build_alias" != "x$host_alias"; then | 1238 | elif test "x$build_alias" != "x$host_alias"; then |
| 1238 | cross_compiling=yes | 1239 | cross_compiling=yes |
| 1239 | fi | 1240 | fi |
| @@ -1248,9 +1249,9 @@ test "$silent" = yes && exec 6>/dev/null | |||
| 1248 | ac_pwd=`pwd` && test -n "$ac_pwd" && | 1249 | ac_pwd=`pwd` && test -n "$ac_pwd" && |
| 1249 | ac_ls_di=`ls -di .` && | 1250 | ac_ls_di=`ls -di .` && |
| 1250 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || | 1251 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
| 1251 | as_fn_error "working directory cannot be determined" | 1252 | as_fn_error $? "working directory cannot be determined" |
| 1252 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || | 1253 | test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
| 1253 | as_fn_error "pwd does not report name of working directory" | 1254 | as_fn_error $? "pwd does not report name of working directory" |
| 1254 | 1255 | ||
| 1255 | 1256 | ||
| 1256 | # Find the source files, if location was not specified. | 1257 | # Find the source files, if location was not specified. |
| @@ -1289,11 +1290,11 @@ else | |||
| 1289 | fi | 1290 | fi |
| 1290 | if test ! -r "$srcdir/$ac_unique_file"; then | 1291 | if test ! -r "$srcdir/$ac_unique_file"; then |
| 1291 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." | 1292 | test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
| 1292 | as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" | 1293 | as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
| 1293 | fi | 1294 | fi |
| 1294 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" | 1295 | ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
| 1295 | ac_abs_confdir=`( | 1296 | ac_abs_confdir=`( |
| 1296 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" | 1297 | cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
| 1297 | pwd)` | 1298 | pwd)` |
| 1298 | # When building in place, set srcdir=. | 1299 | # When building in place, set srcdir=. |
| 1299 | if test "$ac_abs_confdir" = "$ac_pwd"; then | 1300 | if test "$ac_abs_confdir" = "$ac_pwd"; then |
| @@ -1319,7 +1320,7 @@ if test "$ac_init_help" = "long"; then | |||
| 1319 | # Omit some internal or obsolete options to make the list less imposing. | 1320 | # Omit some internal or obsolete options to make the list less imposing. |
| 1320 | # This message is too long to be a string in the A/UX 3.1 sh. | 1321 | # This message is too long to be a string in the A/UX 3.1 sh. |
| 1321 | cat <<_ACEOF | 1322 | cat <<_ACEOF |
| 1322 | \`configure' configures emacs 23.2.90 to adapt to many kinds of systems. | 1323 | \`configure' configures emacs 23.2.91 to adapt to many kinds of systems. |
| 1323 | 1324 | ||
| 1324 | Usage: $0 [OPTION]... [VAR=VALUE]... | 1325 | Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1325 | 1326 | ||
| @@ -1333,7 +1334,7 @@ Configuration: | |||
| 1333 | --help=short display options specific to this package | 1334 | --help=short display options specific to this package |
| 1334 | --help=recursive display the short help of all the included packages | 1335 | --help=recursive display the short help of all the included packages |
| 1335 | -V, --version display version information and exit | 1336 | -V, --version display version information and exit |
| 1336 | -q, --quiet, --silent do not print \`checking...' messages | 1337 | -q, --quiet, --silent do not print \`checking ...' messages |
| 1337 | --cache-file=FILE cache test results in FILE [disabled] | 1338 | --cache-file=FILE cache test results in FILE [disabled] |
| 1338 | -C, --config-cache alias for \`--cache-file=config.cache' | 1339 | -C, --config-cache alias for \`--cache-file=config.cache' |
| 1339 | -n, --no-create do not create output files | 1340 | -n, --no-create do not create output files |
| @@ -1393,7 +1394,7 @@ fi | |||
| 1393 | 1394 | ||
| 1394 | if test -n "$ac_init_help"; then | 1395 | if test -n "$ac_init_help"; then |
| 1395 | case $ac_init_help in | 1396 | case $ac_init_help in |
| 1396 | short | recursive ) echo "Configuration of emacs 23.2.90:";; | 1397 | short | recursive ) echo "Configuration of emacs 23.2.91:";; |
| 1397 | esac | 1398 | esac |
| 1398 | cat <<\_ACEOF | 1399 | cat <<\_ACEOF |
| 1399 | 1400 | ||
| @@ -1539,10 +1540,10 @@ fi | |||
| 1539 | test -n "$ac_init_help" && exit $ac_status | 1540 | test -n "$ac_init_help" && exit $ac_status |
| 1540 | if $ac_init_version; then | 1541 | if $ac_init_version; then |
| 1541 | cat <<\_ACEOF | 1542 | cat <<\_ACEOF |
| 1542 | emacs configure 23.2.90 | 1543 | emacs configure 23.2.91 |
| 1543 | generated by GNU Autoconf 2.65 | 1544 | generated by GNU Autoconf 2.67 |
| 1544 | 1545 | ||
| 1545 | Copyright (C) 2009 Free Software Foundation, Inc. | 1546 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 1546 | This configure script is free software; the Free Software Foundation | 1547 | This configure script is free software; the Free Software Foundation |
| 1547 | gives unlimited permission to copy, distribute and modify it. | 1548 | gives unlimited permission to copy, distribute and modify it. |
| 1548 | _ACEOF | 1549 | _ACEOF |
| @@ -1658,7 +1659,7 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 1658 | mv -f conftest.er1 conftest.err | 1659 | mv -f conftest.er1 conftest.err |
| 1659 | fi | 1660 | fi |
| 1660 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 | 1661 | $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 1661 | test $ac_status = 0; } >/dev/null && { | 1662 | test $ac_status = 0; } > conftest.i && { |
| 1662 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || | 1663 | test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
| 1663 | test ! -s conftest.err | 1664 | test ! -s conftest.err |
| 1664 | }; then : | 1665 | }; then : |
| @@ -1682,10 +1683,10 @@ fi | |||
| 1682 | ac_fn_c_check_header_mongrel () | 1683 | ac_fn_c_check_header_mongrel () |
| 1683 | { | 1684 | { |
| 1684 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1685 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1685 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1686 | if eval "test \"\${$3+set}\"" = set; then : |
| 1686 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1687 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1687 | $as_echo_n "checking for $2... " >&6; } | 1688 | $as_echo_n "checking for $2... " >&6; } |
| 1688 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1689 | if eval "test \"\${$3+set}\"" = set; then : |
| 1689 | $as_echo_n "(cached) " >&6 | 1690 | $as_echo_n "(cached) " >&6 |
| 1690 | fi | 1691 | fi |
| 1691 | eval ac_res=\$$3 | 1692 | eval ac_res=\$$3 |
| @@ -1721,7 +1722,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 1721 | else | 1722 | else |
| 1722 | ac_header_preproc=no | 1723 | ac_header_preproc=no |
| 1723 | fi | 1724 | fi |
| 1724 | rm -f conftest.err conftest.$ac_ext | 1725 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 1725 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 | 1726 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
| 1726 | $as_echo "$ac_header_preproc" >&6; } | 1727 | $as_echo "$ac_header_preproc" >&6; } |
| 1727 | 1728 | ||
| @@ -1748,7 +1749,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} | |||
| 1748 | esac | 1749 | esac |
| 1749 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1750 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1750 | $as_echo_n "checking for $2... " >&6; } | 1751 | $as_echo_n "checking for $2... " >&6; } |
| 1751 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1752 | if eval "test \"\${$3+set}\"" = set; then : |
| 1752 | $as_echo_n "(cached) " >&6 | 1753 | $as_echo_n "(cached) " >&6 |
| 1753 | else | 1754 | else |
| 1754 | eval "$3=\$ac_header_compiler" | 1755 | eval "$3=\$ac_header_compiler" |
| @@ -1812,7 +1813,7 @@ ac_fn_c_check_header_compile () | |||
| 1812 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1813 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1813 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1814 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1814 | $as_echo_n "checking for $2... " >&6; } | 1815 | $as_echo_n "checking for $2... " >&6; } |
| 1815 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1816 | if eval "test \"\${$3+set}\"" = set; then : |
| 1816 | $as_echo_n "(cached) " >&6 | 1817 | $as_echo_n "(cached) " >&6 |
| 1817 | else | 1818 | else |
| 1818 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1819 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1842,7 +1843,7 @@ ac_fn_c_check_header_preproc () | |||
| 1842 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1843 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1843 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1844 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1844 | $as_echo_n "checking for $2... " >&6; } | 1845 | $as_echo_n "checking for $2... " >&6; } |
| 1845 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1846 | if eval "test \"\${$3+set}\"" = set; then : |
| 1846 | $as_echo_n "(cached) " >&6 | 1847 | $as_echo_n "(cached) " >&6 |
| 1847 | else | 1848 | else |
| 1848 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1849 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1854,7 +1855,7 @@ if ac_fn_c_try_cpp "$LINENO"; then : | |||
| 1854 | else | 1855 | else |
| 1855 | eval "$3=no" | 1856 | eval "$3=no" |
| 1856 | fi | 1857 | fi |
| 1857 | rm -f conftest.err conftest.$ac_ext | 1858 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 1858 | fi | 1859 | fi |
| 1859 | eval ac_res=\$$3 | 1860 | eval ac_res=\$$3 |
| 1860 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | 1861 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| @@ -1863,15 +1864,18 @@ $as_echo "$ac_res" >&6; } | |||
| 1863 | 1864 | ||
| 1864 | } # ac_fn_c_check_header_preproc | 1865 | } # ac_fn_c_check_header_preproc |
| 1865 | 1866 | ||
| 1866 | # ac_fn_c_check_decl LINENO SYMBOL VAR | 1867 | # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES |
| 1867 | # ------------------------------------ | 1868 | # --------------------------------------------- |
| 1868 | # Tests whether SYMBOL is declared, setting cache variable VAR accordingly. | 1869 | # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR |
| 1870 | # accordingly. | ||
| 1869 | ac_fn_c_check_decl () | 1871 | ac_fn_c_check_decl () |
| 1870 | { | 1872 | { |
| 1871 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1873 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1872 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5 | 1874 | as_decl_name=`echo $2|sed 's/ *(.*//'` |
| 1873 | $as_echo_n "checking whether $2 is declared... " >&6; } | 1875 | as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` |
| 1874 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1876 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 |
| 1877 | $as_echo_n "checking whether $as_decl_name is declared... " >&6; } | ||
| 1878 | if eval "test \"\${$3+set}\"" = set; then : | ||
| 1875 | $as_echo_n "(cached) " >&6 | 1879 | $as_echo_n "(cached) " >&6 |
| 1876 | else | 1880 | else |
| 1877 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1881 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1880,8 +1884,12 @@ $4 | |||
| 1880 | int | 1884 | int |
| 1881 | main () | 1885 | main () |
| 1882 | { | 1886 | { |
| 1883 | #ifndef $2 | 1887 | #ifndef $as_decl_name |
| 1884 | (void) $2; | 1888 | #ifdef __cplusplus |
| 1889 | (void) $as_decl_use; | ||
| 1890 | #else | ||
| 1891 | (void) $as_decl_name; | ||
| 1892 | #endif | ||
| 1885 | #endif | 1893 | #endif |
| 1886 | 1894 | ||
| 1887 | ; | 1895 | ; |
| @@ -1911,7 +1919,7 @@ ac_fn_c_check_member () | |||
| 1911 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1919 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1912 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | 1920 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 |
| 1913 | $as_echo_n "checking for $2.$3... " >&6; } | 1921 | $as_echo_n "checking for $2.$3... " >&6; } |
| 1914 | if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then : | 1922 | if eval "test \"\${$4+set}\"" = set; then : |
| 1915 | $as_echo_n "(cached) " >&6 | 1923 | $as_echo_n "(cached) " >&6 |
| 1916 | else | 1924 | else |
| 1917 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1925 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -1967,7 +1975,7 @@ ac_fn_c_check_func () | |||
| 1967 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 1975 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 1968 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 1976 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 1969 | $as_echo_n "checking for $2... " >&6; } | 1977 | $as_echo_n "checking for $2... " >&6; } |
| 1970 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 1978 | if eval "test \"\${$3+set}\"" = set; then : |
| 1971 | $as_echo_n "(cached) " >&6 | 1979 | $as_echo_n "(cached) " >&6 |
| 1972 | else | 1980 | else |
| 1973 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | 1981 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| @@ -2035,7 +2043,7 @@ ac_fn_c_check_type () | |||
| 2035 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 2043 | as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 2036 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 | 2044 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2037 | $as_echo_n "checking for $2... " >&6; } | 2045 | $as_echo_n "checking for $2... " >&6; } |
| 2038 | if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : | 2046 | if eval "test \"\${$3+set}\"" = set; then : |
| 2039 | $as_echo_n "(cached) " >&6 | 2047 | $as_echo_n "(cached) " >&6 |
| 2040 | else | 2048 | else |
| 2041 | eval "$3=no" | 2049 | eval "$3=no" |
| @@ -2083,8 +2091,8 @@ cat >config.log <<_ACEOF | |||
| 2083 | This file contains any messages produced by compilers while | 2091 | This file contains any messages produced by compilers while |
| 2084 | running configure, to aid debugging if configure makes a mistake. | 2092 | running configure, to aid debugging if configure makes a mistake. |
| 2085 | 2093 | ||
| 2086 | It was created by emacs $as_me 23.2.90, which was | 2094 | It was created by emacs $as_me 23.2.91, which was |
| 2087 | generated by GNU Autoconf 2.65. Invocation command line was | 2095 | generated by GNU Autoconf 2.67. Invocation command line was |
| 2088 | 2096 | ||
| 2089 | $ $0 $@ | 2097 | $ $0 $@ |
| 2090 | 2098 | ||
| @@ -2194,11 +2202,9 @@ trap 'exit_status=$? | |||
| 2194 | { | 2202 | { |
| 2195 | echo | 2203 | echo |
| 2196 | 2204 | ||
| 2197 | cat <<\_ASBOX | 2205 | $as_echo "## ---------------- ## |
| 2198 | ## ---------------- ## | ||
| 2199 | ## Cache variables. ## | 2206 | ## Cache variables. ## |
| 2200 | ## ---------------- ## | 2207 | ## ---------------- ##" |
| 2201 | _ASBOX | ||
| 2202 | echo | 2208 | echo |
| 2203 | # The following way of writing the cache mishandles newlines in values, | 2209 | # The following way of writing the cache mishandles newlines in values, |
| 2204 | ( | 2210 | ( |
| @@ -2232,11 +2238,9 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; | |||
| 2232 | ) | 2238 | ) |
| 2233 | echo | 2239 | echo |
| 2234 | 2240 | ||
| 2235 | cat <<\_ASBOX | 2241 | $as_echo "## ----------------- ## |
| 2236 | ## ----------------- ## | ||
| 2237 | ## Output variables. ## | 2242 | ## Output variables. ## |
| 2238 | ## ----------------- ## | 2243 | ## ----------------- ##" |
| 2239 | _ASBOX | ||
| 2240 | echo | 2244 | echo |
| 2241 | for ac_var in $ac_subst_vars | 2245 | for ac_var in $ac_subst_vars |
| 2242 | do | 2246 | do |
| @@ -2249,11 +2253,9 @@ _ASBOX | |||
| 2249 | echo | 2253 | echo |
| 2250 | 2254 | ||
| 2251 | if test -n "$ac_subst_files"; then | 2255 | if test -n "$ac_subst_files"; then |
| 2252 | cat <<\_ASBOX | 2256 | $as_echo "## ------------------- ## |
| 2253 | ## ------------------- ## | ||
| 2254 | ## File substitutions. ## | 2257 | ## File substitutions. ## |
| 2255 | ## ------------------- ## | 2258 | ## ------------------- ##" |
| 2256 | _ASBOX | ||
| 2257 | echo | 2259 | echo |
| 2258 | for ac_var in $ac_subst_files | 2260 | for ac_var in $ac_subst_files |
| 2259 | do | 2261 | do |
| @@ -2267,11 +2269,9 @@ _ASBOX | |||
| 2267 | fi | 2269 | fi |
| 2268 | 2270 | ||
| 2269 | if test -s confdefs.h; then | 2271 | if test -s confdefs.h; then |
| 2270 | cat <<\_ASBOX | 2272 | $as_echo "## ----------- ## |
| 2271 | ## ----------- ## | ||
| 2272 | ## confdefs.h. ## | 2273 | ## confdefs.h. ## |
| 2273 | ## ----------- ## | 2274 | ## ----------- ##" |
| 2274 | _ASBOX | ||
| 2275 | echo | 2275 | echo |
| 2276 | cat confdefs.h | 2276 | cat confdefs.h |
| 2277 | echo | 2277 | echo |
| @@ -2326,7 +2326,12 @@ _ACEOF | |||
| 2326 | ac_site_file1=NONE | 2326 | ac_site_file1=NONE |
| 2327 | ac_site_file2=NONE | 2327 | ac_site_file2=NONE |
| 2328 | if test -n "$CONFIG_SITE"; then | 2328 | if test -n "$CONFIG_SITE"; then |
| 2329 | ac_site_file1=$CONFIG_SITE | 2329 | # We do not want a PATH search for config.site. |
| 2330 | case $CONFIG_SITE in #(( | ||
| 2331 | -*) ac_site_file1=./$CONFIG_SITE;; | ||
| 2332 | */*) ac_site_file1=$CONFIG_SITE;; | ||
| 2333 | *) ac_site_file1=./$CONFIG_SITE;; | ||
| 2334 | esac | ||
| 2330 | elif test "x$prefix" != xNONE; then | 2335 | elif test "x$prefix" != xNONE; then |
| 2331 | ac_site_file1=$prefix/share/config.site | 2336 | ac_site_file1=$prefix/share/config.site |
| 2332 | ac_site_file2=$prefix/etc/config.site | 2337 | ac_site_file2=$prefix/etc/config.site |
| @@ -2341,7 +2346,11 @@ do | |||
| 2341 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 | 2346 | { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 2342 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} | 2347 | $as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 2343 | sed 's/^/| /' "$ac_site_file" >&5 | 2348 | sed 's/^/| /' "$ac_site_file" >&5 |
| 2344 | . "$ac_site_file" | 2349 | . "$ac_site_file" \ |
| 2350 | || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | ||
| 2351 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | ||
| 2352 | as_fn_error $? "failed to load site script $ac_site_file | ||
| 2353 | See \`config.log' for more details" "$LINENO" 5; } | ||
| 2345 | fi | 2354 | fi |
| 2346 | done | 2355 | done |
| 2347 | 2356 | ||
| @@ -2422,7 +2431,7 @@ if $ac_cache_corrupted; then | |||
| 2422 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 2431 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 2423 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 | 2432 | { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
| 2424 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} | 2433 | $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
| 2425 | as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 | 2434 | as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
| 2426 | fi | 2435 | fi |
| 2427 | ## -------------------- ## | 2436 | ## -------------------- ## |
| 2428 | ## Main body of script. ## | 2437 | ## Main body of script. ## |
| @@ -2556,7 +2565,7 @@ if test "${with_x_toolkit+set}" = set; then : | |||
| 2556 | m | mo | mot | moti | motif ) val=motif ;; | 2565 | m | mo | mot | moti | motif ) val=motif ;; |
| 2557 | g | gt | gtk ) val=gtk ;; | 2566 | g | gt | gtk ) val=gtk ;; |
| 2558 | * ) | 2567 | * ) |
| 2559 | as_fn_error "\`--with-x-toolkit=$withval' is invalid; | 2568 | as_fn_error $? "\`--with-x-toolkit=$withval' is invalid; |
| 2560 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. | 2569 | this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`gtk'. |
| 2561 | \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 | 2570 | \`yes' and \`gtk' are synonyms. \`athena' and \`lucid' are synonyms." "$LINENO" 5 |
| 2562 | ;; | 2571 | ;; |
| @@ -2712,7 +2721,7 @@ fi | |||
| 2712 | 2721 | ||
| 2713 | # Check whether --with-gtk was given. | 2722 | # Check whether --with-gtk was given. |
| 2714 | if test "${with_gtk+set}" = set; then : | 2723 | if test "${with_gtk+set}" = set; then : |
| 2715 | withval=$with_gtk; as_fn_error "--with-gtk has been removed. Use --with-x-toolkit to | 2724 | withval=$with_gtk; as_fn_error $? "--with-gtk has been removed. Use --with-x-toolkit to |
| 2716 | specify a toolkit." "$LINENO" 5 | 2725 | specify a toolkit." "$LINENO" 5 |
| 2717 | fi | 2726 | fi |
| 2718 | 2727 | ||
| @@ -2720,7 +2729,7 @@ fi | |||
| 2720 | 2729 | ||
| 2721 | # Check whether --with-gcc was given. | 2730 | # Check whether --with-gcc was given. |
| 2722 | if test "${with_gcc+set}" = set; then : | 2731 | if test "${with_gcc+set}" = set; then : |
| 2723 | withval=$with_gcc; as_fn_error "--with-gcc has been removed. Set the \`CC' environment | 2732 | withval=$with_gcc; as_fn_error $? "--with-gcc has been removed. Set the \`CC' environment |
| 2724 | variable to specify a compiler." "$LINENO" 5 | 2733 | variable to specify a compiler." "$LINENO" 5 |
| 2725 | fi | 2734 | fi |
| 2726 | 2735 | ||
| @@ -2826,7 +2835,7 @@ do | |||
| 2826 | stringfreelist) ac_gc_check_string_free_list=1 ;; | 2835 | stringfreelist) ac_gc_check_string_free_list=1 ;; |
| 2827 | xmallocoverrun) ac_xmalloc_overrun=1 ;; | 2836 | xmallocoverrun) ac_xmalloc_overrun=1 ;; |
| 2828 | conslist) ac_gc_check_cons_list=1 ;; | 2837 | conslist) ac_gc_check_cons_list=1 ;; |
| 2829 | *) as_fn_error "unknown check category $check" "$LINENO" 5 ;; | 2838 | *) as_fn_error $? "unknown check category $check" "$LINENO" 5 ;; |
| 2830 | esac | 2839 | esac |
| 2831 | done | 2840 | done |
| 2832 | IFS="$ac_save_IFS" | 2841 | IFS="$ac_save_IFS" |
| @@ -2931,16 +2940,22 @@ fi | |||
| 2931 | 2940 | ||
| 2932 | ac_aux_dir= | 2941 | ac_aux_dir= |
| 2933 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do | 2942 | for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2934 | for ac_t in install-sh install.sh shtool; do | 2943 | if test -f "$ac_dir/install-sh"; then |
| 2935 | if test -f "$ac_dir/$ac_t"; then | 2944 | ac_aux_dir=$ac_dir |
| 2936 | ac_aux_dir=$ac_dir | 2945 | ac_install_sh="$ac_aux_dir/install-sh -c" |
| 2937 | ac_install_sh="$ac_aux_dir/$ac_t -c" | 2946 | break |
| 2938 | break 2 | 2947 | elif test -f "$ac_dir/install.sh"; then |
| 2939 | fi | 2948 | ac_aux_dir=$ac_dir |
| 2940 | done | 2949 | ac_install_sh="$ac_aux_dir/install.sh -c" |
| 2950 | break | ||
| 2951 | elif test -f "$ac_dir/shtool"; then | ||
| 2952 | ac_aux_dir=$ac_dir | ||
| 2953 | ac_install_sh="$ac_aux_dir/shtool install -c" | ||
| 2954 | break | ||
| 2955 | fi | ||
| 2941 | done | 2956 | done |
| 2942 | if test -z "$ac_aux_dir"; then | 2957 | if test -z "$ac_aux_dir"; then |
| 2943 | as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 | 2958 | as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 |
| 2944 | fi | 2959 | fi |
| 2945 | 2960 | ||
| 2946 | # These three variables are undocumented and unsupported, | 2961 | # These three variables are undocumented and unsupported, |
| @@ -2954,7 +2969,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. | |||
| 2954 | 2969 | ||
| 2955 | # Make sure we can run config.sub. | 2970 | # Make sure we can run config.sub. |
| 2956 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || | 2971 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
| 2957 | as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 | 2972 | as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
| 2958 | 2973 | ||
| 2959 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 | 2974 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
| 2960 | $as_echo_n "checking build system type... " >&6; } | 2975 | $as_echo_n "checking build system type... " >&6; } |
| @@ -2965,16 +2980,16 @@ else | |||
| 2965 | test "x$ac_build_alias" = x && | 2980 | test "x$ac_build_alias" = x && |
| 2966 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` | 2981 | ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
| 2967 | test "x$ac_build_alias" = x && | 2982 | test "x$ac_build_alias" = x && |
| 2968 | as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 | 2983 | as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
| 2969 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || | 2984 | ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
| 2970 | as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 | 2985 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
| 2971 | 2986 | ||
| 2972 | fi | 2987 | fi |
| 2973 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 | 2988 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
| 2974 | $as_echo "$ac_cv_build" >&6; } | 2989 | $as_echo "$ac_cv_build" >&6; } |
| 2975 | case $ac_cv_build in | 2990 | case $ac_cv_build in |
| 2976 | *-*-*) ;; | 2991 | *-*-*) ;; |
| 2977 | *) as_fn_error "invalid value of canonical build" "$LINENO" 5;; | 2992 | *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
| 2978 | esac | 2993 | esac |
| 2979 | build=$ac_cv_build | 2994 | build=$ac_cv_build |
| 2980 | ac_save_IFS=$IFS; IFS='-' | 2995 | ac_save_IFS=$IFS; IFS='-' |
| @@ -2999,7 +3014,7 @@ else | |||
| 2999 | ac_cv_host=$ac_cv_build | 3014 | ac_cv_host=$ac_cv_build |
| 3000 | else | 3015 | else |
| 3001 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || | 3016 | ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
| 3002 | as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 | 3017 | as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
| 3003 | fi | 3018 | fi |
| 3004 | 3019 | ||
| 3005 | fi | 3020 | fi |
| @@ -3007,7 +3022,7 @@ fi | |||
| 3007 | $as_echo "$ac_cv_host" >&6; } | 3022 | $as_echo "$ac_cv_host" >&6; } |
| 3008 | case $ac_cv_host in | 3023 | case $ac_cv_host in |
| 3009 | *-*-*) ;; | 3024 | *-*-*) ;; |
| 3010 | *) as_fn_error "invalid value of canonical host" "$LINENO" 5;; | 3025 | *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
| 3011 | esac | 3026 | esac |
| 3012 | host=$ac_cv_host | 3027 | host=$ac_cv_host |
| 3013 | ac_save_IFS=$IFS; IFS='-' | 3028 | ac_save_IFS=$IFS; IFS='-' |
| @@ -3353,7 +3368,7 @@ fi | |||
| 3353 | 3368 | ||
| 3354 | 3369 | ||
| 3355 | if test $unported = yes; then | 3370 | if test $unported = yes; then |
| 3356 | as_fn_error "Emacs hasn't been ported to \`${canonical}' systems. | 3371 | as_fn_error $? "Emacs hasn't been ported to \`${canonical}' systems. |
| 3357 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 | 3372 | Check \`etc/MACHINES' for recognized configuration names." "$LINENO" 5 |
| 3358 | fi | 3373 | fi |
| 3359 | 3374 | ||
| @@ -3667,8 +3682,8 @@ fi | |||
| 3667 | 3682 | ||
| 3668 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3683 | test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3669 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3684 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3670 | as_fn_error "no acceptable C compiler found in \$PATH | 3685 | as_fn_error $? "no acceptable C compiler found in \$PATH |
| 3671 | See \`config.log' for more details." "$LINENO" 5; } | 3686 | See \`config.log' for more details" "$LINENO" 5; } |
| 3672 | 3687 | ||
| 3673 | # Provide some information about the compiler. | 3688 | # Provide some information about the compiler. |
| 3674 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 | 3689 | $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
| @@ -3782,9 +3797,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 3782 | 3797 | ||
| 3783 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3798 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3784 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3799 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3785 | { as_fn_set_status 77 | 3800 | as_fn_error 77 "C compiler cannot create executables |
| 3786 | as_fn_error "C compiler cannot create executables | 3801 | See \`config.log' for more details" "$LINENO" 5; } |
| 3787 | See \`config.log' for more details." "$LINENO" 5; }; } | ||
| 3788 | else | 3802 | else |
| 3789 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | 3803 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 3790 | $as_echo "yes" >&6; } | 3804 | $as_echo "yes" >&6; } |
| @@ -3826,8 +3840,8 @@ done | |||
| 3826 | else | 3840 | else |
| 3827 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3841 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3828 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3842 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3829 | as_fn_error "cannot compute suffix of executables: cannot compile and link | 3843 | as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
| 3830 | See \`config.log' for more details." "$LINENO" 5; } | 3844 | See \`config.log' for more details" "$LINENO" 5; } |
| 3831 | fi | 3845 | fi |
| 3832 | rm -f conftest conftest$ac_cv_exeext | 3846 | rm -f conftest conftest$ac_cv_exeext |
| 3833 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 | 3847 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| @@ -3884,9 +3898,9 @@ $as_echo "$ac_try_echo"; } >&5 | |||
| 3884 | else | 3898 | else |
| 3885 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3899 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3886 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3900 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3887 | as_fn_error "cannot run C compiled programs. | 3901 | as_fn_error $? "cannot run C compiled programs. |
| 3888 | If you meant to cross compile, use \`--host'. | 3902 | If you meant to cross compile, use \`--host'. |
| 3889 | See \`config.log' for more details." "$LINENO" 5; } | 3903 | See \`config.log' for more details" "$LINENO" 5; } |
| 3890 | fi | 3904 | fi |
| 3891 | fi | 3905 | fi |
| 3892 | fi | 3906 | fi |
| @@ -3937,8 +3951,8 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 3937 | 3951 | ||
| 3938 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 3952 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3939 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 3953 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3940 | as_fn_error "cannot compute suffix of object files: cannot compile | 3954 | as_fn_error $? "cannot compute suffix of object files: cannot compile |
| 3941 | See \`config.log' for more details." "$LINENO" 5; } | 3955 | See \`config.log' for more details" "$LINENO" 5; } |
| 3942 | fi | 3956 | fi |
| 3943 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | 3957 | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
| 3944 | fi | 3958 | fi |
| @@ -4274,7 +4288,7 @@ else | |||
| 4274 | # Broken: fails on valid input. | 4288 | # Broken: fails on valid input. |
| 4275 | continue | 4289 | continue |
| 4276 | fi | 4290 | fi |
| 4277 | rm -f conftest.err conftest.$ac_ext | 4291 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4278 | 4292 | ||
| 4279 | # OK, works on sane cases. Now check whether nonexistent headers | 4293 | # OK, works on sane cases. Now check whether nonexistent headers |
| 4280 | # can be detected and how. | 4294 | # can be detected and how. |
| @@ -4290,11 +4304,11 @@ else | |||
| 4290 | ac_preproc_ok=: | 4304 | ac_preproc_ok=: |
| 4291 | break | 4305 | break |
| 4292 | fi | 4306 | fi |
| 4293 | rm -f conftest.err conftest.$ac_ext | 4307 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4294 | 4308 | ||
| 4295 | done | 4309 | done |
| 4296 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 4310 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 4297 | rm -f conftest.err conftest.$ac_ext | 4311 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 4298 | if $ac_preproc_ok; then : | 4312 | if $ac_preproc_ok; then : |
| 4299 | break | 4313 | break |
| 4300 | fi | 4314 | fi |
| @@ -4333,7 +4347,7 @@ else | |||
| 4333 | # Broken: fails on valid input. | 4347 | # Broken: fails on valid input. |
| 4334 | continue | 4348 | continue |
| 4335 | fi | 4349 | fi |
| 4336 | rm -f conftest.err conftest.$ac_ext | 4350 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4337 | 4351 | ||
| 4338 | # OK, works on sane cases. Now check whether nonexistent headers | 4352 | # OK, works on sane cases. Now check whether nonexistent headers |
| 4339 | # can be detected and how. | 4353 | # can be detected and how. |
| @@ -4349,18 +4363,18 @@ else | |||
| 4349 | ac_preproc_ok=: | 4363 | ac_preproc_ok=: |
| 4350 | break | 4364 | break |
| 4351 | fi | 4365 | fi |
| 4352 | rm -f conftest.err conftest.$ac_ext | 4366 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4353 | 4367 | ||
| 4354 | done | 4368 | done |
| 4355 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 4369 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 4356 | rm -f conftest.err conftest.$ac_ext | 4370 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 4357 | if $ac_preproc_ok; then : | 4371 | if $ac_preproc_ok; then : |
| 4358 | 4372 | ||
| 4359 | else | 4373 | else |
| 4360 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4374 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4361 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4375 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4362 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 4376 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 4363 | See \`config.log' for more details." "$LINENO" 5; } | 4377 | See \`config.log' for more details" "$LINENO" 5; } |
| 4364 | fi | 4378 | fi |
| 4365 | 4379 | ||
| 4366 | ac_ext=c | 4380 | ac_ext=c |
| @@ -4421,7 +4435,7 @@ esac | |||
| 4421 | done | 4435 | done |
| 4422 | IFS=$as_save_IFS | 4436 | IFS=$as_save_IFS |
| 4423 | if test -z "$ac_cv_path_GREP"; then | 4437 | if test -z "$ac_cv_path_GREP"; then |
| 4424 | as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4438 | as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 4425 | fi | 4439 | fi |
| 4426 | else | 4440 | else |
| 4427 | ac_cv_path_GREP=$GREP | 4441 | ac_cv_path_GREP=$GREP |
| @@ -4487,7 +4501,7 @@ esac | |||
| 4487 | done | 4501 | done |
| 4488 | IFS=$as_save_IFS | 4502 | IFS=$as_save_IFS |
| 4489 | if test -z "$ac_cv_path_EGREP"; then | 4503 | if test -z "$ac_cv_path_EGREP"; then |
| 4490 | as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 | 4504 | as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
| 4491 | fi | 4505 | fi |
| 4492 | else | 4506 | else |
| 4493 | ac_cv_path_EGREP=$EGREP | 4507 | ac_cv_path_EGREP=$EGREP |
| @@ -4619,8 +4633,7 @@ do : | |||
| 4619 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4633 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 4620 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 4634 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 4621 | " | 4635 | " |
| 4622 | eval as_val=\$$as_ac_Header | 4636 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 4623 | if test "x$as_val" = x""yes; then : | ||
| 4624 | cat >>confdefs.h <<_ACEOF | 4637 | cat >>confdefs.h <<_ACEOF |
| 4625 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 4638 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 4626 | _ACEOF | 4639 | _ACEOF |
| @@ -4809,7 +4822,7 @@ else | |||
| 4809 | # Broken: fails on valid input. | 4822 | # Broken: fails on valid input. |
| 4810 | continue | 4823 | continue |
| 4811 | fi | 4824 | fi |
| 4812 | rm -f conftest.err conftest.$ac_ext | 4825 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4813 | 4826 | ||
| 4814 | # OK, works on sane cases. Now check whether nonexistent headers | 4827 | # OK, works on sane cases. Now check whether nonexistent headers |
| 4815 | # can be detected and how. | 4828 | # can be detected and how. |
| @@ -4825,11 +4838,11 @@ else | |||
| 4825 | ac_preproc_ok=: | 4838 | ac_preproc_ok=: |
| 4826 | break | 4839 | break |
| 4827 | fi | 4840 | fi |
| 4828 | rm -f conftest.err conftest.$ac_ext | 4841 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4829 | 4842 | ||
| 4830 | done | 4843 | done |
| 4831 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 4844 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 4832 | rm -f conftest.err conftest.$ac_ext | 4845 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 4833 | if $ac_preproc_ok; then : | 4846 | if $ac_preproc_ok; then : |
| 4834 | break | 4847 | break |
| 4835 | fi | 4848 | fi |
| @@ -4868,7 +4881,7 @@ else | |||
| 4868 | # Broken: fails on valid input. | 4881 | # Broken: fails on valid input. |
| 4869 | continue | 4882 | continue |
| 4870 | fi | 4883 | fi |
| 4871 | rm -f conftest.err conftest.$ac_ext | 4884 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4872 | 4885 | ||
| 4873 | # OK, works on sane cases. Now check whether nonexistent headers | 4886 | # OK, works on sane cases. Now check whether nonexistent headers |
| 4874 | # can be detected and how. | 4887 | # can be detected and how. |
| @@ -4884,18 +4897,18 @@ else | |||
| 4884 | ac_preproc_ok=: | 4897 | ac_preproc_ok=: |
| 4885 | break | 4898 | break |
| 4886 | fi | 4899 | fi |
| 4887 | rm -f conftest.err conftest.$ac_ext | 4900 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 4888 | 4901 | ||
| 4889 | done | 4902 | done |
| 4890 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | 4903 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
| 4891 | rm -f conftest.err conftest.$ac_ext | 4904 | rm -f conftest.i conftest.err conftest.$ac_ext |
| 4892 | if $ac_preproc_ok; then : | 4905 | if $ac_preproc_ok; then : |
| 4893 | 4906 | ||
| 4894 | else | 4907 | else |
| 4895 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 | 4908 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 4896 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} | 4909 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 4897 | as_fn_error "C preprocessor \"$CPP\" fails sanity check | 4910 | as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
| 4898 | See \`config.log' for more details." "$LINENO" 5; } | 4911 | See \`config.log' for more details" "$LINENO" 5; } |
| 4899 | fi | 4912 | fi |
| 4900 | 4913 | ||
| 4901 | ac_ext=c | 4914 | ac_ext=c |
| @@ -5314,7 +5327,7 @@ if test "$MAKEINFO" = "no"; then | |||
| 5314 | if test "x${with_makeinfo}" = "xno"; then | 5327 | if test "x${with_makeinfo}" = "xno"; then |
| 5315 | MAKEINFO=off | 5328 | MAKEINFO=off |
| 5316 | elif ! test -e $srcdir/info/emacs; then | 5329 | elif ! test -e $srcdir/info/emacs; then |
| 5317 | as_fn_error "You do not seem to have makeinfo >= 4.6, and your | 5330 | as_fn_error $? "You do not seem to have makeinfo >= 4.6, and your |
| 5318 | source tree does not seem to have pre-built manuals in the \`info' directory. | 5331 | source tree does not seem to have pre-built manuals in the \`info' directory. |
| 5319 | Either install a suitable version of makeinfo, or re-run configure | 5332 | Either install a suitable version of makeinfo, or re-run configure |
| 5320 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 | 5333 | with the \`--without-makeinfo' option to build without the manuals. " "$LINENO" 5 |
| @@ -5722,7 +5735,7 @@ case "${canonical}" in | |||
| 5722 | fi | 5735 | fi |
| 5723 | 5736 | ||
| 5724 | test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \ | 5737 | test -e $CRT_DIR/crtn.o || test -e $CRT_DIR/crt0.o || \ |
| 5725 | as_fn_error "crt*.o not found. Use --with-crt-dir to specify the location." "$LINENO" 5 | 5738 | as_fn_error $? "crt*.o not found. Use --with-crt-dir to specify the location." "$LINENO" 5 |
| 5726 | ;; | 5739 | ;; |
| 5727 | esac | 5740 | esac |
| 5728 | test "X$CRT_DIR" = "X" && CRT_DIR=/usr/lib | 5741 | test "X$CRT_DIR" = "X" && CRT_DIR=/usr/lib |
| @@ -5737,8 +5750,7 @@ if test "${with_sound}" != "no"; then | |||
| 5737 | do : | 5750 | do : |
| 5738 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 5751 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 5739 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 5752 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 5740 | eval as_val=\$$as_ac_Header | 5753 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5741 | if test "x$as_val" = x""yes; then : | ||
| 5742 | cat >>confdefs.h <<_ACEOF | 5754 | cat >>confdefs.h <<_ACEOF |
| 5743 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 5755 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 5744 | _ACEOF | 5756 | _ACEOF |
| @@ -5929,7 +5941,7 @@ else | |||
| 5929 | fi | 5941 | fi |
| 5930 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | 5942 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5931 | if test "$emacs_alsa_subdir" != yes; then | 5943 | if test "$emacs_alsa_subdir" != yes; then |
| 5932 | as_fn_error "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 | 5944 | as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 |
| 5933 | fi | 5945 | fi |
| 5934 | ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" | 5946 | ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" |
| 5935 | fi | 5947 | fi |
| @@ -5953,8 +5965,7 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ | |||
| 5953 | do : | 5965 | do : |
| 5954 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 5966 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 5955 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 5967 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 5956 | eval as_val=\$$as_ac_Header | 5968 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 5957 | if test "x$as_val" = x""yes; then : | ||
| 5958 | cat >>confdefs.h <<_ACEOF | 5969 | cat >>confdefs.h <<_ACEOF |
| 5959 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 5970 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 5960 | _ACEOF | 5971 | _ACEOF |
| @@ -6796,7 +6807,7 @@ fi | |||
| 6796 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } | 6807 | $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
| 6797 | set x ${MAKE-make} | 6808 | set x ${MAKE-make} |
| 6798 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` | 6809 | ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
| 6799 | if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : | 6810 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then : |
| 6800 | $as_echo_n "(cached) " >&6 | 6811 | $as_echo_n "(cached) " >&6 |
| 6801 | else | 6812 | else |
| 6802 | cat >conftest.make <<\_ACEOF | 6813 | cat >conftest.make <<\_ACEOF |
| @@ -6804,7 +6815,7 @@ SHELL = /bin/sh | |||
| 6804 | all: | 6815 | all: |
| 6805 | @echo '@@@%%%=$(MAKE)=@@@%%%' | 6816 | @echo '@@@%%%=$(MAKE)=@@@%%%' |
| 6806 | _ACEOF | 6817 | _ACEOF |
| 6807 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 6818 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
| 6808 | case `${MAKE-make} -f conftest.make 2>/dev/null` in | 6819 | case `${MAKE-make} -f conftest.make 2>/dev/null` in |
| 6809 | *@@@%%%=?*=@@@%%%*) | 6820 | *@@@%%%=?*=@@@%%%*) |
| 6810 | eval ac_cv_prog_make_${ac_make}_set=yes;; | 6821 | eval ac_cv_prog_make_${ac_make}_set=yes;; |
| @@ -6929,7 +6940,7 @@ if test "x$with_x" = xno; then | |||
| 6929 | have_x=disabled | 6940 | have_x=disabled |
| 6930 | else | 6941 | else |
| 6931 | case $x_includes,$x_libraries in #( | 6942 | case $x_includes,$x_libraries in #( |
| 6932 | *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #( | 6943 | *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #( |
| 6933 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : | 6944 | *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then : |
| 6934 | $as_echo_n "(cached) " >&6 | 6945 | $as_echo_n "(cached) " >&6 |
| 6935 | else | 6946 | else |
| @@ -6947,7 +6958,7 @@ libdir: | |||
| 6947 | @echo libdir='${LIBDIR}' | 6958 | @echo libdir='${LIBDIR}' |
| 6948 | _ACEOF | 6959 | _ACEOF |
| 6949 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then | 6960 | if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then |
| 6950 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 6961 | # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
| 6951 | for ac_var in incroot usrlibdir libdir; do | 6962 | for ac_var in incroot usrlibdir libdir; do |
| 6952 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" | 6963 | eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" |
| 6953 | done | 6964 | done |
| @@ -7033,7 +7044,7 @@ else | |||
| 7033 | fi | 7044 | fi |
| 7034 | done | 7045 | done |
| 7035 | fi | 7046 | fi |
| 7036 | rm -f conftest.err conftest.$ac_ext | 7047 | rm -f conftest.err conftest.i conftest.$ac_ext |
| 7037 | fi # $ac_x_includes = no | 7048 | fi # $ac_x_includes = no |
| 7038 | 7049 | ||
| 7039 | if test "$ac_x_libraries" = no; then | 7050 | if test "$ac_x_libraries" = no; then |
| @@ -7203,7 +7214,7 @@ if test "${with_ns}" != no; then | |||
| 7203 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : | 7214 | if test "x$ac_cv_header_AppKit_AppKit_h" = x""yes; then : |
| 7204 | HAVE_NS=yes | 7215 | HAVE_NS=yes |
| 7205 | else | 7216 | else |
| 7206 | as_fn_error "\`--with-ns' was specified, but the include | 7217 | as_fn_error $? "\`--with-ns' was specified, but the include |
| 7207 | files are missing or cannot be compiled." "$LINENO" 5 | 7218 | files are missing or cannot be compiled." "$LINENO" 5 |
| 7208 | fi | 7219 | fi |
| 7209 | 7220 | ||
| @@ -7305,7 +7316,7 @@ fi | |||
| 7305 | if test "$HAVE_XSERVER" = true || | 7316 | if test "$HAVE_XSERVER" = true || |
| 7306 | test -n "$DISPLAY" || | 7317 | test -n "$DISPLAY" || |
| 7307 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then | 7318 | test "`echo /usr/lib/libX11.*`" != "/usr/lib/libX11.*"; then |
| 7308 | as_fn_error "You seem to be running X, but no X development libraries | 7319 | as_fn_error $? "You seem to be running X, but no X development libraries |
| 7309 | were found. You should install the relevant development files for X | 7320 | were found. You should install the relevant development files for X |
| 7310 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make | 7321 | and for the toolkit you want, such as Gtk+, Lesstif or Motif. Also make |
| 7311 | sure you have development files for image handling, i.e. | 7322 | sure you have development files for image handling, i.e. |
| @@ -7397,8 +7408,7 @@ do : | |||
| 7397 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 7408 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 7398 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default | 7409 | ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
| 7399 | " | 7410 | " |
| 7400 | eval as_val=\$$as_ac_Header | 7411 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 7401 | if test "x$as_val" = x""yes; then : | ||
| 7402 | cat >>confdefs.h <<_ACEOF | 7412 | cat >>confdefs.h <<_ACEOF |
| 7403 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 7413 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 7404 | _ACEOF | 7414 | _ACEOF |
| @@ -7504,6 +7514,7 @@ int | |||
| 7504 | main () | 7514 | main () |
| 7505 | { | 7515 | { |
| 7506 | char *data, *data2, *data3; | 7516 | char *data, *data2, *data3; |
| 7517 | const char *cdata2; | ||
| 7507 | int i, pagesize; | 7518 | int i, pagesize; |
| 7508 | int fd, fd2; | 7519 | int fd, fd2; |
| 7509 | 7520 | ||
| @@ -7528,10 +7539,10 @@ main () | |||
| 7528 | fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); | 7539 | fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600); |
| 7529 | if (fd2 < 0) | 7540 | if (fd2 < 0) |
| 7530 | return 4; | 7541 | return 4; |
| 7531 | data2 = ""; | 7542 | cdata2 = ""; |
| 7532 | if (write (fd2, data2, 1) != 1) | 7543 | if (write (fd2, cdata2, 1) != 1) |
| 7533 | return 5; | 7544 | return 5; |
| 7534 | data2 = mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); | 7545 | data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L); |
| 7535 | if (data2 == MAP_FAILED) | 7546 | if (data2 == MAP_FAILED) |
| 7536 | return 6; | 7547 | return 6; |
| 7537 | for (i = 0; i < pagesize; ++i) | 7548 | for (i = 0; i < pagesize; ++i) |
| @@ -7888,8 +7899,7 @@ XScreenNumberOfScreen XSetWMProtocols | |||
| 7888 | do : | 7899 | do : |
| 7889 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 7900 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 7890 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 7901 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 7891 | eval as_val=\$$as_ac_var | 7902 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 7892 | if test "x$as_val" = x""yes; then : | ||
| 7893 | cat >>confdefs.h <<_ACEOF | 7903 | cat >>confdefs.h <<_ACEOF |
| 7894 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 7904 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 7895 | _ACEOF | 7905 | _ACEOF |
| @@ -8158,7 +8168,7 @@ $as_echo "no" >&6; } | |||
| 8158 | fi | 8168 | fi |
| 8159 | 8169 | ||
| 8160 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then | 8170 | if test "$pkg_check_gtk" = "no" && test "$USE_X_TOOLKIT" != "maybe"; then |
| 8161 | as_fn_error "$GTK_PKG_ERRORS" "$LINENO" 5 | 8171 | as_fn_error $? "$GTK_PKG_ERRORS" "$LINENO" 5 |
| 8162 | fi | 8172 | fi |
| 8163 | fi | 8173 | fi |
| 8164 | 8174 | ||
| @@ -8184,7 +8194,7 @@ done | |||
| 8184 | 8194 | ||
| 8185 | if test "${GTK_COMPILES}" != "yes"; then | 8195 | if test "${GTK_COMPILES}" != "yes"; then |
| 8186 | if test "$USE_X_TOOLKIT" != "maybe"; then | 8196 | if test "$USE_X_TOOLKIT" != "maybe"; then |
| 8187 | as_fn_error "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; | 8197 | as_fn_error $? "Gtk+ wanted, but it does not compile, see config.log. Maybe some x11-devel files missing?" "$LINENO" 5; |
| 8188 | fi | 8198 | fi |
| 8189 | else | 8199 | else |
| 8190 | HAVE_GTK=yes | 8200 | HAVE_GTK=yes |
| @@ -8666,7 +8676,7 @@ fi | |||
| 8666 | $as_echo "yes; using Lucid toolkit" >&6; } | 8676 | $as_echo "yes; using Lucid toolkit" >&6; } |
| 8667 | USE_X_TOOLKIT=LUCID | 8677 | USE_X_TOOLKIT=LUCID |
| 8668 | elif test x"${USE_X_TOOLKIT}" = xLUCID; then | 8678 | elif test x"${USE_X_TOOLKIT}" = xLUCID; then |
| 8669 | as_fn_error "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 | 8679 | as_fn_error $? "Lucid toolkit requires X11/Xaw include files" "$LINENO" 5 |
| 8670 | else | 8680 | else |
| 8671 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5 | 8681 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no; do not use toolkit by default" >&5 |
| 8672 | $as_echo "no; do not use toolkit by default" >&6; } | 8682 | $as_echo "no; do not use toolkit by default" >&6; } |
| @@ -9826,8 +9836,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9826 | do : | 9836 | do : |
| 9827 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | 9837 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 9828 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | 9838 | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 9829 | eval as_val=\$$as_ac_Header | 9839 | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 9830 | if test "x$as_val" = x""yes; then : | ||
| 9831 | cat >>confdefs.h <<_ACEOF | 9840 | cat >>confdefs.h <<_ACEOF |
| 9832 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | 9841 | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 9833 | _ACEOF | 9842 | _ACEOF |
| @@ -10078,7 +10087,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 10078 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" | 10087 | MISSING="$MISSING libtiff" && WITH_NO="$WITH_NO --with-tiff=no" |
| 10079 | 10088 | ||
| 10080 | if test "X${MISSING}" != X; then | 10089 | if test "X${MISSING}" != X; then |
| 10081 | as_fn_error "The following required libraries were not found: | 10090 | as_fn_error $? "The following required libraries were not found: |
| 10082 | $MISSING | 10091 | $MISSING |
| 10083 | Maybe some development libraries/packages are missing? | 10092 | Maybe some development libraries/packages are missing? |
| 10084 | If you don't want to link with them give | 10093 | If you don't want to link with them give |
| @@ -10400,8 +10409,7 @@ if test $ac_cv_os_cray = yes; then | |||
| 10400 | for ac_func in _getb67 GETB67 getb67; do | 10409 | for ac_func in _getb67 GETB67 getb67; do |
| 10401 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10410 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 10402 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10411 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10403 | eval as_val=\$$as_ac_var | 10412 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 10404 | if test "x$as_val" = x""yes; then : | ||
| 10405 | 10413 | ||
| 10406 | cat >>confdefs.h <<_ACEOF | 10414 | cat >>confdefs.h <<_ACEOF |
| 10407 | #define CRAY_STACKSEG_END $ac_func | 10415 | #define CRAY_STACKSEG_END $ac_func |
| @@ -10465,7 +10473,7 @@ fi | |||
| 10465 | 10473 | ||
| 10466 | 10474 | ||
| 10467 | if test x"$ac_cv_func_alloca_works" != xyes; then | 10475 | if test x"$ac_cv_func_alloca_works" != xyes; then |
| 10468 | as_fn_error "a system implementation of alloca is required " "$LINENO" 5 | 10476 | as_fn_error $? "a system implementation of alloca is required " "$LINENO" 5 |
| 10469 | fi | 10477 | fi |
| 10470 | 10478 | ||
| 10471 | # fmod, logb, and frexp are found in -lm on most systems. | 10479 | # fmod, logb, and frexp are found in -lm on most systems. |
| @@ -10652,7 +10660,7 @@ fi | |||
| 10652 | 10660 | ||
| 10653 | 10661 | ||
| 10654 | if test $ac_cv_prog_liblockfile = yes; then | 10662 | if test $ac_cv_prog_liblockfile = yes; then |
| 10655 | as_fn_error "Shared liblockfile found but can't link against it. | 10663 | as_fn_error $? "Shared liblockfile found but can't link against it. |
| 10656 | This probably means that movemail could lose mail. | 10664 | This probably means that movemail could lose mail. |
| 10657 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 | 10665 | There may be a \`development' package to install containing liblockfile." "$LINENO" 5 |
| 10658 | else : | 10666 | else : |
| @@ -10695,8 +10703,7 @@ cfmakeraw cfsetspeed | |||
| 10695 | do : | 10703 | do : |
| 10696 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10704 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 10697 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10705 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10698 | eval as_val=\$$as_ac_var | 10706 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 10699 | if test "x$as_val" = x""yes; then : | ||
| 10700 | cat >>confdefs.h <<_ACEOF | 10707 | cat >>confdefs.h <<_ACEOF |
| 10701 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 10708 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 10702 | _ACEOF | 10709 | _ACEOF |
| @@ -10727,8 +10734,7 @@ done | |||
| 10727 | do : | 10734 | do : |
| 10728 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 10735 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 10729 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 10736 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 10730 | eval as_val=\$$as_ac_var | 10737 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 10731 | if test "x$as_val" = x""yes; then : | ||
| 10732 | cat >>confdefs.h <<_ACEOF | 10738 | cat >>confdefs.h <<_ACEOF |
| 10733 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 10739 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 10734 | _ACEOF | 10740 | _ACEOF |
| @@ -10780,8 +10786,8 @@ static time_t time_t_max; | |||
| 10780 | static time_t time_t_min; | 10786 | static time_t time_t_min; |
| 10781 | 10787 | ||
| 10782 | /* Values we'll use to set the TZ environment variable. */ | 10788 | /* Values we'll use to set the TZ environment variable. */ |
| 10783 | static char *tz_strings[] = { | 10789 | static const char *tz_strings[] = { |
| 10784 | (char *) 0, "TZ=GMT0", "TZ=JST-9", | 10790 | (const char *) 0, "TZ=GMT0", "TZ=JST-9", |
| 10785 | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | 10791 | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" |
| 10786 | }; | 10792 | }; |
| 10787 | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | 10793 | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) |
| @@ -10798,7 +10804,7 @@ spring_forward_gap () | |||
| 10798 | instead of "TZ=America/Vancouver" in order to detect the bug even | 10804 | instead of "TZ=America/Vancouver" in order to detect the bug even |
| 10799 | on systems that don't support the Olson extension, or don't have the | 10805 | on systems that don't support the Olson extension, or don't have the |
| 10800 | full zoneinfo tables installed. */ | 10806 | full zoneinfo tables installed. */ |
| 10801 | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | 10807 | putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0"); |
| 10802 | 10808 | ||
| 10803 | tm.tm_year = 98; | 10809 | tm.tm_year = 98; |
| 10804 | tm.tm_mon = 3; | 10810 | tm.tm_mon = 3; |
| @@ -10811,16 +10817,14 @@ spring_forward_gap () | |||
| 10811 | } | 10817 | } |
| 10812 | 10818 | ||
| 10813 | static int | 10819 | static int |
| 10814 | mktime_test1 (now) | 10820 | mktime_test1 (time_t now) |
| 10815 | time_t now; | ||
| 10816 | { | 10821 | { |
| 10817 | struct tm *lt; | 10822 | struct tm *lt; |
| 10818 | return ! (lt = localtime (&now)) || mktime (lt) == now; | 10823 | return ! (lt = localtime (&now)) || mktime (lt) == now; |
| 10819 | } | 10824 | } |
| 10820 | 10825 | ||
| 10821 | static int | 10826 | static int |
| 10822 | mktime_test (now) | 10827 | mktime_test (time_t now) |
| 10823 | time_t now; | ||
| 10824 | { | 10828 | { |
| 10825 | return (mktime_test1 (now) | 10829 | return (mktime_test1 (now) |
| 10826 | && mktime_test1 ((time_t) (time_t_max - now)) | 10830 | && mktime_test1 ((time_t) (time_t_max - now)) |
| @@ -10844,8 +10848,7 @@ irix_6_4_bug () | |||
| 10844 | } | 10848 | } |
| 10845 | 10849 | ||
| 10846 | static int | 10850 | static int |
| 10847 | bigtime_test (j) | 10851 | bigtime_test (int j) |
| 10848 | int j; | ||
| 10849 | { | 10852 | { |
| 10850 | struct tm tm; | 10853 | struct tm tm; |
| 10851 | time_t now; | 10854 | time_t now; |
| @@ -10889,7 +10892,7 @@ year_2050_test () | |||
| 10889 | instead of "TZ=America/Vancouver" in order to detect the bug even | 10892 | instead of "TZ=America/Vancouver" in order to detect the bug even |
| 10890 | on systems that don't support the Olson extension, or don't have the | 10893 | on systems that don't support the Olson extension, or don't have the |
| 10891 | full zoneinfo tables installed. */ | 10894 | full zoneinfo tables installed. */ |
| 10892 | putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); | 10895 | putenv ((char*) "TZ=PST8PDT,M4.1.0,M10.5.0"); |
| 10893 | 10896 | ||
| 10894 | t = mktime (&tm); | 10897 | t = mktime (&tm); |
| 10895 | 10898 | ||
| @@ -10924,7 +10927,7 @@ main () | |||
| 10924 | for (i = 0; i < N_STRINGS; i++) | 10927 | for (i = 0; i < N_STRINGS; i++) |
| 10925 | { | 10928 | { |
| 10926 | if (tz_strings[i]) | 10929 | if (tz_strings[i]) |
| 10927 | putenv (tz_strings[i]); | 10930 | putenv ((char*) tz_strings[i]); |
| 10928 | 10931 | ||
| 10929 | for (t = 0; t <= time_t_max - delta; t += delta) | 10932 | for (t = 0; t <= time_t_max - delta; t += delta) |
| 10930 | if (! mktime_test (t)) | 10933 | if (! mktime_test (t)) |
| @@ -10976,7 +10979,7 @@ ac_have_func=no # yes means we've found a way to get the load average. | |||
| 10976 | 10979 | ||
| 10977 | # Make sure getloadavg.c is where it belongs, at configure-time. | 10980 | # Make sure getloadavg.c is where it belongs, at configure-time. |
| 10978 | test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" || | 10981 | test -f "$srcdir/$ac_config_libobj_dir/getloadavg.c" || |
| 10979 | as_fn_error "$srcdir/$ac_config_libobj_dir/getloadavg.c is missing" "$LINENO" 5 | 10982 | as_fn_error $? "$srcdir/$ac_config_libobj_dir/getloadavg.c is missing" "$LINENO" 5 |
| 10980 | 10983 | ||
| 10981 | ac_save_LIBS=$LIBS | 10984 | ac_save_LIBS=$LIBS |
| 10982 | 10985 | ||
| @@ -12807,8 +12810,7 @@ for ac_func in fork vfork | |||
| 12807 | do : | 12810 | do : |
| 12808 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 12811 | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 12809 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 12812 | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 12810 | eval as_val=\$$as_ac_var | 12813 | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 12811 | if test "x$as_val" = x""yes; then : | ||
| 12812 | cat >>confdefs.h <<_ACEOF | 12814 | cat >>confdefs.h <<_ACEOF |
| 12813 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 12815 | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 12814 | _ACEOF | 12816 | _ACEOF |
| @@ -13182,14 +13184,14 @@ if test "x$GCC" = xyes \ | |||
| 13182 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ | 13184 | && test x"`$CC --version 2> /dev/null | grep 'gcc.* 4.5.0'`" != x \ |
| 13183 | && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ | 13185 | && test x"`echo $CFLAGS | grep '\-O[23]'`" != x \ |
| 13184 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then | 13186 | && test x"`echo $CFLAGS | grep '\-fno-optimize-sibling-calls'`" = x; then |
| 13185 | as_fn_error "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 | 13187 | as_fn_error $? "GCC 4.5.0 has problems compiling Emacs; see etc/PROBLEMS'." "$LINENO" 5 |
| 13186 | fi | 13188 | fi |
| 13187 | 13189 | ||
| 13188 | #### Find out which version of Emacs this is. | 13190 | #### Find out which version of Emacs this is. |
| 13189 | version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | 13191 | version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ |
| 13190 | | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` | 13192 | | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` |
| 13191 | if test x"${version}" = x; then | 13193 | if test x"${version}" = x; then |
| 13192 | as_fn_error "can't find current emacs version in \`${srcdir}/lisp/version.el'." "$LINENO" 5 | 13194 | as_fn_error $? "can't find current emacs version in \`${srcdir}/lisp/version.el'." "$LINENO" 5 |
| 13193 | fi | 13195 | fi |
| 13194 | if test x"${version}" != x"$PACKAGE_VERSION"; then | 13196 | if test x"${version}" != x"$PACKAGE_VERSION"; then |
| 13195 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: version mismatch between \`${srcdir}/configure.in' and \`${srcdir}/lisp/version.el'." >&5 | 13197 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: version mismatch between \`${srcdir}/configure.in' and \`${srcdir}/lisp/version.el'." >&5 |
| @@ -13520,6 +13522,7 @@ DEFS=-DHAVE_CONFIG_H | |||
| 13520 | 13522 | ||
| 13521 | ac_libobjs= | 13523 | ac_libobjs= |
| 13522 | ac_ltlibobjs= | 13524 | ac_ltlibobjs= |
| 13525 | U= | ||
| 13523 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 13526 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 13524 | # 1. Remove the extension, and $U if already installed. | 13527 | # 1. Remove the extension, and $U if already installed. |
| 13525 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' | 13528 | ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
| @@ -13681,19 +13684,19 @@ export LANGUAGE | |||
| 13681 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH | 13684 | (unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 13682 | 13685 | ||
| 13683 | 13686 | ||
| 13684 | # as_fn_error ERROR [LINENO LOG_FD] | 13687 | # as_fn_error STATUS ERROR [LINENO LOG_FD] |
| 13685 | # --------------------------------- | 13688 | # ---------------------------------------- |
| 13686 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | 13689 | # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
| 13687 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the | 13690 | # provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
| 13688 | # script with status $?, using 1 if that was 0. | 13691 | # script with STATUS, using 1 if that was 0. |
| 13689 | as_fn_error () | 13692 | as_fn_error () |
| 13690 | { | 13693 | { |
| 13691 | as_status=$?; test $as_status -eq 0 && as_status=1 | 13694 | as_status=$1; test $as_status -eq 0 && as_status=1 |
| 13692 | if test "$3"; then | 13695 | if test "$4"; then |
| 13693 | as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | 13696 | as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
| 13694 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 | 13697 | $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
| 13695 | fi | 13698 | fi |
| 13696 | $as_echo "$as_me: error: $1" >&2 | 13699 | $as_echo "$as_me: error: $2" >&2 |
| 13697 | as_fn_exit $as_status | 13700 | as_fn_exit $as_status |
| 13698 | } # as_fn_error | 13701 | } # as_fn_error |
| 13699 | 13702 | ||
| @@ -13889,7 +13892,7 @@ $as_echo X"$as_dir" | | |||
| 13889 | test -d "$as_dir" && break | 13892 | test -d "$as_dir" && break |
| 13890 | done | 13893 | done |
| 13891 | test -z "$as_dirs" || eval "mkdir $as_dirs" | 13894 | test -z "$as_dirs" || eval "mkdir $as_dirs" |
| 13892 | } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" | 13895 | } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
| 13893 | 13896 | ||
| 13894 | 13897 | ||
| 13895 | } # as_fn_mkdir_p | 13898 | } # as_fn_mkdir_p |
| @@ -13942,8 +13945,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |||
| 13942 | # report actual input values of CONFIG_FILES etc. instead of their | 13945 | # report actual input values of CONFIG_FILES etc. instead of their |
| 13943 | # values after options handling. | 13946 | # values after options handling. |
| 13944 | ac_log=" | 13947 | ac_log=" |
| 13945 | This file was extended by emacs $as_me 23.2.90, which was | 13948 | This file was extended by emacs $as_me 23.2.91, which was |
| 13946 | generated by GNU Autoconf 2.65. Invocation command line was | 13949 | generated by GNU Autoconf 2.67. Invocation command line was |
| 13947 | 13950 | ||
| 13948 | CONFIG_FILES = $CONFIG_FILES | 13951 | CONFIG_FILES = $CONFIG_FILES |
| 13949 | CONFIG_HEADERS = $CONFIG_HEADERS | 13952 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -14008,11 +14011,11 @@ _ACEOF | |||
| 14008 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | 14011 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 14009 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | 14012 | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 14010 | ac_cs_version="\\ | 14013 | ac_cs_version="\\ |
| 14011 | emacs config.status 23.2.90 | 14014 | emacs config.status 23.2.91 |
| 14012 | configured by $0, generated by GNU Autoconf 2.65, | 14015 | configured by $0, generated by GNU Autoconf 2.67, |
| 14013 | with options \\"\$ac_cs_config\\" | 14016 | with options \\"\$ac_cs_config\\" |
| 14014 | 14017 | ||
| 14015 | Copyright (C) 2009 Free Software Foundation, Inc. | 14018 | Copyright (C) 2010 Free Software Foundation, Inc. |
| 14016 | This config.status script is free software; the Free Software Foundation | 14019 | This config.status script is free software; the Free Software Foundation |
| 14017 | gives unlimited permission to copy, distribute and modify it." | 14020 | gives unlimited permission to copy, distribute and modify it." |
| 14018 | 14021 | ||
| @@ -14028,11 +14031,16 @@ ac_need_defaults=: | |||
| 14028 | while test $# != 0 | 14031 | while test $# != 0 |
| 14029 | do | 14032 | do |
| 14030 | case $1 in | 14033 | case $1 in |
| 14031 | --*=*) | 14034 | --*=?*) |
| 14032 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | 14035 | ac_option=`expr "X$1" : 'X\([^=]*\)='` |
| 14033 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | 14036 | ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
| 14034 | ac_shift=: | 14037 | ac_shift=: |
| 14035 | ;; | 14038 | ;; |
| 14039 | --*=) | ||
| 14040 | ac_option=`expr "X$1" : 'X\([^=]*\)='` | ||
| 14041 | ac_optarg= | ||
| 14042 | ac_shift=: | ||
| 14043 | ;; | ||
| 14036 | *) | 14044 | *) |
| 14037 | ac_option=$1 | 14045 | ac_option=$1 |
| 14038 | ac_optarg=$2 | 14046 | ac_optarg=$2 |
| @@ -14054,6 +14062,7 @@ do | |||
| 14054 | $ac_shift | 14062 | $ac_shift |
| 14055 | case $ac_optarg in | 14063 | case $ac_optarg in |
| 14056 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | 14064 | *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 14065 | '') as_fn_error $? "missing file argument" ;; | ||
| 14057 | esac | 14066 | esac |
| 14058 | as_fn_append CONFIG_FILES " '$ac_optarg'" | 14067 | as_fn_append CONFIG_FILES " '$ac_optarg'" |
| 14059 | ac_need_defaults=false;; | 14068 | ac_need_defaults=false;; |
| @@ -14066,7 +14075,7 @@ do | |||
| 14066 | ac_need_defaults=false;; | 14075 | ac_need_defaults=false;; |
| 14067 | --he | --h) | 14076 | --he | --h) |
| 14068 | # Conflict between --help and --header | 14077 | # Conflict between --help and --header |
| 14069 | as_fn_error "ambiguous option: \`$1' | 14078 | as_fn_error $? "ambiguous option: \`$1' |
| 14070 | Try \`$0 --help' for more information.";; | 14079 | Try \`$0 --help' for more information.";; |
| 14071 | --help | --hel | -h ) | 14080 | --help | --hel | -h ) |
| 14072 | $as_echo "$ac_cs_usage"; exit ;; | 14081 | $as_echo "$ac_cs_usage"; exit ;; |
| @@ -14075,7 +14084,7 @@ Try \`$0 --help' for more information.";; | |||
| 14075 | ac_cs_silent=: ;; | 14084 | ac_cs_silent=: ;; |
| 14076 | 14085 | ||
| 14077 | # This is an error. | 14086 | # This is an error. |
| 14078 | -*) as_fn_error "unrecognized option: \`$1' | 14087 | -*) as_fn_error $? "unrecognized option: \`$1' |
| 14079 | Try \`$0 --help' for more information." ;; | 14088 | Try \`$0 --help' for more information." ;; |
| 14080 | 14089 | ||
| 14081 | *) as_fn_append ac_config_targets " $1" | 14090 | *) as_fn_append ac_config_targets " $1" |
| @@ -14143,7 +14152,7 @@ do | |||
| 14143 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; | 14152 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; |
| 14144 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; | 14153 | "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; |
| 14145 | 14154 | ||
| 14146 | *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | 14155 | *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| 14147 | esac | 14156 | esac |
| 14148 | done | 14157 | done |
| 14149 | 14158 | ||
| @@ -14181,7 +14190,7 @@ $debug || | |||
| 14181 | { | 14190 | { |
| 14182 | tmp=./conf$$-$RANDOM | 14191 | tmp=./conf$$-$RANDOM |
| 14183 | (umask 077 && mkdir "$tmp") | 14192 | (umask 077 && mkdir "$tmp") |
| 14184 | } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 | 14193 | } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
| 14185 | 14194 | ||
| 14186 | # Set up the scripts for CONFIG_FILES section. | 14195 | # Set up the scripts for CONFIG_FILES section. |
| 14187 | # No need to generate them if there are no CONFIG_FILES. | 14196 | # No need to generate them if there are no CONFIG_FILES. |
| @@ -14198,7 +14207,7 @@ if test "x$ac_cr" = x; then | |||
| 14198 | fi | 14207 | fi |
| 14199 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | 14208 | ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
| 14200 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | 14209 | if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
| 14201 | ac_cs_awk_cr='\r' | 14210 | ac_cs_awk_cr='\\r' |
| 14202 | else | 14211 | else |
| 14203 | ac_cs_awk_cr=$ac_cr | 14212 | ac_cs_awk_cr=$ac_cr |
| 14204 | fi | 14213 | fi |
| @@ -14212,18 +14221,18 @@ _ACEOF | |||
| 14212 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && | 14221 | echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
| 14213 | echo "_ACEOF" | 14222 | echo "_ACEOF" |
| 14214 | } >conf$$subs.sh || | 14223 | } >conf$$subs.sh || |
| 14215 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 14224 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 14216 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` | 14225 | ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
| 14217 | ac_delim='%!_!# ' | 14226 | ac_delim='%!_!# ' |
| 14218 | for ac_last_try in false false false false false :; do | 14227 | for ac_last_try in false false false false false :; do |
| 14219 | . ./conf$$subs.sh || | 14228 | . ./conf$$subs.sh || |
| 14220 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 14229 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 14221 | 14230 | ||
| 14222 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` | 14231 | ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
| 14223 | if test $ac_delim_n = $ac_delim_num; then | 14232 | if test $ac_delim_n = $ac_delim_num; then |
| 14224 | break | 14233 | break |
| 14225 | elif $ac_last_try; then | 14234 | elif $ac_last_try; then |
| 14226 | as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 | 14235 | as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
| 14227 | else | 14236 | else |
| 14228 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 14237 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 14229 | fi | 14238 | fi |
| @@ -14312,20 +14321,28 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |||
| 14312 | else | 14321 | else |
| 14313 | cat | 14322 | cat |
| 14314 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ | 14323 | fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
| 14315 | || as_fn_error "could not setup config files machinery" "$LINENO" 5 | 14324 | || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
| 14316 | _ACEOF | 14325 | _ACEOF |
| 14317 | 14326 | ||
| 14318 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | 14327 | # VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
| 14319 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | 14328 | # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
| 14320 | # trailing colons and then remove the whole line if VPATH becomes empty | 14329 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 14321 | # (actually we leave an empty line to preserve line numbers). | 14330 | # (actually we leave an empty line to preserve line numbers). |
| 14322 | if test "x$srcdir" = x.; then | 14331 | if test "x$srcdir" = x.; then |
| 14323 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 14332 | ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
| 14324 | s/:*\$(srcdir):*/:/ | 14333 | h |
| 14325 | s/:*\${srcdir}:*/:/ | 14334 | s/// |
| 14326 | s/:*@srcdir@:*/:/ | 14335 | s/^/:/ |
| 14327 | s/^\([^=]*=[ ]*\):*/\1/ | 14336 | s/[ ]*$/:/ |
| 14337 | s/:\$(srcdir):/:/g | ||
| 14338 | s/:\${srcdir}:/:/g | ||
| 14339 | s/:@srcdir@:/:/g | ||
| 14340 | s/^:*// | ||
| 14328 | s/:*$// | 14341 | s/:*$// |
| 14342 | x | ||
| 14343 | s/\(=[ ]*\).*/\1/ | ||
| 14344 | G | ||
| 14345 | s/\n// | ||
| 14329 | s/^[^=]*=[ ]*$// | 14346 | s/^[^=]*=[ ]*$// |
| 14330 | }' | 14347 | }' |
| 14331 | fi | 14348 | fi |
| @@ -14353,7 +14370,7 @@ for ac_last_try in false false :; do | |||
| 14353 | if test -z "$ac_t"; then | 14370 | if test -z "$ac_t"; then |
| 14354 | break | 14371 | break |
| 14355 | elif $ac_last_try; then | 14372 | elif $ac_last_try; then |
| 14356 | as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 | 14373 | as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
| 14357 | else | 14374 | else |
| 14358 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " | 14375 | ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
| 14359 | fi | 14376 | fi |
| @@ -14438,7 +14455,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | |||
| 14438 | _ACAWK | 14455 | _ACAWK |
| 14439 | _ACEOF | 14456 | _ACEOF |
| 14440 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | 14457 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
| 14441 | as_fn_error "could not setup config headers machinery" "$LINENO" 5 | 14458 | as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
| 14442 | fi # test -n "$CONFIG_HEADERS" | 14459 | fi # test -n "$CONFIG_HEADERS" |
| 14443 | 14460 | ||
| 14444 | 14461 | ||
| @@ -14451,7 +14468,7 @@ do | |||
| 14451 | esac | 14468 | esac |
| 14452 | case $ac_mode$ac_tag in | 14469 | case $ac_mode$ac_tag in |
| 14453 | :[FHL]*:*);; | 14470 | :[FHL]*:*);; |
| 14454 | :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; | 14471 | :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
| 14455 | :[FH]-) ac_tag=-:-;; | 14472 | :[FH]-) ac_tag=-:-;; |
| 14456 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | 14473 | :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
| 14457 | esac | 14474 | esac |
| @@ -14479,7 +14496,7 @@ do | |||
| 14479 | [\\/$]*) false;; | 14496 | [\\/$]*) false;; |
| 14480 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | 14497 | *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
| 14481 | esac || | 14498 | esac || |
| 14482 | as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; | 14499 | as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
| 14483 | esac | 14500 | esac |
| 14484 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | 14501 | case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
| 14485 | as_fn_append ac_file_inputs " '$ac_f'" | 14502 | as_fn_append ac_file_inputs " '$ac_f'" |
| @@ -14506,7 +14523,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} | |||
| 14506 | 14523 | ||
| 14507 | case $ac_tag in | 14524 | case $ac_tag in |
| 14508 | *:-:* | *:-) cat >"$tmp/stdin" \ | 14525 | *:-:* | *:-) cat >"$tmp/stdin" \ |
| 14509 | || as_fn_error "could not create $ac_file" "$LINENO" 5 ;; | 14526 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
| 14510 | esac | 14527 | esac |
| 14511 | ;; | 14528 | ;; |
| 14512 | esac | 14529 | esac |
| @@ -14637,22 +14654,22 @@ s&@INSTALL@&$ac_INSTALL&;t t | |||
| 14637 | $ac_datarootdir_hack | 14654 | $ac_datarootdir_hack |
| 14638 | " | 14655 | " |
| 14639 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ | 14656 | eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
| 14640 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 14657 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 14641 | 14658 | ||
| 14642 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | 14659 | test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
| 14643 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && | 14660 | { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
| 14644 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && | 14661 | { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
| 14645 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 14662 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 14646 | which seems to be undefined. Please make sure it is defined." >&5 | 14663 | which seems to be undefined. Please make sure it is defined" >&5 |
| 14647 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | 14664 | $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
| 14648 | which seems to be undefined. Please make sure it is defined." >&2;} | 14665 | which seems to be undefined. Please make sure it is defined" >&2;} |
| 14649 | 14666 | ||
| 14650 | rm -f "$tmp/stdin" | 14667 | rm -f "$tmp/stdin" |
| 14651 | case $ac_file in | 14668 | case $ac_file in |
| 14652 | -) cat "$tmp/out" && rm -f "$tmp/out";; | 14669 | -) cat "$tmp/out" && rm -f "$tmp/out";; |
| 14653 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; | 14670 | *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
| 14654 | esac \ | 14671 | esac \ |
| 14655 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 14672 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 14656 | ;; | 14673 | ;; |
| 14657 | :H) | 14674 | :H) |
| 14658 | # | 14675 | # |
| @@ -14663,19 +14680,19 @@ which seems to be undefined. Please make sure it is defined." >&2;} | |||
| 14663 | $as_echo "/* $configure_input */" \ | 14680 | $as_echo "/* $configure_input */" \ |
| 14664 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" | 14681 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
| 14665 | } >"$tmp/config.h" \ | 14682 | } >"$tmp/config.h" \ |
| 14666 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 14683 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 14667 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then | 14684 | if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
| 14668 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | 14685 | { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
| 14669 | $as_echo "$as_me: $ac_file is unchanged" >&6;} | 14686 | $as_echo "$as_me: $ac_file is unchanged" >&6;} |
| 14670 | else | 14687 | else |
| 14671 | rm -f "$ac_file" | 14688 | rm -f "$ac_file" |
| 14672 | mv "$tmp/config.h" "$ac_file" \ | 14689 | mv "$tmp/config.h" "$ac_file" \ |
| 14673 | || as_fn_error "could not create $ac_file" "$LINENO" 5 | 14690 | || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
| 14674 | fi | 14691 | fi |
| 14675 | else | 14692 | else |
| 14676 | $as_echo "/* $configure_input */" \ | 14693 | $as_echo "/* $configure_input */" \ |
| 14677 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ | 14694 | && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
| 14678 | || as_fn_error "could not create -" "$LINENO" 5 | 14695 | || as_fn_error $? "could not create -" "$LINENO" 5 |
| 14679 | fi | 14696 | fi |
| 14680 | ;; | 14697 | ;; |
| 14681 | 14698 | ||
| @@ -14755,7 +14772,7 @@ _ACEOF | |||
| 14755 | ac_clean_files=$ac_clean_files_save | 14772 | ac_clean_files=$ac_clean_files_save |
| 14756 | 14773 | ||
| 14757 | test $ac_write_fail = 0 || | 14774 | test $ac_write_fail = 0 || |
| 14758 | as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 | 14775 | as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
| 14759 | 14776 | ||
| 14760 | 14777 | ||
| 14761 | # configure is writing to config.log, and then calls config.status. | 14778 | # configure is writing to config.log, and then calls config.status. |
| @@ -14776,7 +14793,7 @@ if test "$no_create" != yes; then | |||
| 14776 | exec 5>>config.log | 14793 | exec 5>>config.log |
| 14777 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 14794 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 14778 | # would make configure fail if this is the last instruction. | 14795 | # would make configure fail if this is the last instruction. |
| 14779 | $ac_cs_success || as_fn_exit $? | 14796 | $ac_cs_success || as_fn_exit 1 |
| 14780 | fi | 14797 | fi |
| 14781 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 14798 | if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 14782 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 | 14799 | { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |
diff --git a/configure.in b/configure.in index ac42e7cfde1..64f7ad8d656 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -22,7 +22,7 @@ dnl You should have received a copy of the GNU General Public License | |||
| 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 22 | dnl along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | AC_PREREQ(2.62) | 24 | AC_PREREQ(2.62) |
| 25 | AC_INIT(emacs, 23.2.90) | 25 | AC_INIT(emacs, 23.2.91) |
| 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 26 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 27 | AC_CONFIG_SRCDIR(src/lisp.h) | 27 | AC_CONFIG_SRCDIR(src/lisp.h) |
| 28 | 28 | ||
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 7f6321d44d3..28cc962d3ac 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | @c The edition number appears in several places in this file | 6 | @c The edition number appears in several places in this file |
| 7 | @set EDITION Sixteenth | 7 | @set EDITION Sixteenth |
| 8 | @set EMACSVER 23.2.90 | 8 | @set EMACSVER 23.2.91 |
| 9 | 9 | ||
| 10 | @copying | 10 | @copying |
| 11 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* | 11 | This is the @value{EDITION} edition of the @cite{GNU Emacs Manual},@* |
diff --git a/doc/lispref/book-spine.texinfo b/doc/lispref/book-spine.texinfo index e665a66fea5..849d7edc8eb 100644 --- a/doc/lispref/book-spine.texinfo +++ b/doc/lispref/book-spine.texinfo | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | @center @titlefont{GNU Emacs Lisp Reference Manual} | 11 | @center @titlefont{GNU Emacs Lisp Reference Manual} |
| 12 | @sp 5 | 12 | @sp 5 |
| 13 | @center GNU | 13 | @center GNU |
| 14 | @center Emacs Version 23.2.90 | 14 | @center Emacs Version 23.2.91 |
| 15 | @center for Unix Users | 15 | @center for Unix Users |
| 16 | @sp 5 | 16 | @sp 5 |
| 17 | 17 | ||
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index bd6695777d3..c36ef5ac330 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | @c Please remember to update the edition number in README as well. | 8 | @c Please remember to update the edition number in README as well. |
| 9 | @c And also the copies in vol1.texi and vol2.texi. | 9 | @c And also the copies in vol1.texi and vol2.texi. |
| 10 | @set VERSION 3.0 | 10 | @set VERSION 3.0 |
| 11 | @set EMACSVER 23.2.90 | 11 | @set EMACSVER 23.2.91 |
| 12 | @set DATE July 2009 | 12 | @set DATE July 2009 |
| 13 | 13 | ||
| 14 | @c in general, keep the following line commented out, unless doing a | 14 | @c in general, keep the following line commented out, unless doing a |
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 0f2a21d6580..f1eaa2e83b9 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | @c Version of the manual and of Emacs. | 27 | @c Version of the manual and of Emacs. |
| 28 | @c Please remember to update the edition number in README as well. | 28 | @c Please remember to update the edition number in README as well. |
| 29 | @set VERSION 3.0 | 29 | @set VERSION 3.0 |
| 30 | @set EMACSVER 23.2.90 | 30 | @set EMACSVER 23.2.91 |
| 31 | @set DATE July 2009 | 31 | @set DATE July 2009 |
| 32 | 32 | ||
| 33 | @dircategory Emacs | 33 | @dircategory Emacs |
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 738c8d55f95..63e1988a7ca 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | @c Version of the manual and of Emacs. | 27 | @c Version of the manual and of Emacs. |
| 28 | @c Please remember to update the edition number in README as well. | 28 | @c Please remember to update the edition number in README as well. |
| 29 | @set VERSION 3.0 | 29 | @set VERSION 3.0 |
| 30 | @set EMACSVER 23.2.90 | 30 | @set EMACSVER 23.2.91 |
| 31 | @set DATE July 2009 | 31 | @set DATE July 2009 |
| 32 | 32 | ||
| 33 | @dircategory Emacs | 33 | @dircategory Emacs |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index fc197a01adc..0cdb24bce97 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" See section COPYING for copyright and redistribution information. | 1 | .\" See section COPYING for copyright and redistribution information. |
| 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.90" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 23.2.91" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index b109af4d68b..9f4077e547d 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | @c %**end of header | 5 | @c %**end of header |
| 6 | 6 | ||
| 7 | @c This is used in many places | 7 | @c This is used in many places |
| 8 | @set VER 23.2.90 | 8 | @set VER 23.2.91 |
| 9 | 9 | ||
| 10 | @c This file is maintained by Romain Francoise <rfrancoise@gnu.org>. | 10 | @c This file is maintained by Romain Francoise <rfrancoise@gnu.org>. |
| 11 | @c Feel free to install changes without prior permission (but I'd | 11 | @c Feel free to install changes without prior permission (but I'd |
diff --git a/etc/AUTHORS b/etc/AUTHORS index 5259776426b..01124fb9b7b 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -334,7 +334,8 @@ Bob Halley: changed ccl.c esh-io.el | |||
| 334 | 334 | ||
| 335 | Bob Olson: co-wrote cperl-mode.el | 335 | Bob Olson: co-wrote cperl-mode.el |
| 336 | 336 | ||
| 337 | Bob Rogers: changed vc-svn.el cperl-mode.el ffap.el thingatpt.el | 337 | Bob Rogers: changed vc-svn.el cperl-mode.el ffap.el maintaining.texi |
| 338 | thingatpt.el vc-dir.el vc1-xtra.texi | ||
| 338 | 339 | ||
| 339 | Bob Weiner: changed info.el quail.el | 340 | Bob Weiner: changed info.el quail.el |
| 340 | 341 | ||
| @@ -437,7 +438,7 @@ and co-wrote longlines.el | |||
| 437 | and changed xdisp.c simple.el files.el display.texi frames.texi | 438 | and changed xdisp.c simple.el files.el display.texi frames.texi |
| 438 | files.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el | 439 | files.texi emacs.texi xterm.c keyboard.c cus-edit.el faces.el |
| 439 | Makefile.in xfaces.c misc.texi xfns.c font.c image.c startup.el | 440 | Makefile.in xfaces.c misc.texi xfns.c font.c image.c startup.el |
| 440 | compile.el custom.texi text.texi and 650 other files | 441 | text.texi compile.el custom.texi and 653 other files |
| 441 | 442 | ||
| 442 | Chris Chase: co-wrote idlw-shell.el idlwave.el | 443 | Chris Chase: co-wrote idlw-shell.el idlwave.el |
| 443 | 444 | ||
| @@ -838,8 +839,9 @@ Ed L. Cashin: changed gnus-sum.el imap.el | |||
| 838 | 839 | ||
| 839 | Ed Swarthout: changed hexl.el table.el | 840 | Ed Swarthout: changed hexl.el table.el |
| 840 | 841 | ||
| 841 | Eduard Wiebe: changed browse-url.el flymake.texi footnote.el | 842 | Eduard Wiebe: changed browse-url.el dired.el flymake.texi footnote.el |
| 842 | javascript.el korean.el mule-conf.el objects.texi ps-print.el vc-rcs.el | 843 | javascript.el korean.el locate.el mule-conf.el objects.texi ps-print.el |
| 844 | vc-rcs.el | ||
| 843 | 845 | ||
| 844 | Eduardo Muñoz: changed dired.el ls-lisp.el | 846 | Eduardo Muñoz: changed dired.el ls-lisp.el |
| 845 | 847 | ||
| @@ -876,7 +878,7 @@ Eli Tziperman: wrote rmail-spam-filter.el | |||
| 876 | Eli Zaretskii: wrote rxvt.el tty-colors.el | 878 | Eli Zaretskii: wrote rxvt.el tty-colors.el |
| 877 | and changed msdos.c makefile.w32-in Makefile.in files.el info.el rmail.el | 879 | and changed msdos.c makefile.w32-in Makefile.in files.el info.el rmail.el |
| 878 | fileio.c mainmake.v2 pc-win.el startup.el config.bat simple.el msdos.h | 880 | fileio.c mainmake.v2 pc-win.el startup.el config.bat simple.el msdos.h |
| 879 | dired.c w32.c frame.c internal.el menu-bar.el process.c INSTALL | 881 | w32.c dired.c frame.c menu-bar.el process.c internal.el INSTALL |
| 880 | xfaces.c and 604 other files | 882 | xfaces.c and 604 other files |
| 881 | 883 | ||
| 882 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el | 884 | Elias Oltmanns: changed tls.el gnus-agent.el gnus-int.el gnus-srvr.el |
| @@ -1145,7 +1147,7 @@ and changed Makefile.in calendar.el diary-lib.el rmail.el f90.el | |||
| 1145 | cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in | 1147 | cal-menu.el cal-hebrew.el fortran.el holidays.el configure.in |
| 1146 | calendar.texi cal-islam.el bytecomp.el cal-bahai.el appt.el emacs.texi | 1148 | calendar.texi cal-islam.el bytecomp.el cal-bahai.el appt.el emacs.texi |
| 1147 | files.el cal-china.el rmailsum.el cal-tex.el simple.el | 1149 | files.el cal-china.el rmailsum.el cal-tex.el simple.el |
| 1148 | and 1010 other files | 1150 | and 1011 other files |
| 1149 | 1151 | ||
| 1150 | Glynn Clements: wrote gamegrid.el snake.el tetris.el | 1152 | Glynn Clements: wrote gamegrid.el snake.el tetris.el |
| 1151 | 1153 | ||
| @@ -1333,7 +1335,7 @@ James Clark: wrote nxml-enc.el nxml-glyph.el nxml-maint.el nxml-mode.el | |||
| 1333 | rng-match.el rng-nxml.el rng-parse.el rng-pttrn.el rng-uri.el | 1335 | rng-match.el rng-nxml.el rng-parse.el rng-pttrn.el rng-uri.el |
| 1334 | rng-util.el rng-valid.el rng-xsd.el sgml-mode.el xmltok.el | 1336 | rng-util.el rng-valid.el rng-xsd.el sgml-mode.el xmltok.el |
| 1335 | xsd-regexp.el | 1337 | xsd-regexp.el |
| 1336 | and changed fns.c window.c xselect.c | 1338 | and changed fns.c nxml-mode.texi window.c xselect.c |
| 1337 | 1339 | ||
| 1338 | James Cloos: wrote arabic.el | 1340 | James Cloos: wrote arabic.el |
| 1339 | and changed url-history.el | 1341 | and changed url-history.el |
| @@ -1360,10 +1362,10 @@ Jan Djärv: wrote dnd.el font-setting.el x-dnd.el | |||
| 1360 | and changed gtkutil.c xterm.c xfns.c xterm.h configure.in xmenu.c | 1362 | and changed gtkutil.c xterm.c xfns.c xterm.h configure.in xmenu.c |
| 1361 | x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in | 1363 | x-win.el Makefile.in gtkutil.h keyboard.c frame.c frames.texi config.in |
| 1362 | emacs.c xselect.c xresources.texi cus-start.el startup.el alloc.c | 1364 | emacs.c xselect.c xresources.texi cus-start.el startup.el alloc.c |
| 1363 | process.c xlwmenu.c and 205 other files | 1365 | process.c xlwmenu.c and 207 other files |
| 1364 | 1366 | ||
| 1365 | Jan Moringen: co-wrote cpp.el | 1367 | Jan Moringen: co-wrote cpp.el |
| 1366 | and changed eieio.el zeroconf.el | 1368 | and changed eieio.el log-edit.el zeroconf.el |
| 1367 | 1369 | ||
| 1368 | Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c | 1370 | Jan Nieuwenhuizen: changed info.el TUTORIAL.nl add-log.el emacs.c |
| 1369 | emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el | 1371 | emacsclient.c gnus-start.el gud.el nnmh.el server.el startup.el |
| @@ -1517,6 +1519,8 @@ Joe Edmonds: changed lisp-mode.el | |||
| 1517 | 1519 | ||
| 1518 | Joe Hildebrand: co-wrote nndb.el | 1520 | Joe Hildebrand: co-wrote nndb.el |
| 1519 | 1521 | ||
| 1522 | Joe Matarazzo: changed ebrowse.c | ||
| 1523 | |||
| 1520 | Joe Ramey: changed filelock.c rmailsum.el | 1524 | Joe Ramey: changed filelock.c rmailsum.el |
| 1521 | 1525 | ||
| 1522 | Joe Reiss: changed gnus-art.el | 1526 | Joe Reiss: changed gnus-art.el |
| @@ -1796,8 +1800,8 @@ Kenichi Handa: wrote composite.el cyrillic.el isearch-x.el ps-bdf.el | |||
| 1796 | and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el | 1800 | and co-wrote ps-def.el ps-mule.el ps-print.el ps-samp.el quail.el |
| 1797 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c fontset.el | 1801 | and changed coding.c mule-cmds.el mule.el fontset.c charset.c fontset.el |
| 1798 | xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el | 1802 | xdisp.c xterm.c font.c fileio.c Makefile.in mule-conf.el characters.el |
| 1799 | fns.c mule-diag.el ftfont.c ccl.c charset.h coding.h xfaces.c | 1803 | fns.c mule-diag.el charset.h ftfont.c ccl.c coding.h xfaces.c |
| 1800 | japanese.el and 378 other files | 1804 | japanese.el and 379 other files |
| 1801 | 1805 | ||
| 1802 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el | 1806 | Kenichi Okada: co-wrote sasl-cram.el sasl-digest.el |
| 1803 | 1807 | ||
| @@ -1942,8 +1946,8 @@ Lawrence Mitchell: wrote erc-backend.el erc-log.el | |||
| 1942 | and changed erc.el erc-match.el erc-nets.el erc-nickserv.el erc-button.el | 1946 | and changed erc.el erc-match.el erc-nets.el erc-nickserv.el erc-button.el |
| 1943 | erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el | 1947 | erc-compat.el erc-dcc.el erc-fill.el erc-list.el erc-track.el ielm.el |
| 1944 | erc-autoaway.el erc-autojoin.el erc-bbdb.el erc-ezbounce.el erc-menu.el | 1948 | erc-autoaway.el erc-autojoin.el erc-bbdb.el erc-ezbounce.el erc-menu.el |
| 1945 | erc-netsplit.el erc-nicklist.el erc-notify.el erc-sound.el lread.c | 1949 | erc-netsplit.el erc-nicklist.el erc-notify.el erc-sound.el format.el |
| 1946 | and 4 other files | 1950 | and 5 other files |
| 1947 | 1951 | ||
| 1948 | Lawrence R. Dodd: co-wrote dired-x.el | 1952 | Lawrence R. Dodd: co-wrote dired-x.el |
| 1949 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el | 1953 | and changed fortran.el ispell.el sendmail.el cmuscheme.el comint.el |
| @@ -2042,9 +2046,9 @@ and changed erc.el erc-dcc.el erc-speak.el erc-bbdb.el erc-complete.el | |||
| 2042 | and 23 other files | 2046 | and 23 other files |
| 2043 | 2047 | ||
| 2044 | Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el | 2048 | Mark A. Hershberger: changed xml.el nnrss.el mm-url.el cperl-mode.el |
| 2045 | vc-bzr.el Makefile.in NXML-NEWS cc-mode.texi compilation.txt compile.el | 2049 | vc-bzr.el Makefile.in NXML-NEWS cc-mode.texi compilation.txt |
| 2046 | ede.texi eieio.texi esh-mode.el flymake.el gnus-group.el isearch.el | 2050 | compile.el ede.texi eieio.texi esh-mode.el flymake.el gnus-group.el |
| 2047 | makefile.w32-in nxml nxml-mode.texi programs.texi python.el | 2051 | isearch.el makefile.w32-in nxml-mode.texi programs.texi python.el |
| 2048 | and 5 other files | 2052 | and 5 other files |
| 2049 | 2053 | ||
| 2050 | Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el | 2054 | Mark D. Baushke: changed mh-e.el mh-utils.el mh-mime.el mh-comp.el |
| @@ -2123,8 +2127,8 @@ Martin Neitzel: changed supercite.el | |||
| 2123 | Martin Pohlack: changed pc-select.el | 2127 | Martin Pohlack: changed pc-select.el |
| 2124 | 2128 | ||
| 2125 | Martin Rudalics: changed window.el window.c windows.texi cus-edit.el | 2129 | Martin Rudalics: changed window.el window.c windows.texi cus-edit.el |
| 2126 | frame.c frame.el cus-start.el files.el subr.el add-log.el buffer.c | 2130 | frame.c frame.el cus-start.el dired.el files.el subr.el add-log.el |
| 2127 | buffers.texi dired.el font-lock.el help-fns.el wid-edit.el xdisp.c | 2131 | buffer.c buffers.texi font-lock.el help-fns.el wid-edit.el xdisp.c |
| 2128 | display.texi find-func.el help.el help.texi and 129 other files | 2132 | display.texi find-func.el help.el help.texi and 129 other files |
| 2129 | 2133 | ||
| 2130 | Martin Stjernholm: wrote cc-bytecomp.el | 2134 | Martin Stjernholm: wrote cc-bytecomp.el |
| @@ -2982,7 +2986,7 @@ and co-wrote font-lock.el | |||
| 2982 | and changed vc.el subr.el lisp.h keyboard.c simple.el files.el pcvs.el | 2986 | and changed vc.el subr.el lisp.h keyboard.c simple.el files.el pcvs.el |
| 2983 | keymap.c xdisp.c Makefile.in vc-hooks.el alloc.c newcomment.el | 2987 | keymap.c xdisp.c Makefile.in vc-hooks.el alloc.c newcomment.el |
| 2984 | tex-mode.el bytecomp.el compile.el buffer.c info.el fill.el fileio.c | 2988 | tex-mode.el bytecomp.el compile.el buffer.c info.el fill.el fileio.c |
| 2985 | window.c and 908 other files | 2989 | window.c and 909 other files |
| 2986 | 2990 | ||
| 2987 | Stefan Reichör: changed gnus-agent.el | 2991 | Stefan Reichör: changed gnus-agent.el |
| 2988 | 2992 | ||
| @@ -3006,7 +3010,7 @@ Stephan Stahl: changed which-func.el buff-menu.el buffer.c dired-x.texi | |||
| 3006 | 3010 | ||
| 3007 | Stephen A. Wood: changed fortran.el | 3011 | Stephen A. Wood: changed fortran.el |
| 3008 | 3012 | ||
| 3009 | Stephen Berman: changed todo-mode.el allout.el diary-lib.el dired.el | 3013 | Stephen Berman: changed diary-lib.el todo-mode.el allout.el dired.el |
| 3010 | files.el find-dired.el gtkutil.c info.el newcomment.el recentf.el | 3014 | files.el find-dired.el gtkutil.c info.el newcomment.el recentf.el |
| 3011 | rfc822.el | 3015 | rfc822.el |
| 3012 | 3016 | ||
| @@ -3205,7 +3209,7 @@ Toby Speight: changed generic-x.el window.el | |||
| 3205 | 3209 | ||
| 3206 | Tokuya Kameshima: wrote org-mew.el org-wl.el | 3210 | Tokuya Kameshima: wrote org-mew.el org-wl.el |
| 3207 | 3211 | ||
| 3208 | Tom Breton: changed autoinsert.el gnus-agent.el lread.c | 3212 | Tom Breton: changed autoinsert.el cus-edit.el gnus-agent.el lread.c |
| 3209 | 3213 | ||
| 3210 | Tom Hageman: changed etags.c | 3214 | Tom Hageman: changed etags.c |
| 3211 | 3215 | ||
| @@ -3285,10 +3289,9 @@ Ulf Stegemann: changed smime.el | |||
| 3285 | Ulrich Leodolter: changed w32proc.c | 3289 | Ulrich Leodolter: changed w32proc.c |
| 3286 | 3290 | ||
| 3287 | Ulrich Mueller: changed configure.in Makefile.in files.el gud.el | 3291 | Ulrich Mueller: changed configure.in Makefile.in files.el gud.el |
| 3288 | ChgPane.c ChgSel.c INSTALL XMakeAssoc.c authors.el bytecomp.el | 3292 | server.el ChgPane.c ChgSel.c HELLO INSTALL XMakeAssoc.c authors.el |
| 3289 | calc-units.el case-table.el configure doctor.el emacs.1 emacs.c | 3293 | bytecomp.el calc-units.el case-table.el configure doctor.el emacs.1 |
| 3290 | emacs.desktop emacsclient.c fortran.el gnu-linux.h iso-acc.el | 3294 | emacs.c emacs.desktop emacsclient.c fortran.el and 14 other files |
| 3291 | and 13 other files | ||
| 3292 | 3295 | ||
| 3293 | Ulrich Neumerkel: changed xterm.c | 3296 | Ulrich Neumerkel: changed xterm.c |
| 3294 | 3297 | ||
| @@ -3330,6 +3333,8 @@ Vladimir Alexiev: changed arc-mode.el nnvirtual.el tmm.el | |||
| 3330 | 3333 | ||
| 3331 | Vladimir Volovich: changed smime.el | 3334 | Vladimir Volovich: changed smime.el |
| 3332 | 3335 | ||
| 3336 | W. Martin Borgert: changed files.el schemas.xml | ||
| 3337 | |||
| 3333 | Walter C. Pelissero: changed browse-url.el url-methods.el | 3338 | Walter C. Pelissero: changed browse-url.el url-methods.el |
| 3334 | 3339 | ||
| 3335 | Werner Benger: changed keyboard.c | 3340 | Werner Benger: changed keyboard.c |
| @@ -3397,8 +3402,8 @@ Yagi Tatsuya: changed gnus-art.el gnus-start.el | |||
| 3397 | 3402 | ||
| 3398 | Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h | 3403 | Yamamoto Mitsuharu: changed macterm.c macfns.c mac-win.el mac.c macterm.h |
| 3399 | macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c | 3404 | macmenu.c macgui.h image.c xdisp.c macselect.c keyboard.c xterm.c |
| 3400 | Makefile.in emacs.c darwin.h w32term.c dispextern.h macos.texi | 3405 | Makefile.in emacs.c darwin.h w32term.c alloc.c dispextern.h macos.texi |
| 3401 | process.c unexmacosx.c alloc.c and 83 other files | 3406 | process.c unexmacosx.c and 84 other files |
| 3402 | 3407 | ||
| 3403 | Yann Dirson: changed imenu.el | 3408 | Yann Dirson: changed imenu.el |
| 3404 | 3409 | ||
| @@ -3426,6 +3431,8 @@ Yu-Ji Hosokawa: changed README.W32 | |||
| 3426 | 3431 | ||
| 3427 | Yukihiro Matsumoto: co-wrote ruby-mode.el | 3432 | Yukihiro Matsumoto: co-wrote ruby-mode.el |
| 3428 | 3433 | ||
| 3434 | Yuri Karaban: changed pop3.el | ||
| 3435 | |||
| 3429 | Yuri Shtil: changed etags.c | 3436 | Yuri Shtil: changed etags.c |
| 3430 | 3437 | ||
| 3431 | Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c | 3438 | Yutaka Niibe: changed indent.c xdisp.c configure.in Makefile.in dispnew.c |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 1a0def1e304..e7fb9f03455 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -22,7 +22,7 @@ ALL = make-docfile hexl ctags etags movemail ebrowse sorted-doc digest-doc emacs | |||
| 22 | 22 | ||
| 23 | .PHONY: $(ALL) | 23 | .PHONY: $(ALL) |
| 24 | 24 | ||
| 25 | VERSION = 23.2.90 | 25 | VERSION = 23.2.91 |
| 26 | 26 | ||
| 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 27 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 28 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 28 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |
diff --git a/lisp/dired.el b/lisp/dired.el index 4472c13bab2..08f2e28d05e 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3532,7 +3532,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." | |||
| 3532 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command | 3532 | ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command |
| 3533 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown | 3533 | ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown |
| 3534 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff | 3534 | ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff |
| 3535 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "07676ea25af17f5d50cc5db4f53bddc0") | 3535 | ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "03cf081d2aac54764123d2407c3196a2") |
| 3536 | ;;; Generated autoloads from dired-aux.el | 3536 | ;;; Generated autoloads from dired-aux.el |
| 3537 | 3537 | ||
| 3538 | (autoload 'dired-diff "dired-aux" "\ | 3538 | (autoload 'dired-diff "dired-aux" "\ |
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 4a47f95b7fc..9879878bd4c 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -1492,7 +1492,7 @@ insert a template for the file depending on the mode of the buffer. | |||
| 1492 | 1492 | ||
| 1493 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads | 1493 | ;;;### (autoloads (batch-update-autoloads update-directory-autoloads |
| 1494 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" | 1494 | ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el" |
| 1495 | ;;;;;; (19636 58496)) | 1495 | ;;;;;; (19683 64086)) |
| 1496 | ;;; Generated autoloads from emacs-lisp/autoload.el | 1496 | ;;; Generated autoloads from emacs-lisp/autoload.el |
| 1497 | 1497 | ||
| 1498 | (put 'generated-autoload-file 'safe-local-variable 'stringp) | 1498 | (put 'generated-autoload-file 'safe-local-variable 'stringp) |
| @@ -2601,19 +2601,14 @@ Like `bug-reference-mode', but only buttonize in comments and strings. | |||
| 2601 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile | 2601 | ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile |
| 2602 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile | 2602 | ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile |
| 2603 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory | 2603 | ;;;;;; compile-defun byte-compile-file byte-recompile-directory |
| 2604 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning | 2604 | ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning) |
| 2605 | ;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el" | 2605 | ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19678 47007)) |
| 2606 | ;;;;;; (19636 58496)) | ||
| 2607 | ;;; Generated autoloads from emacs-lisp/bytecomp.el | 2606 | ;;; Generated autoloads from emacs-lisp/bytecomp.el |
| 2608 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) | 2607 | (put 'byte-compile-dynamic 'safe-local-variable 'booleanp) |
| 2609 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) | 2608 | (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp) |
| 2610 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) | 2609 | (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp) |
| 2611 | (put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p) | ||
| 2612 | 2610 | ||
| 2613 | (autoload 'byte-compile-warnings-safe-p "bytecomp" "\ | 2611 | (put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v)))))) |
| 2614 | Return non-nil if X is valid as a value of `byte-compile-warnings'. | ||
| 2615 | |||
| 2616 | \(fn X)" nil nil) | ||
| 2617 | 2612 | ||
| 2618 | (autoload 'byte-compile-disable-warning "bytecomp" "\ | 2613 | (autoload 'byte-compile-disable-warning "bytecomp" "\ |
| 2619 | Change `byte-compile-warnings' to disable WARNING. | 2614 | Change `byte-compile-warnings' to disable WARNING. |
| @@ -2860,8 +2855,8 @@ See the documentation for `calculator-mode' for more information. | |||
| 2860 | 2855 | ||
| 2861 | ;;;*** | 2856 | ;;;*** |
| 2862 | 2857 | ||
| 2863 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19636 | 2858 | ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19678 |
| 2864 | ;;;;;; 58496)) | 2859 | ;;;;;; 47007)) |
| 2865 | ;;; Generated autoloads from calendar/calendar.el | 2860 | ;;; Generated autoloads from calendar/calendar.el |
| 2866 | 2861 | ||
| 2867 | (autoload 'calendar "calendar" "\ | 2862 | (autoload 'calendar "calendar" "\ |
| @@ -3910,7 +3905,7 @@ is run). | |||
| 3910 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list | 3905 | ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list |
| 3911 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command | 3906 | ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command |
| 3912 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" | 3907 | ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el" |
| 3913 | ;;;;;; (19652 24589)) | 3908 | ;;;;;; (19706 58029)) |
| 3914 | ;;; Generated autoloads from comint.el | 3909 | ;;; Generated autoloads from comint.el |
| 3915 | 3910 | ||
| 3916 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ | 3911 | (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\ |
| @@ -4858,7 +4853,7 @@ Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings. | |||
| 4858 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable | 4853 | ;;;;;; customize-mode customize customize-save-variable customize-set-variable |
| 4859 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically | 4854 | ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically |
| 4860 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" | 4855 | ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el" |
| 4861 | ;;;;;; (19636 58496)) | 4856 | ;;;;;; (19711 45554)) |
| 4862 | ;;; Generated autoloads from cus-edit.el | 4857 | ;;; Generated autoloads from cus-edit.el |
| 4863 | 4858 | ||
| 4864 | (defvar custom-browse-sort-alphabetically nil "\ | 4859 | (defvar custom-browse-sort-alphabetically nil "\ |
| @@ -5943,7 +5938,7 @@ Deuglify broken Outlook (Express) articles and redisplay. | |||
| 5943 | ;;;*** | 5938 | ;;;*** |
| 5944 | 5939 | ||
| 5945 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" | 5940 | ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib" |
| 5946 | ;;;;;; "calendar/diary-lib.el" (19636 58496)) | 5941 | ;;;;;; "calendar/diary-lib.el" (19714 24709)) |
| 5947 | ;;; Generated autoloads from calendar/diary-lib.el | 5942 | ;;; Generated autoloads from calendar/diary-lib.el |
| 5948 | 5943 | ||
| 5949 | (autoload 'diary "diary-lib" "\ | 5944 | (autoload 'diary "diary-lib" "\ |
| @@ -6024,7 +6019,7 @@ With prefix arg, prompt for diff switches. | |||
| 6024 | ;;;*** | 6019 | ;;;*** |
| 6025 | 6020 | ||
| 6026 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" | 6021 | ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" |
| 6027 | ;;;;;; (19661 51722)) | 6022 | ;;;;;; (19711 45554)) |
| 6028 | ;;; Generated autoloads from diff-mode.el | 6023 | ;;; Generated autoloads from diff-mode.el |
| 6029 | 6024 | ||
| 6030 | (autoload 'diff-mode "diff-mode" "\ | 6025 | (autoload 'diff-mode "diff-mode" "\ |
| @@ -6065,7 +6060,7 @@ Optional arguments are passed to `dig-invoke'. | |||
| 6065 | 6060 | ||
| 6066 | ;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect | 6061 | ;;;### (autoloads (dired-mode dired-auto-revert-buffer dired-noselect |
| 6067 | ;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames | 6062 | ;;;;;; dired-other-frame dired-other-window dired dired-trivial-filenames |
| 6068 | ;;;;;; dired-listing-switches) "dired" "dired.el" (19636 58496)) | 6063 | ;;;;;; dired-listing-switches) "dired" "dired.el" (19714 24826)) |
| 6069 | ;;; Generated autoloads from dired.el | 6064 | ;;; Generated autoloads from dired.el |
| 6070 | 6065 | ||
| 6071 | (defvar dired-listing-switches (purecopy "-al") "\ | 6066 | (defvar dired-listing-switches (purecopy "-al") "\ |
| @@ -8268,7 +8263,7 @@ Minor mode to hook EasyPG into Mail mode. | |||
| 8268 | 8263 | ||
| 8269 | ;;;*** | 8264 | ;;;*** |
| 8270 | 8265 | ||
| 8271 | ;;;### (autoloads (epg-make-context) "epg" "epg.el" (19636 58496)) | 8266 | ;;;### (autoloads (epg-make-context) "epg" "epg.el" (19708 34240)) |
| 8272 | ;;; Generated autoloads from epg.el | 8267 | ;;; Generated autoloads from epg.el |
| 8273 | 8268 | ||
| 8274 | (autoload 'epg-make-context "epg" "\ | 8269 | (autoload 'epg-make-context "epg" "\ |
| @@ -13688,8 +13683,8 @@ The main features of this mode are | |||
| 13688 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file | 13683 | ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file |
| 13689 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer | 13684 | ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer |
| 13690 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window | 13685 | ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window |
| 13691 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19636 | 13686 | ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19705 |
| 13692 | ;;;;;; 58496)) | 13687 | ;;;;;; 10058)) |
| 13693 | ;;; Generated autoloads from ido.el | 13688 | ;;; Generated autoloads from ido.el |
| 13694 | 13689 | ||
| 13695 | (defvar ido-mode nil "\ | 13690 | (defvar ido-mode nil "\ |
| @@ -14165,7 +14160,7 @@ Example: | |||
| 14165 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag | 14160 | ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag |
| 14166 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs | 14161 | ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs |
| 14167 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) | 14162 | ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs) |
| 14168 | ;;;;;; "image-dired" "image-dired.el" (19636 58496)) | 14163 | ;;;;;; "image-dired" "image-dired.el" (19709 15556)) |
| 14169 | ;;; Generated autoloads from image-dired.el | 14164 | ;;; Generated autoloads from image-dired.el |
| 14170 | 14165 | ||
| 14171 | (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ | 14166 | (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\ |
| @@ -15945,7 +15940,7 @@ something strange, such as redefining an Emacs function. | |||
| 15945 | ;;;*** | 15940 | ;;;*** |
| 15946 | 15941 | ||
| 15947 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) | 15942 | ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches) |
| 15948 | ;;;;;; "locate" "locate.el" (19662 53673)) | 15943 | ;;;;;; "locate" "locate.el" (19697 24269)) |
| 15949 | ;;; Generated autoloads from locate.el | 15944 | ;;; Generated autoloads from locate.el |
| 15950 | 15945 | ||
| 15951 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ | 15946 | (defvar locate-ls-subdir-switches (purecopy "-al") "\ |
| @@ -15997,7 +15992,7 @@ except that FILTER is not optional. | |||
| 15997 | 15992 | ||
| 15998 | ;;;*** | 15993 | ;;;*** |
| 15999 | 15994 | ||
| 16000 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19661 52402)) | 15995 | ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (19714 24709)) |
| 16001 | ;;; Generated autoloads from log-edit.el | 15996 | ;;; Generated autoloads from log-edit.el |
| 16002 | 15997 | ||
| 16003 | (autoload 'log-edit "log-edit" "\ | 15998 | (autoload 'log-edit "log-edit" "\ |
| @@ -16057,8 +16052,8 @@ are indicated with a symbol. | |||
| 16057 | ;;;*** | 16052 | ;;;*** |
| 16058 | 16053 | ||
| 16059 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer | 16054 | ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer |
| 16060 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19636 | 16055 | ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19688 |
| 16061 | ;;;;;; 58496)) | 16056 | ;;;;;; 11756)) |
| 16062 | ;;; Generated autoloads from lpr.el | 16057 | ;;; Generated autoloads from lpr.el |
| 16063 | 16058 | ||
| 16064 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) | 16059 | (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt))) |
| @@ -16152,7 +16147,7 @@ for further customization of the printer command. | |||
| 16152 | ;;;*** | 16147 | ;;;*** |
| 16153 | 16148 | ||
| 16154 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" | 16149 | ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el" |
| 16155 | ;;;;;; (19672 43471)) | 16150 | ;;;;;; (19678 47007)) |
| 16156 | ;;; Generated autoloads from ls-lisp.el | 16151 | ;;; Generated autoloads from ls-lisp.el |
| 16157 | 16152 | ||
| 16158 | (defvar ls-lisp-support-shell-wildcards t "\ | 16153 | (defvar ls-lisp-support-shell-wildcards t "\ |
| @@ -17575,8 +17570,8 @@ To test this function, evaluate: | |||
| 17575 | 17570 | ||
| 17576 | ;;;*** | 17571 | ;;;*** |
| 17577 | 17572 | ||
| 17578 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19636 | 17573 | ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19678 |
| 17579 | ;;;;;; 58496)) | 17574 | ;;;;;; 47007)) |
| 17580 | ;;; Generated autoloads from mouse-sel.el | 17575 | ;;; Generated autoloads from mouse-sel.el |
| 17581 | 17576 | ||
| 17582 | (defvar mouse-sel-mode nil "\ | 17577 | (defvar mouse-sel-mode nil "\ |
| @@ -18410,7 +18405,7 @@ Revert posting and mailing methods to the standard Emacs methods. | |||
| 18410 | ;;;*** | 18405 | ;;;*** |
| 18411 | 18406 | ||
| 18412 | ;;;### (autoloads (disable-command enable-command disabled-command-function) | 18407 | ;;;### (autoloads (disable-command enable-command disabled-command-function) |
| 18413 | ;;;;;; "novice" "novice.el" (19636 58496)) | 18408 | ;;;;;; "novice" "novice.el" (19678 47007)) |
| 18414 | ;;; Generated autoloads from novice.el | 18409 | ;;; Generated autoloads from novice.el |
| 18415 | 18410 | ||
| 18416 | (defvar disabled-command-function 'disabled-command-function "\ | 18411 | (defvar disabled-command-function 'disabled-command-function "\ |
| @@ -20721,7 +20716,7 @@ True if decoded armor MESSAGE-KEYS has symmetric encryption indicator. | |||
| 20721 | ;;;*** | 20716 | ;;;*** |
| 20722 | 20717 | ||
| 20723 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" | 20718 | ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el" |
| 20724 | ;;;;;; (19636 58496)) | 20719 | ;;;;;; (19678 64521)) |
| 20725 | ;;; Generated autoloads from textmodes/picture.el | 20720 | ;;; Generated autoloads from textmodes/picture.el |
| 20726 | 20721 | ||
| 20727 | (autoload 'picture-mode "picture" "\ | 20722 | (autoload 'picture-mode "picture" "\ |
| @@ -20899,7 +20894,7 @@ Ignores leading comment characters. | |||
| 20899 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview | 20894 | ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview |
| 20900 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript | 20895 | ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript |
| 20901 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" | 20896 | ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el" |
| 20902 | ;;;;;; (19636 58496)) | 20897 | ;;;;;; (19678 47007)) |
| 20903 | ;;; Generated autoloads from printing.el | 20898 | ;;; Generated autoloads from printing.el |
| 20904 | 20899 | ||
| 20905 | (autoload 'pr-interface "printing" "\ | 20900 | (autoload 'pr-interface "printing" "\ |
| @@ -21589,8 +21584,8 @@ Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number | |||
| 21589 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer | 21584 | ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer |
| 21590 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces | 21585 | ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces |
| 21591 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type | 21586 | ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type |
| 21592 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19641 | 21587 | ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19705 |
| 21593 | ;;;;;; 1314)) | 21588 | ;;;;;; 10058)) |
| 21594 | ;;; Generated autoloads from ps-print.el | 21589 | ;;; Generated autoloads from ps-print.el |
| 21595 | 21590 | ||
| 21596 | (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ | 21591 | (defvar ps-page-dimensions-database (purecopy (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\ |
| @@ -21787,7 +21782,7 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21787 | ;;;*** | 21782 | ;;;*** |
| 21788 | 21783 | ||
| 21789 | ;;;### (autoloads (python-shell jython-mode python-mode run-python) | 21784 | ;;;### (autoloads (python-shell jython-mode python-mode run-python) |
| 21790 | ;;;;;; "python" "progmodes/python.el" (19672 43471)) | 21785 | ;;;;;; "python" "progmodes/python.el" (19689 20360)) |
| 21791 | ;;; Generated autoloads from progmodes/python.el | 21786 | ;;; Generated autoloads from progmodes/python.el |
| 21792 | 21787 | ||
| 21793 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) | 21788 | (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode)) |
| @@ -21798,20 +21793,24 @@ If EXTENSION is any other symbol, it is ignored. | |||
| 21798 | 21793 | ||
| 21799 | (autoload 'run-python "python" "\ | 21794 | (autoload 'run-python "python" "\ |
| 21800 | Run an inferior Python process, input and output via buffer *Python*. | 21795 | Run an inferior Python process, input and output via buffer *Python*. |
| 21801 | CMD is the Python command to run. NOSHOW non-nil means don't show the | 21796 | CMD is the Python command to run. NOSHOW non-nil means don't |
| 21802 | buffer automatically. | 21797 | show the buffer automatically. |
| 21803 | 21798 | ||
| 21804 | Normally, if there is a process already running in `python-buffer', | 21799 | Interactively, a prefix arg means to prompt for the initial |
| 21805 | switch to that buffer. Interactively, a prefix arg allows you to edit | 21800 | Python command line (default is `python-command'). |
| 21806 | the initial command line (default is `python-command'); `-i' etc. args | ||
| 21807 | will be added to this as appropriate. A new process is started if: | ||
| 21808 | one isn't running attached to `python-buffer', or interactively the | ||
| 21809 | default `python-command', or argument NEW is non-nil. See also the | ||
| 21810 | documentation for `python-buffer'. | ||
| 21811 | 21801 | ||
| 21812 | Runs the hook `inferior-python-mode-hook' (after the | 21802 | A new process is started if one isn't running attached to |
| 21813 | `comint-mode-hook' is run). (Type \\[describe-mode] in the process | 21803 | `python-buffer', or if called from Lisp with non-nil arg NEW. |
| 21814 | buffer for a list of commands.) | 21804 | Otherwise, if a process is already running in `python-buffer', |
| 21805 | switch to that buffer. | ||
| 21806 | |||
| 21807 | This command runs the hook `inferior-python-mode-hook' after | ||
| 21808 | running `comint-mode-hook'. Type \\[describe-mode] in the | ||
| 21809 | process buffer for a list of commands. | ||
| 21810 | |||
| 21811 | By default, Emacs inhibits the loading of Python modules from the | ||
| 21812 | current working directory, for security reasons. To disable this | ||
| 21813 | behavior, change `python-remove-cwd-from-path' to nil. | ||
| 21815 | 21814 | ||
| 21816 | \(fn &optional CMD NOSHOW NEW)" t nil) | 21815 | \(fn &optional CMD NOSHOW NEW)" t nil) |
| 21817 | 21816 | ||
| @@ -21873,7 +21872,7 @@ command is used to switch to an existing process, only when a new | |||
| 21873 | process is started. If you use this, you will probably want to ensure | 21872 | process is started. If you use this, you will probably want to ensure |
| 21874 | that the current arguments are retained (they will be included in the | 21873 | that the current arguments are retained (they will be included in the |
| 21875 | prompt). This argument is ignored when this function is called | 21874 | prompt). This argument is ignored when this function is called |
| 21876 | programmatically, or when running in Emacs 19.34 or older. | 21875 | programmatically. |
| 21877 | 21876 | ||
| 21878 | Note: You can toggle between using the CPython interpreter and the | 21877 | Note: You can toggle between using the CPython interpreter and the |
| 21879 | JPython interpreter by hitting \\[python-toggle-shells]. This toggles | 21878 | JPython interpreter by hitting \\[python-toggle-shells]. This toggles |
| @@ -22864,8 +22863,8 @@ variable. | |||
| 22864 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers | 22863 | ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers |
| 22865 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers | 22864 | ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers |
| 22866 | ;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp | 22865 | ;;;;;; rmail-dont-reply-to-names rmail-user-mail-address-regexp |
| 22867 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19641 | 22866 | ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (19705 |
| 22868 | ;;;;;; 1152)) | 22867 | ;;;;;; 10467)) |
| 22869 | ;;; Generated autoloads from mail/rmail.el | 22868 | ;;; Generated autoloads from mail/rmail.el |
| 22870 | 22869 | ||
| 22871 | (autoload 'rmail-movemail-variant-p "rmail" "\ | 22870 | (autoload 'rmail-movemail-variant-p "rmail" "\ |
| @@ -24128,8 +24127,8 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 24128 | ;;;*** | 24127 | ;;;*** |
| 24129 | 24128 | ||
| 24130 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode | 24129 | ;;;### (autoloads (server-save-buffers-kill-terminal server-mode |
| 24131 | ;;;;;; server-force-delete server-start) "server" "server.el" (19662 | 24130 | ;;;;;; server-force-delete server-start) "server" "server.el" (19682 |
| 24132 | ;;;;;; 13261)) | 24131 | ;;;;;; 58511)) |
| 24133 | ;;; Generated autoloads from server.el | 24132 | ;;; Generated autoloads from server.el |
| 24134 | 24133 | ||
| 24135 | (autoload 'server-start "server" "\ | 24134 | (autoload 'server-start "server" "\ |
| @@ -24729,7 +24728,7 @@ interactively. If there's no argument, do it at the current buffer. | |||
| 24729 | ;;;*** | 24728 | ;;;*** |
| 24730 | 24729 | ||
| 24731 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" | 24730 | ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail" |
| 24732 | ;;;;;; "mail/smtpmail.el" (19636 58496)) | 24731 | ;;;;;; "mail/smtpmail.el" (19714 24709)) |
| 24733 | ;;; Generated autoloads from mail/smtpmail.el | 24732 | ;;; Generated autoloads from mail/smtpmail.el |
| 24734 | 24733 | ||
| 24735 | (autoload 'smtpmail-send-it "smtpmail" "\ | 24734 | (autoload 'smtpmail-send-it "smtpmail" "\ |
| @@ -25095,7 +25094,7 @@ Spam reports will be queued with the method used when | |||
| 25095 | ;;;*** | 25094 | ;;;*** |
| 25096 | 25095 | ||
| 25097 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" | 25096 | ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" |
| 25098 | ;;;;;; "speedbar.el" (19658 61388)) | 25097 | ;;;;;; "speedbar.el" (19678 47007)) |
| 25099 | ;;; Generated autoloads from speedbar.el | 25098 | ;;; Generated autoloads from speedbar.el |
| 25100 | 25099 | ||
| 25101 | (defalias 'speedbar 'speedbar-frame-mode) | 25100 | (defalias 'speedbar 'speedbar-frame-mode) |
| @@ -26529,7 +26528,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 26529 | ;;;*** | 26528 | ;;;*** |
| 26530 | 26529 | ||
| 26531 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" | 26530 | ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" |
| 26532 | ;;;;;; "progmodes/tcl.el" (19636 58496)) | 26531 | ;;;;;; "progmodes/tcl.el" (19673 50265)) |
| 26533 | ;;; Generated autoloads from progmodes/tcl.el | 26532 | ;;; Generated autoloads from progmodes/tcl.el |
| 26534 | 26533 | ||
| 26535 | (autoload 'tcl-mode "tcl" "\ | 26534 | (autoload 'tcl-mode "tcl" "\ |
| @@ -28011,7 +28010,7 @@ BUFFER defaults to `trace-buffer'. | |||
| 28011 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion | 28010 | ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion |
| 28012 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers | 28011 | ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers |
| 28013 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" | 28012 | ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp" |
| 28014 | ;;;;;; "net/tramp.el" (19672 43471)) | 28013 | ;;;;;; "net/tramp.el" (19714 24709)) |
| 28015 | ;;; Generated autoloads from net/tramp.el | 28014 | ;;; Generated autoloads from net/tramp.el |
| 28016 | 28015 | ||
| 28017 | (defvar tramp-mode t "\ | 28016 | (defvar tramp-mode t "\ |
| @@ -29566,7 +29565,7 @@ Name of the directory containing Bzr repository status files.") | |||
| 29566 | 29565 | ||
| 29567 | ;;;*** | 29566 | ;;;*** |
| 29568 | 29567 | ||
| 29569 | ;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19661 53223)) | 29568 | ;;;### (autoloads (vc-dir) "vc-dir" "vc-dir.el" (19706 58306)) |
| 29570 | ;;; Generated autoloads from vc-dir.el | 29569 | ;;; Generated autoloads from vc-dir.el |
| 29571 | 29570 | ||
| 29572 | (autoload 'vc-dir "vc-dir" "\ | 29571 | (autoload 'vc-dir "vc-dir" "\ |
| @@ -29625,7 +29624,7 @@ case, and the process object in the asynchronous case. | |||
| 29625 | 29624 | ||
| 29626 | ;;;*** | 29625 | ;;;*** |
| 29627 | 29626 | ||
| 29628 | ;;;### (autoloads nil "vc-hg" "vc-hg.el" (19661 52523)) | 29627 | ;;;### (autoloads nil "vc-hg" "vc-hg.el" (19683 64086)) |
| 29629 | ;;; Generated autoloads from vc-hg.el | 29628 | ;;; Generated autoloads from vc-hg.el |
| 29630 | (defun vc-hg-registered (file) | 29629 | (defun vc-hg-registered (file) |
| 29631 | "Return non-nil if FILE is registered with hg." | 29630 | "Return non-nil if FILE is registered with hg." |
| @@ -30940,7 +30939,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke | |||
| 30940 | ;;;*** | 30939 | ;;;*** |
| 30941 | 30940 | ||
| 30942 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" | 30941 | ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el" |
| 30943 | ;;;;;; (19636 58496)) | 30942 | ;;;;;; (19694 49287)) |
| 30944 | ;;; Generated autoloads from progmodes/which-func.el | 30943 | ;;; Generated autoloads from progmodes/which-func.el |
| 30945 | (put 'which-func-format 'risky-local-variable t) | 30944 | (put 'which-func-format 'risky-local-variable t) |
| 30946 | (put 'which-func-current 'risky-local-variable t) | 30945 | (put 'which-func-current 'risky-local-variable t) |
| @@ -31401,8 +31400,8 @@ With arg, turn widget mode on if and only if arg is positive. | |||
| 31401 | ;;;*** | 31400 | ;;;*** |
| 31402 | 31401 | ||
| 31403 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create | 31402 | ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create |
| 31404 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19636 | 31403 | ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19678 |
| 31405 | ;;;;;; 58496)) | 31404 | ;;;;;; 47007)) |
| 31406 | ;;; Generated autoloads from wid-edit.el | 31405 | ;;; Generated autoloads from wid-edit.el |
| 31407 | 31406 | ||
| 31408 | (autoload 'widgetp "wid-edit" "\ | 31407 | (autoload 'widgetp "wid-edit" "\ |
| @@ -32012,8 +32011,8 @@ Zone out, completely. | |||
| 32012 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" | 32011 | ;;;;;; "url/url-expand.el" "url/url-ftp.el" "url/url-history.el" |
| 32013 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" | 32012 | ;;;;;; "url/url-imap.el" "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el" |
| 32014 | ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" | 32013 | ;;;;;; "url/url-vars.el" "vc-dav.el" "vcursor.el" "vt-control.el" |
| 32015 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19672 | 32014 | ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19714 |
| 32016 | ;;;;;; 46342 903499)) | 32015 | ;;;;;; 25843 484853)) |
| 32017 | 32016 | ||
| 32018 | ;;;*** | 32017 | ;;;*** |
| 32019 | 32018 | ||
diff --git a/lisp/simple.el b/lisp/simple.el index 2946da3cdc6..603654c0ea7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4115,6 +4115,11 @@ into account variable-width characters and line continuation." | |||
| 4115 | ;; When already vscrolled, we vscroll some more if we can, | 4115 | ;; When already vscrolled, we vscroll some more if we can, |
| 4116 | ;; or clear vscroll and move forward at end of tall image. | 4116 | ;; or clear vscroll and move forward at end of tall image. |
| 4117 | ((> (setq vs (window-vscroll nil t)) 0) | 4117 | ((> (setq vs (window-vscroll nil t)) 0) |
| 4118 | |||
| 4119 | ;; If we are vscrolling an image at the top of the screen, | ||
| 4120 | ;; we could actually advance point if this yields space | ||
| 4121 | ;; below.... | ||
| 4122 | |||
| 4118 | (when (> rbot 0) | 4123 | (when (> rbot 0) |
| 4119 | (set-window-vscroll nil (+ vs (min rbot (frame-char-height))) t))) | 4124 | (set-window-vscroll nil (+ vs (min rbot (frame-char-height))) t))) |
| 4120 | ;; If cursor just entered the bottom scroll margin, move forward, | 4125 | ;; If cursor just entered the bottom scroll margin, move forward, |
diff --git a/lisp/version.el b/lisp/version.el index 49c355d7020..a4ec3be11d3 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ | 32 | (defconst emacs-copyright "Copyright (C) 2010 Free Software Foundation, Inc." "\ |
| 33 | Short copyright string for this version of Emacs.") | 33 | Short copyright string for this version of Emacs.") |
| 34 | 34 | ||
| 35 | (defconst emacs-version "23.2.90" "\ | 35 | (defconst emacs-version "23.2.91" "\ |
| 36 | Version numbers of this version of Emacs.") | 36 | Version numbers of this version of Emacs.") |
| 37 | 37 | ||
| 38 | (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ | 38 | (defconst emacs-major-version (progn (string-match "^[0-9]+" emacs-version) (string-to-number (match-string 0 emacs-version))) "\ |
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Info.plist b/nextstep/Cocoa/Emacs.base/Contents/Info.plist index 77be3ecf7dd..9788377c103 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Info.plist +++ b/nextstep/Cocoa/Emacs.base/Contents/Info.plist | |||
| @@ -553,7 +553,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |||
| 553 | <key>CFBundleExecutable</key> | 553 | <key>CFBundleExecutable</key> |
| 554 | <string>Emacs</string> | 554 | <string>Emacs</string> |
| 555 | <key>CFBundleGetInfoString</key> | 555 | <key>CFBundleGetInfoString</key> |
| 556 | <string>Emacs 23.2.90 Copyright (C) 2010 Free Software Foundation, Inc.</string> | 556 | <string>Emacs 23.2.91 Copyright (C) 2010 Free Software Foundation, Inc.</string> |
| 557 | <key>CFBundleIconFile</key> | 557 | <key>CFBundleIconFile</key> |
| 558 | <string>Emacs.icns</string> | 558 | <string>Emacs.icns</string> |
| 559 | <key>CFBundleIdentifier</key> | 559 | <key>CFBundleIdentifier</key> |
| @@ -566,7 +566,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | |||
| 566 | <string>APPL</string> | 566 | <string>APPL</string> |
| 567 | <!-- This should be the emacs version number. --> | 567 | <!-- This should be the emacs version number. --> |
| 568 | <key>CFBundleShortVersionString</key> | 568 | <key>CFBundleShortVersionString</key> |
| 569 | <string>23.2.90</string> | 569 | <string>23.2.91</string> |
| 570 | <key>CFBundleSignature</key> | 570 | <key>CFBundleSignature</key> |
| 571 | <string>EMAx</string> | 571 | <string>EMAx</string> |
| 572 | <!-- This SHOULD be a build number. --> | 572 | <!-- This SHOULD be a build number. --> |
diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings index c3edea0a204..b20105ee28f 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Localized versions of Info.plist keys */ | 1 | /* Localized versions of Info.plist keys */ |
| 2 | 2 | ||
| 3 | CFBundleName = "Emacs"; | 3 | CFBundleName = "Emacs"; |
| 4 | CFBundleShortVersionString = "Version 23.2.90"; | 4 | CFBundleShortVersionString = "Version 23.2.91"; |
| 5 | CFBundleGetInfoString = "Emacs version 23.2.90, NS Windowing"; | 5 | CFBundleGetInfoString = "Emacs version 23.2.91, NS Windowing"; |
| 6 | NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; | 6 | NSHumanReadableCopyright = "Copyright (C) 2010 Free Software Foundation, Inc."; |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop index fc7293cc6b3..ae42df1873e 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop +++ b/nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [Desktop Entry] | 1 | [Desktop Entry] |
| 2 | Encoding=UTF-8 | 2 | Encoding=UTF-8 |
| 3 | Type=Application | 3 | Type=Application |
| 4 | Version=23.2.90 | 4 | Version=23.2.91 |
| 5 | Categories=GNUstep | 5 | Categories=GNUstep |
| 6 | Name=Emacs | 6 | Name=Emacs |
| 7 | Comment=GNU Emacs for NeXT/Open/GNUstep and OS X | 7 | Comment=GNU Emacs for NeXT/Open/GNUstep and OS X |
diff --git a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist index 5e1a64679f7..aaedda4d647 100644 --- a/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist +++ b/nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ApplicationDescription = "GNU Emacs for GNUstep / OS X"; | 2 | ApplicationDescription = "GNU Emacs for GNUstep / OS X"; |
| 3 | ApplicationIcon = emacs.tiff; | 3 | ApplicationIcon = emacs.tiff; |
| 4 | ApplicationName = Emacs; | 4 | ApplicationName = Emacs; |
| 5 | ApplicationRelease = "23.2.90"; | 5 | ApplicationRelease = "23.2.91"; |
| 6 | Authors = ( | 6 | Authors = ( |
| 7 | "Adrian Robert (GNUstep)", | 7 | "Adrian Robert (GNUstep)", |
| 8 | "Christophe de Dinechin (MacOS X)", | 8 | "Christophe de Dinechin (MacOS X)", |
| @@ -13,7 +13,7 @@ | |||
| 13 | ); | 13 | ); |
| 14 | Copyright = "Copyright (C) 2010 Free Software Foundation, Inc."; | 14 | Copyright = "Copyright (C) 2010 Free Software Foundation, Inc."; |
| 15 | CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; | 15 | CopyrightDescription = "Released under the GNU General Public License Version 3 or later"; |
| 16 | FullVersionID = "Emacs 23.2.90, NS Windowing"; | 16 | FullVersionID = "Emacs 23.2.91, NS Windowing"; |
| 17 | NSExecutable = Emacs; | 17 | NSExecutable = Emacs; |
| 18 | NSIcon = emacs.tiff; | 18 | NSIcon = emacs.tiff; |
| 19 | NSPrincipalClass = NSApplication; | 19 | NSPrincipalClass = NSApplication; |
diff --git a/nt/emacs.rc b/nt/emacs.rc index 1266c8b8171..bf35e1d8cc3 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc | |||
| @@ -7,8 +7,8 @@ Emacs ICON icons\emacs.ico | |||
| 7 | #endif | 7 | #endif |
| 8 | 8 | ||
| 9 | VS_VERSION_INFO VERSIONINFO | 9 | VS_VERSION_INFO VERSIONINFO |
| 10 | FILEVERSION 23,2,90,0 | 10 | FILEVERSION 23,2,91,0 |
| 11 | PRODUCTVERSION 23,2,90,0 | 11 | PRODUCTVERSION 23,2,91,0 |
| 12 | FILEFLAGSMASK 0x3FL | 12 | FILEFLAGSMASK 0x3FL |
| 13 | #ifdef EMACSDEBUG | 13 | #ifdef EMACSDEBUG |
| 14 | FILEFLAGS 0x1L | 14 | FILEFLAGS 0x1L |
| @@ -25,12 +25,12 @@ BEGIN | |||
| 25 | BEGIN | 25 | BEGIN |
| 26 | VALUE "CompanyName", "Free Software Foundation\0" | 26 | VALUE "CompanyName", "Free Software Foundation\0" |
| 27 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" | 27 | VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" |
| 28 | VALUE "FileVersion", "23, 2, 90, 0\0" | 28 | VALUE "FileVersion", "23, 2, 91, 0\0" |
| 29 | VALUE "InternalName", "Emacs\0" | 29 | VALUE "InternalName", "Emacs\0" |
| 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" | 30 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" |
| 31 | VALUE "OriginalFilename", "emacs.exe" | 31 | VALUE "OriginalFilename", "emacs.exe" |
| 32 | VALUE "ProductName", "Emacs\0" | 32 | VALUE "ProductName", "Emacs\0" |
| 33 | VALUE "ProductVersion", "23, 2, 90, 0\0" | 33 | VALUE "ProductVersion", "23, 2, 91, 0\0" |
| 34 | VALUE "OLESelfRegister", "\0" | 34 | VALUE "OLESelfRegister", "\0" |
| 35 | END | 35 | END |
| 36 | END | 36 | END |
diff --git a/nt/emacsclient.rc b/nt/emacsclient.rc index 9da7524e04d..8d0a34640da 100644 --- a/nt/emacsclient.rc +++ b/nt/emacsclient.rc | |||
| @@ -5,8 +5,8 @@ Emacs ICON icons\emacs.ico | |||
| 5 | #endif | 5 | #endif |
| 6 | 6 | ||
| 7 | VS_VERSION_INFO VERSIONINFO | 7 | VS_VERSION_INFO VERSIONINFO |
| 8 | FILEVERSION 23,2,90,0 | 8 | FILEVERSION 23,2,91,0 |
| 9 | PRODUCTVERSION 23,2,90,0 | 9 | PRODUCTVERSION 23,2,91,0 |
| 10 | FILEFLAGSMASK 0x3FL | 10 | FILEFLAGSMASK 0x3FL |
| 11 | #ifdef EMACSDEBUG | 11 | #ifdef EMACSDEBUG |
| 12 | FILEFLAGS 0x1L | 12 | FILEFLAGS 0x1L |
| @@ -23,12 +23,12 @@ BEGIN | |||
| 23 | BEGIN | 23 | BEGIN |
| 24 | VALUE "CompanyName", "Free Software Foundation\0" | 24 | VALUE "CompanyName", "Free Software Foundation\0" |
| 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" | 25 | VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" |
| 26 | VALUE "FileVersion", "23, 2, 90, 0\0" | 26 | VALUE "FileVersion", "23, 2, 91, 0\0" |
| 27 | VALUE "InternalName", "EmacsClient\0" | 27 | VALUE "InternalName", "EmacsClient\0" |
| 28 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" | 28 | VALUE "LegalCopyright", "Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010\0" |
| 29 | VALUE "OriginalFilename", "emacsclientw.exe" | 29 | VALUE "OriginalFilename", "emacsclientw.exe" |
| 30 | VALUE "ProductName", "EmacsClient\0" | 30 | VALUE "ProductName", "EmacsClient\0" |
| 31 | VALUE "ProductVersion", "23, 2, 90, 0\0" | 31 | VALUE "ProductVersion", "23, 2, 91, 0\0" |
| 32 | VALUE "OLESelfRegister", "\0" | 32 | VALUE "OLESelfRegister", "\0" |
| 33 | END | 33 | END |
| 34 | END | 34 | END |