summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure534
-rw-r--r--lisp/cus-load.el48
-rw-r--r--lisp/finder-inf.el2383
-rw-r--r--lisp/loaddefs.el457
-rw-r--r--src/ChangeLog2
5 files changed, 1968 insertions, 1456 deletions
diff --git a/configure b/configure
index 54ac42a301a..3b9d004ec14 100755
--- a/configure
+++ b/configure
@@ -4526,16 +4526,48 @@ rm -f conftest*
fi
fi
+ # Reportedly, some broken Solaris systems have XKBlib.h but are missing
+ # header files included from there.
+ echo $ac_n "checking for Xkb""... $ac_c" 1>&6
+echo "configure:4533: checking for Xkb" >&5
+ cat > conftest.$ac_ext <<EOF
+#line 4535 "configure"
+#include "confdefs.h"
+#include <X11/Xlib.h>
+#include <X11/XKBlib.h>
+int main() {
+XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
+; return 0; }
+EOF
+if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ emacs_xkb=yes
+else
+ echo "configure: failed program was:" >&5
+ cat conftest.$ac_ext >&5
+ rm -rf conftest*
+ emacs_xkb=no
+fi
+rm -f conftest*
+ echo $ac_n "checking $emacs_xkb""... $ac_c" 1>&6
+echo "configure:4554: checking $emacs_xkb" >&5
+ if test $emacs_xkb = yes; then
+ cat >> confdefs.h <<\EOF
+#define HAVE_XKBGETKEYBOARD 1
+EOF
+
+ fi
+
for ac_func in XrmSetDatabase XScreenResourceString \
XScreenNumberOfScreen XSetWMProtocols
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4534: checking for $ac_func" >&5
+echo "configure:4566: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4539 "configure"
+#line 4571 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4558,7 +4590,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4586,12 +4618,12 @@ fi
if test "${window_system}" = "x11"; then
echo $ac_n "checking X11 version 6""... $ac_c" 1>&6
-echo "configure:4590: checking X11 version 6" >&5
+echo "configure:4622: checking X11 version 6" >&5
if eval "test \"`echo '$''{'emacs_cv_x11_version_6'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4595 "configure"
+#line 4627 "configure"
#include "confdefs.h"
#include <X11/Xlib.h>
int main() {
@@ -4601,7 +4633,7 @@ fail;
; return 0; }
EOF
-if { (eval echo configure:4605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
emacs_cv_x11_version_6=yes
else
@@ -4626,12 +4658,12 @@ fi
if test "${window_system}" = "x11"; then
echo $ac_n "checking X11 version 5""... $ac_c" 1>&6
-echo "configure:4630: checking X11 version 5" >&5
+echo "configure:4662: checking X11 version 5" >&5
if eval "test \"`echo '$''{'emacs_cv_x11_version_5'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4635 "configure"
+#line 4667 "configure"
#include "confdefs.h"
#include <X11/Xlib.h>
int main() {
@@ -4641,7 +4673,7 @@ fail;
; return 0; }
EOF
-if { (eval echo configure:4645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
emacs_cv_x11_version_5=yes
else
@@ -4669,12 +4701,12 @@ fi
if test x"${USE_X_TOOLKIT}" = xmaybe; then
if test x"${HAVE_X11R5}" = xyes; then
echo $ac_n "checking X11 version 5 with Xaw""... $ac_c" 1>&6
-echo "configure:4673: checking X11 version 5 with Xaw" >&5
+echo "configure:4705: checking X11 version 5 with Xaw" >&5
if eval "test \"`echo '$''{'emacs_cv_x11_version_5_with_xaw'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4678 "configure"
+#line 4710 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
@@ -4683,7 +4715,7 @@ int main() {
; return 0; }
EOF
-if { (eval echo configure:4687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
emacs_cv_x11_version_5_with_xaw=yes
else
@@ -4711,12 +4743,12 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT
if test "${USE_X_TOOLKIT}" != "none"; then
echo $ac_n "checking X11 toolkit version""... $ac_c" 1>&6
-echo "configure:4715: checking X11 toolkit version" >&5
+echo "configure:4747: checking X11 toolkit version" >&5
if eval "test \"`echo '$''{'emacs_cv_x11_toolkit_version_6'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4720 "configure"
+#line 4752 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
int main() {
@@ -4726,7 +4758,7 @@ fail;
; return 0; }
EOF
-if { (eval echo configure:4730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
emacs_cv_x11_toolkit_version_6=yes
else
@@ -4756,7 +4788,7 @@ EOF
LIBS="-lXt $LIBS"
fi
echo $ac_n "checking for XmuConvertStandardSelection in -lXmu""... $ac_c" 1>&6
-echo "configure:4760: checking for XmuConvertStandardSelection in -lXmu" >&5
+echo "configure:4792: checking for XmuConvertStandardSelection in -lXmu" >&5
ac_lib_var=`echo Xmu'_'XmuConvertStandardSelection | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4764,7 +4796,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lXmu $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4768 "configure"
+#line 4800 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -4775,7 +4807,7 @@ int main() {
XmuConvertStandardSelection()
; return 0; }
EOF
-if { (eval echo configure:4779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4807,12 +4839,12 @@ fi
if test "${USE_X_TOOLKIT}" = "MOTIF"; then
echo $ac_n "checking for Motif version 2.1""... $ac_c" 1>&6
-echo "configure:4811: checking for Motif version 2.1" >&5
+echo "configure:4843: checking for Motif version 2.1" >&5
if eval "test \"`echo '$''{'emacs_cv_motif_version_2_1'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4816 "configure"
+#line 4848 "configure"
#include "confdefs.h"
#include <Xm/Xm.h>
int main() {
@@ -4823,7 +4855,7 @@ Motif version prior to 2.1.
#endif
; return 0; }
EOF
-if { (eval echo configure:4827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:4859: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
emacs_cv_motif_version_2_1=yes
else
@@ -4844,7 +4876,7 @@ echo "$ac_t""$emacs_cv_motif_version_2_1" 1>&6
EOF
echo $ac_n "checking for XpCreateContext in -lXp""... $ac_c" 1>&6
-echo "configure:4848: checking for XpCreateContext in -lXp" >&5
+echo "configure:4880: checking for XpCreateContext in -lXp" >&5
ac_lib_var=`echo Xp'_'XpCreateContext | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4852,7 +4884,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lXp -lXext $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4856 "configure"
+#line 4888 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -4863,7 +4895,7 @@ int main() {
XpCreateContext()
; return 0; }
EOF
-if { (eval echo configure:4867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4900,17 +4932,17 @@ if test "${HAVE_X11}" = "yes"; then
CFLAGS="${LD_SWITCH_X_SITE}"
ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6
-echo "configure:4904: checking for X11/Xaw3d/Scrollbar.h" >&5
+echo "configure:4936: checking for X11/Xaw3d/Scrollbar.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4909 "configure"
+#line 4941 "configure"
#include "confdefs.h"
#include <X11/Xaw3d/Scrollbar.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4914: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4927,7 +4959,7 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for XawScrollbarSetThumb in -lXaw3d""... $ac_c" 1>&6
-echo "configure:4931: checking for XawScrollbarSetThumb in -lXaw3d" >&5
+echo "configure:4963: checking for XawScrollbarSetThumb in -lXaw3d" >&5
ac_lib_var=`echo Xaw3d'_'XawScrollbarSetThumb | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4935,7 +4967,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lXaw3d -lX11 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4939 "configure"
+#line 4971 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -4946,7 +4978,7 @@ int main() {
XawScrollbarSetThumb()
; return 0; }
EOF
-if { (eval echo configure:4950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4982: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5018,17 +5050,17 @@ if test "${HAVE_X11}" = "yes"; then
CFLAGS="${LD_SWITCH_X_SITE}"
ac_safe=`echo "X11/xpm.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for X11/xpm.h""... $ac_c" 1>&6
-echo "configure:5022: checking for X11/xpm.h" >&5
+echo "configure:5054: checking for X11/xpm.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5027 "configure"
+#line 5059 "configure"
#include "confdefs.h"
#include <X11/xpm.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5064: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5045,7 +5077,7 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for XpmReadFileToPixmap in -lXpm""... $ac_c" 1>&6
-echo "configure:5049: checking for XpmReadFileToPixmap in -lXpm" >&5
+echo "configure:5081: checking for XpmReadFileToPixmap in -lXpm" >&5
ac_lib_var=`echo Xpm'_'XpmReadFileToPixmap | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5053,7 +5085,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lXpm -lX11 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5057 "configure"
+#line 5089 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5064,7 +5096,7 @@ int main() {
XpmReadFileToPixmap()
; return 0; }
EOF
-if { (eval echo configure:5068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5090,9 +5122,9 @@ fi
if test "${HAVE_XPM}" = "yes"; then
echo $ac_n "checking for XpmReturnAllocPixels preprocessor define""... $ac_c" 1>&6
-echo "configure:5094: checking for XpmReturnAllocPixels preprocessor define" >&5
+echo "configure:5126: checking for XpmReturnAllocPixels preprocessor define" >&5
cat > conftest.$ac_ext <<EOF
-#line 5096 "configure"
+#line 5128 "configure"
#include "confdefs.h"
#include "X11/xpm.h"
#ifndef XpmReturnAllocPixels
@@ -5135,17 +5167,17 @@ if test "${HAVE_X11}" = "yes"; then
CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
ac_safe=`echo "jerror.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for jerror.h""... $ac_c" 1>&6
-echo "configure:5139: checking for jerror.h" >&5
+echo "configure:5171: checking for jerror.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5144 "configure"
+#line 5176 "configure"
#include "confdefs.h"
#include <jerror.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5162,7 +5194,7 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
-echo "configure:5166: checking for jpeg_destroy_compress in -ljpeg" >&5
+echo "configure:5198: checking for jpeg_destroy_compress in -ljpeg" >&5
ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5170,7 +5202,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ljpeg -lX11 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5174 "configure"
+#line 5206 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5181,7 +5213,7 @@ int main() {
jpeg_destroy_compress()
; return 0; }
EOF
-if { (eval echo configure:5185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5224,17 +5256,17 @@ if test "${HAVE_X11}" = "yes"; then
CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
ac_safe=`echo "png.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for png.h""... $ac_c" 1>&6
-echo "configure:5228: checking for png.h" >&5
+echo "configure:5260: checking for png.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5233 "configure"
+#line 5265 "configure"
#include "confdefs.h"
#include <png.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5238: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5251,7 +5283,7 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for png_get_channels in -lpng""... $ac_c" 1>&6
-echo "configure:5255: checking for png_get_channels in -lpng" >&5
+echo "configure:5287: checking for png_get_channels in -lpng" >&5
ac_lib_var=`echo png'_'png_get_channels | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5259,7 +5291,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lpng -lX11 -lz -lm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5263 "configure"
+#line 5295 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5270,7 +5302,7 @@ int main() {
png_get_channels()
; return 0; }
EOF
-if { (eval echo configure:5274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5313,17 +5345,17 @@ if test "${HAVE_X11}" = "yes"; then
CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
ac_safe=`echo "tiffio.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for tiffio.h""... $ac_c" 1>&6
-echo "configure:5317: checking for tiffio.h" >&5
+echo "configure:5349: checking for tiffio.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5322 "configure"
+#line 5354 "configure"
#include "confdefs.h"
#include <tiffio.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5359: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5343,7 +5375,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
# At least one tiff package requires the jpeg library.
if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
echo $ac_n "checking for TIFFGetVersion in -ltiff""... $ac_c" 1>&6
-echo "configure:5347: checking for TIFFGetVersion in -ltiff" >&5
+echo "configure:5379: checking for TIFFGetVersion in -ltiff" >&5
ac_lib_var=`echo tiff'_'TIFFGetVersion | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5351,7 +5383,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ltiff $tifflibs $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5355 "configure"
+#line 5387 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5362,7 +5394,7 @@ int main() {
TIFFGetVersion()
; return 0; }
EOF
-if { (eval echo configure:5366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5398: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5405,17 +5437,17 @@ if test "${HAVE_X11}" = "yes"; then
CFLAGS="${LD_SWITCH_X_SITE} ${CFLAGS}"
ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
-echo "configure:5409: checking for gif_lib.h" >&5
+echo "configure:5441: checking for gif_lib.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5414 "configure"
+#line 5446 "configure"
#include "confdefs.h"
#include <gif_lib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5432,7 +5464,7 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for DGifOpen in -lungif""... $ac_c" 1>&6
-echo "configure:5436: checking for DGifOpen in -lungif" >&5
+echo "configure:5468: checking for DGifOpen in -lungif" >&5
ac_lib_var=`echo ungif'_'DGifOpen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5440,7 +5472,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lungif -lX11 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5444 "configure"
+#line 5476 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5451,7 +5483,7 @@ int main() {
DGifOpen()
; return 0; }
EOF
-if { (eval echo configure:5455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5488,19 +5520,19 @@ fi
# If netdb.h doesn't declare h_errno, we must declare it by hand.
echo $ac_n "checking whether netdb declares h_errno""... $ac_c" 1>&6
-echo "configure:5492: checking whether netdb declares h_errno" >&5
+echo "configure:5524: checking whether netdb declares h_errno" >&5
if eval "test \"`echo '$''{'emacs_cv_netdb_declares_h_errno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5497 "configure"
+#line 5529 "configure"
#include "confdefs.h"
#include <netdb.h>
int main() {
return h_errno;
; return 0; }
EOF
-if { (eval echo configure:5504: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
emacs_cv_netdb_declares_h_errno=yes
else
@@ -5523,19 +5555,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:5527: checking for working alloca.h" >&5
+echo "configure:5559: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5532 "configure"
+#line 5564 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:5539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -5556,12 +5588,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:5560: checking for alloca" >&5
+echo "configure:5592: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5565 "configure"
+#line 5597 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -5589,7 +5621,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:5593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -5621,12 +5653,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:5625: checking whether alloca needs Cray hooks" >&5
+echo "configure:5657: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5630 "configure"
+#line 5662 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -5651,12 +5683,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5655: checking for $ac_func" >&5
+echo "configure:5687: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5660 "configure"
+#line 5692 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5679,7 +5711,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:5683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5715: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -5706,7 +5738,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:5710: checking stack direction for C alloca" >&5
+echo "configure:5742: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5714,7 +5746,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 5718 "configure"
+#line 5750 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -5733,7 +5765,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:5737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -5758,7 +5790,7 @@ fi
# fmod, logb, and frexp are found in -lm on most systems.
# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
echo $ac_n "checking for sqrt in -lm""... $ac_c" 1>&6
-echo "configure:5762: checking for sqrt in -lm" >&5
+echo "configure:5794: checking for sqrt in -lm" >&5
ac_lib_var=`echo m'_'sqrt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5766,7 +5798,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5770 "configure"
+#line 5802 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5777,7 +5809,7 @@ int main() {
sqrt()
; return 0; }
EOF
-if { (eval echo configure:5781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5807,7 +5839,7 @@ fi
# Check for mail-locking functions in a "mail" library
echo $ac_n "checking for maillock in -lmail""... $ac_c" 1>&6
-echo "configure:5811: checking for maillock in -lmail" >&5
+echo "configure:5843: checking for maillock in -lmail" >&5
ac_lib_var=`echo mail'_'maillock | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5815,7 +5847,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lmail $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5819 "configure"
+#line 5851 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5826,7 +5858,7 @@ int main() {
maillock()
; return 0; }
EOF
-if { (eval echo configure:5830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5854,7 +5886,7 @@ else
fi
echo $ac_n "checking for maillock in -llockfile""... $ac_c" 1>&6
-echo "configure:5858: checking for maillock in -llockfile" >&5
+echo "configure:5890: checking for maillock in -llockfile" >&5
ac_lib_var=`echo lockfile'_'maillock | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5862,7 +5894,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-llockfile $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5866 "configure"
+#line 5898 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -5873,7 +5905,7 @@ int main() {
maillock()
; return 0; }
EOF
-if { (eval echo configure:5877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5907,7 +5939,7 @@ if test "$ac_cv_lib_lockfile_maillock" = no; then
# Extract the first word of "liblockfile.so", so it can be a program name with args.
set dummy liblockfile.so; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:5911: checking for $ac_word" >&5
+echo "configure:5943: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_liblockfile'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5948,12 +5980,12 @@ fi
for ac_func in touchlock
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5952: checking for $ac_func" >&5
+echo "configure:5984: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5957 "configure"
+#line 5989 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5976,7 +6008,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:5980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6004,17 +6036,17 @@ for ac_hdr in maillock.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6008: checking for $ac_hdr" >&5
+echo "configure:6040: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6013 "configure"
+#line 6045 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6018: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6050: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6050,12 +6082,12 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \
gai_strerror mkstemp
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6054: checking for $ac_func" >&5
+echo "configure:6086: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6059 "configure"
+#line 6091 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6078,7 +6110,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6107,17 +6139,17 @@ for ac_hdr in sys/time.h unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6111: checking for $ac_hdr" >&5
+echo "configure:6143: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6116 "configure"
+#line 6148 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6153: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6146,12 +6178,12 @@ done
for ac_func in alarm
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6150: checking for $ac_func" >&5
+echo "configure:6182: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6155 "configure"
+#line 6187 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6174,7 +6206,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6199,7 +6231,7 @@ fi
done
echo $ac_n "checking for working mktime""... $ac_c" 1>&6
-echo "configure:6203: checking for working mktime" >&5
+echo "configure:6235: checking for working mktime" >&5
if eval "test \"`echo '$''{'ac_cv_func_working_mktime'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6207,7 +6239,7 @@ else
ac_cv_func_working_mktime=no
else
cat > conftest.$ac_ext <<EOF
-#line 6211 "configure"
+#line 6243 "configure"
#include "confdefs.h"
/* Test program from Paul Eggert (eggert@twinsun.com)
and Tony Leneis (tony@plaza.ds.adp.com). */
@@ -6356,7 +6388,7 @@ main ()
exit (0);
}
EOF
-if { (eval echo configure:6360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:6392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_working_mktime=yes
else
@@ -6388,7 +6420,7 @@ ac_have_func=no # yes means we've found a way to get the load average.
# On Solaris, -lkvm requires nlist from -lelf, so check that first
# to get the right answer into the cache.
echo $ac_n "checking for elf_begin in -lelf""... $ac_c" 1>&6
-echo "configure:6392: checking for elf_begin in -lelf" >&5
+echo "configure:6424: checking for elf_begin in -lelf" >&5
ac_lib_var=`echo elf'_'elf_begin | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6396,7 +6428,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lelf $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6400 "configure"
+#line 6432 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6407,7 +6439,7 @@ int main() {
elf_begin()
; return 0; }
EOF
-if { (eval echo configure:6411: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6428,7 +6460,7 @@ else
fi
echo $ac_n "checking for kvm_open in -lkvm""... $ac_c" 1>&6
-echo "configure:6432: checking for kvm_open in -lkvm" >&5
+echo "configure:6464: checking for kvm_open in -lkvm" >&5
ac_lib_var=`echo kvm'_'kvm_open | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6436,7 +6468,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkvm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6440 "configure"
+#line 6472 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6447,7 +6479,7 @@ int main() {
kvm_open()
; return 0; }
EOF
-if { (eval echo configure:6451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6469,7 +6501,7 @@ fi
# Check for the 4.4BSD definition of getloadavg.
echo $ac_n "checking for getloadavg in -lutil""... $ac_c" 1>&6
-echo "configure:6473: checking for getloadavg in -lutil" >&5
+echo "configure:6505: checking for getloadavg in -lutil" >&5
ac_lib_var=`echo util'_'getloadavg | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6477,7 +6509,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lutil $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6481 "configure"
+#line 6513 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6488,7 +6520,7 @@ int main() {
getloadavg()
; return 0; }
EOF
-if { (eval echo configure:6492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6514,7 +6546,7 @@ if test $ac_have_func = no; then
# Since it is not a standard part of AIX, it might be installed locally.
ac_getloadavg_LIBS="$LIBS"; LIBS="-L/usr/local/lib $LIBS"
echo $ac_n "checking for getloadavg in -lgetloadavg""... $ac_c" 1>&6
-echo "configure:6518: checking for getloadavg in -lgetloadavg" >&5
+echo "configure:6550: checking for getloadavg in -lgetloadavg" >&5
ac_lib_var=`echo getloadavg'_'getloadavg | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6522,7 +6554,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lgetloadavg $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6526 "configure"
+#line 6558 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6533,7 +6565,7 @@ int main() {
getloadavg()
; return 0; }
EOF
-if { (eval echo configure:6537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6560,12 +6592,12 @@ fi
for ac_func in getloadavg
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:6564: checking for $ac_func" >&5
+echo "configure:6596: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6569 "configure"
+#line 6601 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -6588,7 +6620,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:6592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6624: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -6626,17 +6658,17 @@ else
ac_have_func=no
ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
-echo "configure:6630: checking for sys/dg_sys_info.h" >&5
+echo "configure:6662: checking for sys/dg_sys_info.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6635 "configure"
+#line 6667 "configure"
#include "confdefs.h"
#include <sys/dg_sys_info.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6640: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6672: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6657,7 +6689,7 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
EOF
echo $ac_n "checking for dg_sys_info in -ldgc""... $ac_c" 1>&6
-echo "configure:6661: checking for dg_sys_info in -ldgc" >&5
+echo "configure:6693: checking for dg_sys_info in -ldgc" >&5
ac_lib_var=`echo dgc'_'dg_sys_info | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -6665,7 +6697,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldgc $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 6669 "configure"
+#line 6701 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -6676,7 +6708,7 @@ int main() {
dg_sys_info()
; return 0; }
EOF
-if { (eval echo configure:6680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -6721,17 +6753,17 @@ EOF
if test $ac_have_func = no; then
ac_safe=`echo "inq_stats/cpustats.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for inq_stats/cpustats.h""... $ac_c" 1>&6
-echo "configure:6725: checking for inq_stats/cpustats.h" >&5
+echo "configure:6757: checking for inq_stats/cpustats.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6730 "configure"
+#line 6762 "configure"
#include "confdefs.h"
#include <inq_stats/cpustats.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6735: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6767: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6764,17 +6796,17 @@ fi
if test $ac_have_func = no; then
ac_safe=`echo "sys/cpustats.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/cpustats.h""... $ac_c" 1>&6
-echo "configure:6768: checking for sys/cpustats.h" >&5
+echo "configure:6800: checking for sys/cpustats.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6773 "configure"
+#line 6805 "configure"
#include "confdefs.h"
#include <sys/cpustats.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6778: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6810: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6805,17 +6837,17 @@ fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:6809: checking for $ac_hdr" >&5
+echo "configure:6841: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6814 "configure"
+#line 6846 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6851: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6845,17 +6877,17 @@ done
ac_safe=`echo "nlist.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for nlist.h""... $ac_c" 1>&6
-echo "configure:6849: checking for nlist.h" >&5
+echo "configure:6881: checking for nlist.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6854 "configure"
+#line 6886 "configure"
#include "confdefs.h"
#include <nlist.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:6859: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:6891: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -6876,19 +6908,19 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
EOF
echo $ac_n "checking for n_un in struct nlist""... $ac_c" 1>&6
-echo "configure:6880: checking for n_un in struct nlist" >&5
+echo "configure:6912: checking for n_un in struct nlist" >&5
if eval "test \"`echo '$''{'ac_cv_struct_nlist_n_un'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6885 "configure"
+#line 6917 "configure"
#include "confdefs.h"
#include <nlist.h>
int main() {
struct nlist n; n.n_un.n_name = 0;
; return 0; }
EOF
-if { (eval echo configure:6892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:6924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_struct_nlist_n_un=yes
else
@@ -6915,12 +6947,12 @@ fi # Do not have getloadavg in system libraries.
# Some definitions of getloadavg require that the program be installed setgid.
echo $ac_n "checking whether getloadavg requires setgid""... $ac_c" 1>&6
-echo "configure:6919: checking whether getloadavg requires setgid" >&5
+echo "configure:6951: checking whether getloadavg requires setgid" >&5
if eval "test \"`echo '$''{'ac_cv_func_getloadavg_setgid'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6924 "configure"
+#line 6956 "configure"
#include "confdefs.h"
#include "$srcdir/getloadavg.c"
#ifdef LDAV_PRIVILEGED
@@ -6951,7 +6983,7 @@ fi
if test $ac_cv_func_getloadavg_setgid = yes; then
echo $ac_n "checking group of /dev/kmem""... $ac_c" 1>&6
-echo "configure:6955: checking group of /dev/kmem" >&5
+echo "configure:6987: checking group of /dev/kmem" >&5
if eval "test \"`echo '$''{'ac_cv_group_kmem'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -6972,27 +7004,27 @@ fi
echo $ac_n "checking for _LARGEFILE_SOURCE value needed for large files""... $ac_c" 1>&6
-echo "configure:6976: checking for _LARGEFILE_SOURCE value needed for large files" >&5
+echo "configure:7008: checking for _LARGEFILE_SOURCE value needed for large files" >&5
if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_sys_largefile_source=no
cat > conftest.$ac_ext <<EOF
-#line 6982 "configure"
+#line 7014 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() {
return !fseeko;
; return 0; }
EOF
-if { (eval echo configure:6989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
:
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
cat > conftest.$ac_ext <<EOF
-#line 6996 "configure"
+#line 7028 "configure"
#include "confdefs.h"
#define _LARGEFILE_SOURCE 1
#include <stdio.h>
@@ -7001,7 +7033,7 @@ int main() {
return !fseeko;
; return 0; }
EOF
-if { (eval echo configure:7005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:7037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_sys_largefile_source=1
else
@@ -7025,20 +7057,20 @@ EOF
# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
echo $ac_n "checking for fseeko""... $ac_c" 1>&6
-echo "configure:7029: checking for fseeko" >&5
+echo "configure:7061: checking for fseeko" >&5
if eval "test \"`echo '$''{'ac_cv_func_fseeko'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_func_fseeko=no
cat > conftest.$ac_ext <<EOF
-#line 7035 "configure"
+#line 7067 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() {
return fseeko && fseeko (stdin, 0, 0);
; return 0; }
EOF
-if { (eval echo configure:7042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_fseeko=yes
else
@@ -7060,12 +7092,12 @@ EOF
for ac_func in grantpt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:7064: checking for $ac_func" >&5
+echo "configure:7096: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7069 "configure"
+#line 7101 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -7088,7 +7120,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:7092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -7117,12 +7149,12 @@ done
for ac_func in getpt
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:7121: checking for $ac_func" >&5
+echo "configure:7153: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7126 "configure"
+#line 7158 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -7145,7 +7177,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:7149: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -7175,7 +7207,7 @@ done
# It's better to believe a function is not available
# than to expect to find it in ncurses.
echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
-echo "configure:7179: checking for tparm in -lncurses" >&5
+echo "configure:7211: checking for tparm in -lncurses" >&5
ac_lib_var=`echo ncurses'_'tparm | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7183,7 +7215,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lncurses $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7187 "configure"
+#line 7219 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7194,7 +7226,7 @@ int main() {
tparm()
; return 0; }
EOF
-if { (eval echo configure:7198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7225,7 +7257,7 @@ fi
# These tell us which Kerberos-related libraries to use.
if test "${with_kerberos+set}" = set; then
echo $ac_n "checking for com_err in -lcom_err""... $ac_c" 1>&6
-echo "configure:7229: checking for com_err in -lcom_err" >&5
+echo "configure:7261: checking for com_err in -lcom_err" >&5
ac_lib_var=`echo com_err'_'com_err | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7233,7 +7265,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lcom_err $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7237 "configure"
+#line 7269 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7244,7 +7276,7 @@ int main() {
com_err()
; return 0; }
EOF
-if { (eval echo configure:7248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7272,7 +7304,7 @@ else
fi
echo $ac_n "checking for mit_des_cbc_encrypt in -lk5crypto""... $ac_c" 1>&6
-echo "configure:7276: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
+echo "configure:7308: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
ac_lib_var=`echo k5crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7280,7 +7312,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lk5crypto $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7284 "configure"
+#line 7316 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7291,7 +7323,7 @@ int main() {
mit_des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7319,7 +7351,7 @@ else
fi
echo $ac_n "checking for mit_des_cbc_encrypt in -lcrypto""... $ac_c" 1>&6
-echo "configure:7323: checking for mit_des_cbc_encrypt in -lcrypto" >&5
+echo "configure:7355: checking for mit_des_cbc_encrypt in -lcrypto" >&5
ac_lib_var=`echo crypto'_'mit_des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7327,7 +7359,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lcrypto $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7331 "configure"
+#line 7363 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7338,7 +7370,7 @@ int main() {
mit_des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7366,7 +7398,7 @@ else
fi
echo $ac_n "checking for krb5_init_context in -lkrb5""... $ac_c" 1>&6
-echo "configure:7370: checking for krb5_init_context in -lkrb5" >&5
+echo "configure:7402: checking for krb5_init_context in -lkrb5" >&5
ac_lib_var=`echo krb5'_'krb5_init_context | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7374,7 +7406,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkrb5 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7378 "configure"
+#line 7410 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7385,7 +7417,7 @@ int main() {
krb5_init_context()
; return 0; }
EOF
-if { (eval echo configure:7389: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7414,7 +7446,7 @@ fi
if test "${with_kerberos5+set}" != set; then
echo $ac_n "checking for des_cbc_encrypt in -ldes425""... $ac_c" 1>&6
-echo "configure:7418: checking for des_cbc_encrypt in -ldes425" >&5
+echo "configure:7450: checking for des_cbc_encrypt in -ldes425" >&5
ac_lib_var=`echo des425'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7422,7 +7454,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldes425 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7426 "configure"
+#line 7458 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7433,7 +7465,7 @@ int main() {
des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7459,7 +7491,7 @@ EOF
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for des_cbc_encrypt in -ldes""... $ac_c" 1>&6
-echo "configure:7463: checking for des_cbc_encrypt in -ldes" >&5
+echo "configure:7495: checking for des_cbc_encrypt in -ldes" >&5
ac_lib_var=`echo des'_'des_cbc_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7467,7 +7499,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldes $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7471 "configure"
+#line 7503 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7478,7 +7510,7 @@ int main() {
des_cbc_encrypt()
; return 0; }
EOF
-if { (eval echo configure:7482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7508,7 +7540,7 @@ fi
fi
echo $ac_n "checking for krb_get_cred in -lkrb4""... $ac_c" 1>&6
-echo "configure:7512: checking for krb_get_cred in -lkrb4" >&5
+echo "configure:7544: checking for krb_get_cred in -lkrb4" >&5
ac_lib_var=`echo krb4'_'krb_get_cred | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7516,7 +7548,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkrb4 $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7520 "configure"
+#line 7552 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7527,7 +7559,7 @@ int main() {
krb_get_cred()
; return 0; }
EOF
-if { (eval echo configure:7531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7563: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7553,7 +7585,7 @@ EOF
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for krb_get_cred in -lkrb""... $ac_c" 1>&6
-echo "configure:7557: checking for krb_get_cred in -lkrb" >&5
+echo "configure:7589: checking for krb_get_cred in -lkrb" >&5
ac_lib_var=`echo krb'_'krb_get_cred | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7561,7 +7593,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lkrb $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7565 "configure"
+#line 7597 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7572,7 +7604,7 @@ int main() {
krb_get_cred()
; return 0; }
EOF
-if { (eval echo configure:7576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7608,17 +7640,17 @@ fi
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7612: checking for $ac_hdr" >&5
+echo "configure:7644: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7617 "configure"
+#line 7649 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7654: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7649,17 +7681,17 @@ done
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7653: checking for $ac_hdr" >&5
+echo "configure:7685: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7658 "configure"
+#line 7690 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7663: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7686,17 +7718,17 @@ for ac_hdr in kerberosIV/des.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7690: checking for $ac_hdr" >&5
+echo "configure:7722: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7695 "configure"
+#line 7727 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7700: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7732: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7723,17 +7755,17 @@ for ac_hdr in kerberos/des.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7727: checking for $ac_hdr" >&5
+echo "configure:7759: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7732 "configure"
+#line 7764 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7737: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7769,17 +7801,17 @@ done
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7773: checking for $ac_hdr" >&5
+echo "configure:7805: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7778 "configure"
+#line 7810 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7783: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7815: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7806,17 +7838,17 @@ for ac_hdr in kerberosIV/krb.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7810: checking for $ac_hdr" >&5
+echo "configure:7842: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7815 "configure"
+#line 7847 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7820: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7852: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7843,17 +7875,17 @@ for ac_hdr in kerberos/krb.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7847: checking for $ac_hdr" >&5
+echo "configure:7879: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7852 "configure"
+#line 7884 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7857: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7890,17 +7922,17 @@ done
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:7894: checking for $ac_hdr" >&5
+echo "configure:7926: checking for $ac_hdr" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 7899 "configure"
+#line 7931 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:7904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:7936: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -7931,7 +7963,7 @@ fi
# Solaris requires -lintl if you want strerror (which calls dgettext)
# to return localized messages.
echo $ac_n "checking for dgettext in -lintl""... $ac_c" 1>&6
-echo "configure:7935: checking for dgettext in -lintl" >&5
+echo "configure:7967: checking for dgettext in -lintl" >&5
ac_lib_var=`echo intl'_'dgettext | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -7939,7 +7971,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 7943 "configure"
+#line 7975 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -7950,7 +7982,7 @@ int main() {
dgettext()
; return 0; }
EOF
-if { (eval echo configure:7954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:7986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -7979,7 +8011,7 @@ fi
echo $ac_n "checking whether localtime caches TZ""... $ac_c" 1>&6
-echo "configure:7983: checking whether localtime caches TZ" >&5
+echo "configure:8015: checking whether localtime caches TZ" >&5
if eval "test \"`echo '$''{'emacs_cv_localtime_cache'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -7989,7 +8021,7 @@ if test "$cross_compiling" = yes; then
emacs_cv_localtime_cache=yes
else
cat > conftest.$ac_ext <<EOF
-#line 7993 "configure"
+#line 8025 "configure"
#include "confdefs.h"
#include <time.h>
extern char **environ;
@@ -8021,7 +8053,7 @@ main()
exit (0);
}
EOF
-if { (eval echo configure:8025: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
emacs_cv_localtime_cache=no
else
@@ -8051,12 +8083,12 @@ if test "x$HAVE_TIMEVAL" = xyes; then
for ac_func in gettimeofday
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:8055: checking for $ac_func" >&5
+echo "configure:8087: checking for $ac_func" >&5
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8060 "configure"
+#line 8092 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -8079,7 +8111,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:8083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -8104,12 +8136,12 @@ fi
done
echo $ac_n "checking whether gettimeofday can accept two arguments""... $ac_c" 1>&6
-echo "configure:8108: checking whether gettimeofday can accept two arguments" >&5
+echo "configure:8140: checking whether gettimeofday can accept two arguments" >&5
if eval "test \"`echo '$''{'emacs_cv_gettimeofday_two_arguments'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8113 "configure"
+#line 8145 "configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
@@ -8127,7 +8159,7 @@ struct timeval time;
gettimeofday (&time, 0);
; return 0; }
EOF
-if { (eval echo configure:8131: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8163: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
emacs_cv_gettimeofday_two_arguments=yes
else
@@ -8150,25 +8182,25 @@ fi
if test "$ac_cv_func_gettimeofday" = yes; then
echo $ac_n "checking for struct timezone""... $ac_c" 1>&6
-echo "configure:8154: checking for struct timezone" >&5
+echo "configure:8186: checking for struct timezone" >&5
if eval "test \"`echo '$''{'emacs_cv_struct_timezone'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8159 "configure"
+#line 8191 "configure"
#include "confdefs.h"
#include <sys/time.h>
int main() {
struct timezone tz;
; return 0; }
EOF
-if { (eval echo configure:8166: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:8198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
if test "$cross_compiling" = yes; then
emacs_cv_struct_timezone=yes
else
cat > conftest.$ac_ext <<EOF
-#line 8172 "configure"
+#line 8204 "configure"
#include "confdefs.h"
#ifdef TIME_WITH_SYS_TIME
@@ -8187,7 +8219,7 @@ main () {
exit (gettimeofday (&time, &dummy));
}
EOF
-if { (eval echo configure:8191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
emacs_cv_struct_timezone=yes
else
@@ -8213,12 +8245,12 @@ fi
ok_so_far=yes
echo $ac_n "checking for socket""... $ac_c" 1>&6
-echo "configure:8217: checking for socket" >&5
+echo "configure:8249: checking for socket" >&5
if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8222 "configure"
+#line 8254 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char socket(); below. */
@@ -8241,7 +8273,7 @@ socket();
; return 0; }
EOF
-if { (eval echo configure:8245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_socket=yes"
else
@@ -8264,17 +8296,17 @@ fi
if test $ok_so_far = yes; then
ac_safe=`echo "netinet/in.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for netinet/in.h""... $ac_c" 1>&6
-echo "configure:8268: checking for netinet/in.h" >&5
+echo "configure:8300: checking for netinet/in.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8273 "configure"
+#line 8305 "configure"
#include "confdefs.h"
#include <netinet/in.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8278: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8310: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8300,17 +8332,17 @@ fi
if test $ok_so_far = yes; then
ac_safe=`echo "arpa/inet.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for arpa/inet.h""... $ac_c" 1>&6
-echo "configure:8304: checking for arpa/inet.h" >&5
+echo "configure:8336: checking for arpa/inet.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8309 "configure"
+#line 8341 "configure"
#include "confdefs.h"
#include <arpa/inet.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8314: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8346: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8348,7 +8380,7 @@ EOF
fi
echo $ac_n "checking whether system supports dynamic ptys""... $ac_c" 1>&6
-echo "configure:8352: checking whether system supports dynamic ptys" >&5
+echo "configure:8384: checking whether system supports dynamic ptys" >&5
if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
@@ -8360,12 +8392,12 @@ else
fi
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
-echo "configure:8364: checking for pid_t" >&5
+echo "configure:8396: checking for pid_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8369 "configure"
+#line 8401 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -8394,17 +8426,17 @@ fi
ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
-echo "configure:8398: checking for vfork.h" >&5
+echo "configure:8430: checking for vfork.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8403 "configure"
+#line 8435 "configure"
#include "confdefs.h"
#include <vfork.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:8408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:8440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -8429,18 +8461,18 @@ else
fi
echo $ac_n "checking for working vfork""... $ac_c" 1>&6
-echo "configure:8433: checking for working vfork" >&5
+echo "configure:8465: checking for working vfork" >&5
if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
if test "$cross_compiling" = yes; then
echo $ac_n "checking for vfork""... $ac_c" 1>&6
-echo "configure:8439: checking for vfork" >&5
+echo "configure:8471: checking for vfork" >&5
if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8444 "configure"
+#line 8476 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vfork(); below. */
@@ -8463,7 +8495,7 @@ vfork();
; return 0; }
EOF
-if { (eval echo configure:8467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:8499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_vfork=yes"
else
@@ -8485,7 +8517,7 @@ fi
ac_cv_func_vfork_works=$ac_cv_func_vfork
else
cat > conftest.$ac_ext <<EOF
-#line 8489 "configure"
+#line 8521 "configure"
#include "confdefs.h"
/* Thanks to Paul Eggert for this test. */
#include <stdio.h>
@@ -8580,7 +8612,7 @@ main() {
}
}
EOF
-if { (eval echo configure:8584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:8616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_vfork_works=yes
else
@@ -8605,12 +8637,12 @@ fi
# Fixme: This should be replaced when we have autoconf 2.14.
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:8609: checking for size_t" >&5
+echo "configure:8641: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 8614 "configure"
+#line 8646 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index 27605eb750a..ca16b06959a 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -230,6 +230,7 @@
(put 'ansi-colors 'custom-loads '("ansi-color"))
(put 'file-cache 'custom-loads '("filecache"))
(put 'uce 'custom-loads '("uce"))
+(put 'starttls 'custom-loads '("starttls"))
(put 'boolean 'custom-loads '("bookmark"))
(put 'backup 'custom-loads '("files"))
(put 'matching 'custom-loads '("simple" "isearch" "replace" "bookmark" "completion" "ffap" "imenu"))
@@ -299,7 +300,7 @@
(put 'tools 'custom-loads '("add-log" "calculator" "compare-w" "diff-mode" "diff" "ediff" "elide-head" "emerge" "gud" "pcvs-defs" "smerge-mode" "speedbar" "tempo" "tooltip" "vc" "which-func" "copyright" "compile" "ebrowse" "etags" "glasses" "make-mode" "rcompile"))
(put 'gnus-topic 'custom-loads '("gnus-topic"))
(put 'sgml 'custom-loads '("sgml-mode"))
-(put 'keyboard 'custom-loads '("simple" "chistory" "type-break"))
+(put 'keyboard 'custom-loads '("mule" "chistory" "type-break"))
(put 'isearch-faces 'custom-loads '("isearch"))
(put 'eshell-hist 'custom-loads '("em-hist"))
(put 'viper-mouse 'custom-loads '("viper-mous"))
@@ -390,7 +391,7 @@
(put 'bs-appearance 'custom-loads '("bs"))
(put 'pcmpl-cvs 'custom-loads '("pcmpl-cvs"))
(put 'eshell-mode 'custom-loads '("esh-mode"))
-(put 'files 'custom-loads '("files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp"))
+(put 'files 'custom-loads '("mule" "files" "autoinsert" "autorevert" "cus-edit" "filecache" "recentf" "shadow" "ange-ftp"))
(put 'pcl-cvs 'custom-loads '("cvs-status" "log-edit" "log-view" "pcvs-defs" "pcvs-info" "pcvs-parse" "pcvs"))
(put 'rmail-files 'custom-loads '("rmail"))
(put 'gnus-summary-format 'custom-loads '("gnus-sum" "gnus"))
@@ -404,11 +405,11 @@
(put 'gnus-windows 'custom-loads '("gnus-win"))
(put 'reftex-label-support 'custom-loads '("reftex-vars"))
(put 'gnus-article-buttons 'custom-loads '("gnus-art"))
-(put 'old-c 'custom-loads '("c-mode" "cc-vars"))
+(put 'old-c 'custom-loads '("c-mode"))
(put 'gnus-summary 'custom-loads '("gnus-sum" "gnus"))
(put 'compilation 'custom-loads '("compile"))
(put 'ediff-highlighting 'custom-loads '("ediff-init"))
-(put 'idlwave-shell-general-setup 'custom-loads '("idlw-shell"))
+(put 'idlwave-shell-general-setup 'custom-loads '("idlw-shell" "idlwave"))
(put 'xscheme 'custom-loads '("xscheme"))
(put 'checkdoc 'custom-loads '("checkdoc"))
(put 'gnus-article-hiding 'custom-loads '("gnus-art" "gnus-sum"))
@@ -473,7 +474,7 @@
(put 'message-sending 'custom-loads '("message"))
(put 'archive-arc 'custom-loads '("arc-mode"))
(put 'rmail-output 'custom-loads '("rmailout"))
-(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "auto-show" "cus-edit" "faces" "outline" "hl-line" "hscroll" "vcursor" "whitespace" "picture"))
+(put 'editing 'custom-loads '("simple" "view" "indent" "paragraphs" "cus-edit" "faces" "ooutline" "hl-line" "vcursor" "whitespace" "picture" "auto-show" "hscroll"))
(put 'crisp 'custom-loads '("crisp"))
(put 'nroff 'custom-loads '("nroff-mode"))
(put 'gnus-group-icons 'custom-loads '("gnus-group"))
@@ -490,17 +491,17 @@
(put 'pascal 'custom-loads '("pascal"))
(put 'rmail-retrieve 'custom-loads '("rmail" "rmailsum"))
(put 'data 'custom-loads '("text-mode" "arc-mode" "forms" "hexl" "jka-compr" "saveplace" "sort" "tar-mode" "time-stamp" "timeclock" "snmp-mode"))
-(put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars"))
+(put 'mail 'custom-loads '("simple" "startup" "time" "gnus" "mail-utils" "mm-decode" "message" "imap" "starttls" "emacsbug" "feedmail" "mail-extr" "mail-hist" "mailalias" "metamail" "mh-e" "mspools" "rmail" "sendmail" "smtpmail" "supercite" "uce" "fortune" "eudc-vars"))
(put 'paren-blinking 'custom-loads '("simple"))
(put 'gnus-summary-sort 'custom-loads '("gnus-sum"))
(put 'fast-lock 'custom-loads '("fast-lock"))
(put 'gnus-group-new 'custom-loads '("gnus-start"))
(put 'viper-highlighting 'custom-loads '("viper-init"))
(put 'customize 'custom-loads '("wid-edit" "cus-edit"))
-(put 'dired 'custom-loads '("files" "dired-aux" "dired-x" "dired" "find-dired"))
+(put 'dired 'custom-loads '("files" "ls-lisp" "dired-aux" "dired-x" "dired" "find-dired"))
(put 'recentf 'custom-loads '("recentf"))
(put 'fill 'custom-loads '("simple" "newcomment" "fill" "align"))
-(put 'outlines 'custom-loads '("allout" "outline" "ooutline"))
+(put 'outlines 'custom-loads '("allout" "ooutline" "outline"))
(put 'latin1-display 'custom-loads '("latin1-disp"))
(put 'paragraphs 'custom-loads '("paragraphs"))
(put 'ebrowse 'custom-loads '("ebrowse"))
@@ -560,11 +561,12 @@
(put 'hideshow 'custom-loads '("hideshow"))
(put 'mailcap 'custom-loads '("mailcap"))
(put 'viper-search 'custom-loads '("viper-init"))
-(put 'mule 'custom-loads '("mule-cmds" "kkc"))
+(put 'ls-lisp 'custom-loads '("ls-lisp"))
+(put 'mule 'custom-loads '("mule" "mule-cmds" "kkc"))
(put 'glasses 'custom-loads '("glasses"))
(put 'vhdl-style 'custom-loads '("vhdl-mode"))
(put 'tempo 'custom-loads '("tempo"))
-(put 'c 'custom-loads '("tooltip" "cc-vars" "cmacexp" "cpp" "hideif"))
+(put 'c 'custom-loads '("tooltip" "cc-vars" "c-mode" "cmacexp" "cpp" "hideif"))
(put 'nnmail-prepare 'custom-loads '("nnmail"))
(put 'processes 'custom-loads '("ansi-color" "comint" "cus-edit" "executable" "pcomplete" "shell" "term" "metamail" "compile" "sql" "flyspell" "rcompile" "rlogin"))
(put 'ebnf2ps 'custom-loads '("ebnf2ps"))
@@ -660,8 +662,6 @@
(custom-put-if-not 'change-log-date-face 'group-documentation nil)
(custom-put-if-not 'find-tag-marker-ring-length 'custom-version "20.3")
(custom-put-if-not 'find-tag-marker-ring-length 'standard-value t)
-(custom-put-if-not 'input-mode-8-bit 'custom-version "21.1")
-(custom-put-if-not 'input-mode-8-bit 'standard-value t)
(custom-put-if-not 'elide-head 'custom-version "21.1")
(custom-put-if-not 'elide-head 'group-documentation "Eliding copyright headers and the like in source files.")
(custom-put-if-not 'vc-rcs-checkout-switches 'custom-version "21.1")
@@ -688,8 +688,6 @@ the tasks accomplished by such tools.")
(custom-put-if-not 'change-log-email-face 'group-documentation nil)
(custom-put-if-not 'mouse 'custom-version "21.1")
(custom-put-if-not 'mouse 'group-documentation "Input from the mouse.")
-(custom-put-if-not 'ansi-color-for-shell-mode 'custom-version "20.8")
-(custom-put-if-not 'ansi-color-for-shell-mode 'standard-value t)
(custom-put-if-not 'snmp 'custom-version "20.4")
(custom-put-if-not 'snmp 'group-documentation "Mode for editing SNMP MIB files.")
(custom-put-if-not 'widget-image-enable 'custom-version "21.1")
@@ -737,7 +735,7 @@ the tasks accomplished by such tools.")
(custom-put-if-not 'gnus-ignored-from-addresses 'custom-version "21.1")
(custom-put-if-not 'gnus-ignored-from-addresses 'standard-value t)
(custom-put-if-not 'ansi-colors 'custom-version "20.7")
-(custom-put-if-not 'ansi-colors 'group-documentation "Translating SGR control sequences to text-properties.
+(custom-put-if-not 'ansi-colors 'group-documentation "Translating SGR control sequences to faces.
This translation effectively colorizes strings and regions based upon
SGR control sequences embedded in the text. SGR (Select Graphic
Rendition) control sequences are defined in section 3.8.117 of the
@@ -745,6 +743,8 @@ ECMA-48 standard (identical to ISO/IEC 6429), which is freely available
as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'gnus-group-name-charset-method-alist 'custom-version "21.1")
(custom-put-if-not 'gnus-group-name-charset-method-alist 'standard-value t)
+(custom-put-if-not 'starttls 'custom-version "21.1")
+(custom-put-if-not 'starttls 'group-documentation "Support for `Transport Layer Security' protocol.")
(custom-put-if-not 'vc-sccs-register-switches 'custom-version "21.1")
(custom-put-if-not 'vc-sccs-register-switches 'standard-value t)
(custom-put-if-not 'gnus-article-date-lapsed-new-header 'custom-version "21.1")
@@ -791,6 +791,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'vc-rcs-header 'standard-value t)
(custom-put-if-not 'vhdl 'custom-version "20.4")
(custom-put-if-not 'vhdl 'group-documentation "Customizations for VHDL Mode.")
+(custom-put-if-not 'message-mail-user-agent 'custom-version "21.1")
+(custom-put-if-not 'message-mail-user-agent 'standard-value t)
(custom-put-if-not 'face-font-registry-alternatives 'custom-version "21.1")
(custom-put-if-not 'face-font-registry-alternatives 'standard-value t)
(custom-put-if-not 'show-paren-priority 'custom-version "21.1")
@@ -843,6 +845,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'net-utils 'group-documentation "Network utility functions.")
(custom-put-if-not 'log-edit 'custom-version "21.1")
(custom-put-if-not 'log-edit 'group-documentation "Major mode for editing RCS and CVS commit messages.")
+(custom-put-if-not 'cperl-invalid-face 'custom-version "21.1")
+(custom-put-if-not 'cperl-invalid-face 'standard-value t)
(custom-put-if-not 'finger-X.500-host-regexps 'custom-version "21.1")
(custom-put-if-not 'finger-X.500-host-regexps 'standard-value t)
(custom-put-if-not 'uce-mail-reader 'custom-version "20.3")
@@ -914,7 +918,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'speedbar-indentation-width 'custom-version "21.1")
(custom-put-if-not 'speedbar-indentation-width 'standard-value t)
(custom-put-if-not 'hl-line 'custom-version "21.1")
-(custom-put-if-not 'hl-line 'group-documentation "Highliight the current line.")
+(custom-put-if-not 'hl-line 'group-documentation "Highlight the current line.")
(custom-put-if-not 'find-file-wildcards 'custom-version "20.4")
(custom-put-if-not 'find-file-wildcards 'standard-value t)
(custom-put-if-not 'custom-comment-face 'custom-version "21.1")
@@ -927,6 +931,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t)
(custom-put-if-not 'rmail-default-body-file 'custom-version "20.3")
(custom-put-if-not 'rmail-default-body-file 'standard-value t)
+(custom-put-if-not 'ansi-color-for-comint-mode 'custom-version "20.8")
+(custom-put-if-not 'ansi-color-for-comint-mode 'standard-value t)
(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'custom-version "21.1")
(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t)
(custom-put-if-not 'gnus-summary-show-article-charset-alist 'custom-version "21.1")
@@ -935,6 +941,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'vc-dired-listing-switches 'standard-value t)
(custom-put-if-not 'rmail-movemail-flags 'custom-version "20.3")
(custom-put-if-not 'rmail-movemail-flags 'standard-value t)
+(custom-put-if-not 'keyboard-coding-system 'custom-version "21.1")
+(custom-put-if-not 'keyboard-coding-system 'standard-value t)
(custom-put-if-not 'sql-sybase-options 'custom-version "20.8")
(custom-put-if-not 'sql-sybase-options 'standard-value t)
(custom-put-if-not 'gnus-read-newsrc-file 'custom-version "21.1")
@@ -965,6 +973,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'diary-unknown-time 'standard-value t)
(custom-put-if-not 'browse-url-lynx-emacs-args 'custom-version "20.3")
(custom-put-if-not 'browse-url-lynx-emacs-args 'standard-value t)
+(custom-put-if-not 'todo 'custom-version "21.1")
+(custom-put-if-not 'todo 'group-documentation "Maintain a list of todo items.")
(custom-put-if-not 'tooltip 'custom-version "21.1")
(custom-put-if-not 'tooltip 'group-documentation "Customization group for the `tooltip' package.")
(custom-put-if-not 'gnus-newsgroup-ignored-charsets 'custom-version "21.1")
@@ -977,6 +987,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'tool-bar 'group-documentation nil)
(custom-put-if-not 'vc-default-init-version 'custom-version "20.3")
(custom-put-if-not 'vc-default-init-version 'standard-value t)
+(custom-put-if-not 'message-forward-show-mml 'custom-version "21.1")
+(custom-put-if-not 'message-forward-show-mml 'standard-value t)
(custom-put-if-not 'gametree 'custom-version "20.3")
(custom-put-if-not 'gametree 'group-documentation "Manage game analysis trees in Emacs.")
(custom-put-if-not 'change-log-function-face 'custom-version "21.1")
@@ -1003,6 +1015,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'easy-menu-precalculate-equivalent-keybindings 'standard-value t)
(custom-put-if-not 'debugger-batch-max-lines 'custom-version "21.1")
(custom-put-if-not 'debugger-batch-max-lines 'standard-value t)
+(custom-put-if-not 'delete-key-deletes-forward 'custom-version "21.1")
+(custom-put-if-not 'delete-key-deletes-forward 'standard-value t)
(custom-put-if-not 'desktop-enable 'custom-version "20.3")
(custom-put-if-not 'desktop-enable 'standard-value t)
(custom-put-if-not 'vc-dired-terse-display 'custom-version "20.3")
@@ -1016,7 +1030,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
(custom-put-if-not 'eval-expression-print-level 'standard-value t)
-(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "gnus-start" "vc" "paths" "sgml-mode" "net-utils" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "files" "add-log" "find-func" "wid-edit" "vc-rcs" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "gnus-art" "browse-url" "speedbar") ("20.8" "ansi-color" "sql"))
+(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "gnus-start" "mule" "vc" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "files" "add-log" "find-func" "wid-edit" "vc-rcs" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "gnus-art" "browse-url" "speedbar") ("20.8" "ansi-color" "sql"))
"For internal use by custom.")
(provide 'cus-load)
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el
index 9d2ad59f474..6f281e57d05 100644
--- a/lisp/finder-inf.el
+++ b/lisp/finder-inf.el
@@ -15,12 +15,12 @@
("add-log.el"
"change log maintenance commands for Emacs"
(tools))
+ ("align.el"
+ "align text to a specific column, by regexp"
+ (convenience languages lisp))
("allout.el"
- "Extensive outline mode for use alone and with other modes."
- (outlines))
- ("ange-ftp.el"
- "transparent FTP support for GNU Emacs"
- (comm))
+ nil
+ (outline mode wp languages))
("ansi-color.el"
"translate ANSI into text-properties"
(comm processes))
@@ -33,9 +33,9 @@
("array.el"
"array editing commands for Gnu Emacs"
(extensions))
- ("auto-show.el"
- "perform automatic horizontal scrolling as point moves"
- (scroll display convenience))
+ ("autoarg.el"
+ "make digit keys supply prefix args"
+ (abbrev emulations))
("autoinsert.el"
"automatic mode-dependent insertion of text into new files"
(convenience))
@@ -54,15 +54,18 @@
("bookmark.el"
"set bookmarks, maybe annotate them, jump to them later."
(bookmarks placeholders annotations))
- ("browse-url.el"
- "Pass a URL to a WWW browser"
- (hypertext hypermedia mouse))
+ ("bs.el"
+ "menu for selecting and displaying buffers"
+ (convenience))
("buff-menu.el"
"buffer menu main function and support functions."
nil)
("byte-run.el"
"byte-compiler support for inlining"
(internal))
+ ("calculator.el"
+ "A [not so] simple calculator for Emacs."
+ (tools convenience))
("case-table.el"
"code to extend the character set and support case tables."
(i18n))
@@ -87,11 +90,14 @@
("completion.el"
"dynamic word-completion code"
(abbrev convenience))
+ ("composite.el"
+ "Support character composition."
+ (mule multilingual character composition))
("cus-dep.el"
"Find customization dependencies."
(internal))
("cus-edit.el"
- "Tools for customizating Emacs and Lisp packages."
+ "Tools for customizing Emacs and Lisp packages."
(help faces))
("cus-face.el"
"customization support for faces."
@@ -105,6 +111,9 @@
("custom.el"
"Tools for declaring and initializing options."
(help faces))
+ ("cvs-status.el"
+ "Major mode for browsing `cvs status' output"
+ (pcl-cvs cvs status tree))
("dabbrev.el"
"dynamic abbreviation package"
(abbrev expand completion convenience))
@@ -113,13 +122,16 @@
(internal))
("delsel.el"
"delete selection if you insert"
- nil)
+ (convenience emulations))
("derived.el"
"allow inheritance of major modes."
- nil)
+ (extensions))
("desktop.el"
"save partial status of Emacs when killed"
- (customization))
+ (convenience))
+ ("diff-mode.el"
+ "A mode for viewing/editing context diffs"
+ (patch diff))
("diff.el"
"Run `diff' in compilation-mode."
(unix tools))
@@ -152,7 +164,7 @@
(i18n))
("ebuff-menu.el"
"electric-buffer-list mode"
- nil)
+ (convenience))
("echistory.el"
"Electric Command History Mode"
nil)
@@ -188,7 +200,7 @@
nil)
("ediff.el"
"a comprehensive visual interface to diff & patch"
- (comparing merging patching version control.))
+ (comparing merging patching tools unix))
("edmacro.el"
"keyboard macro editor"
(abbrev))
@@ -198,6 +210,9 @@
("electric.el"
"window maker and Command loop for `electric' modes."
(extensions))
+ ("elide-head.el"
+ "hide headers in files"
+ (outlines tools))
("emacs-lock.el"
"prevents you from exiting emacs if a buffer is locked"
(extensions processes))
@@ -210,30 +225,6 @@
("env.el"
"functions to manipulate environment variables."
(processes unix))
- ("eudc-bck-bbdb.el"
- "Emacs Unified Directory Client - BBDB Backend"
- (help))
- ("eudc-bck-ldap.el"
- "Emacs Unified Directory Client - LDAP Backend"
- (help))
- ("eudc-bck-ph.el"
- "Emacs Unified Directory Client - CCSO PH/QI Backend"
- (help))
- ("eudc-bob.el"
- "Binary Objects Support for EUDC"
- (help))
- ("eudc-custom-vars.el"
- "Emacs Unified Directory Client"
- (help))
- ("eudc-export.el"
- "Functions to export EUDC qeuery results"
- (help))
- ("eudc-hotlist.el"
- "Hotlist Management for EUDC"
- (help))
- ("eudc.el"
- "Emacs Unified Directory Client"
- (help))
("expand.el"
"make abbreviations more usable."
(abbrev))
@@ -264,6 +255,9 @@
("find-gc.el"
"detect functions that call the garbage collector"
nil)
+ ("find-lisp.el"
+ "Emulation of find in Emacs Lisp"
+ (unix))
("finder-inf.el"
"keyword-to-package mapping"
(help))
@@ -306,9 +300,6 @@
("generic.el"
"Defining simple major modes with comment and font-lock."
(generic comment font-lock))
- ("goto-addr.el"
- "click to browse URL or to send to e-mail address"
- (mh-e www mouse mail))
("gs.el"
"interface to Ghostscript"
(internal))
@@ -324,6 +315,9 @@
("hexl.el"
"edit a file in a hex dump format using the hexl filter."
(data))
+ ("hi-lock.el"
+ "Minor mode for interactive automatic highlighting."
+ (faces minor-mode matching display))
("hilit-chg.el"
"minor mode displaying buffer changes with special face"
(faces))
@@ -335,16 +329,16 @@
(abbrev convenience))
("hl-line.el"
"highlight the current line"
- (faces frames))
- ("hscroll.el"
- nil
- (display))
+ (faces frames emulation))
("icomplete.el"
"minibuffer completion incremental feedback"
(help abbrev))
("ielm.el"
"interaction mode for Emacs Lisp"
(lisp))
+ ("image-file.el"
+ "Support for visiting image files"
+ (multimedia))
("image.el"
"image API"
(multimedia))
@@ -368,7 +362,7 @@
(matching))
("iswitchb.el"
"switch between buffers using substrings"
- (extensions convenience))
+ (completion convenience))
("jit-lock.el"
"just-in-time fontification."
(faces files))
@@ -381,15 +375,12 @@
("lazy-lock.el"
"Lazy demand-driven fontification for fast Font Lock mode."
(faces files))
- ("ldap.el"
- "Client interface to LDAP for Emacs"
- (comm))
("ledit.el"
"Emacs side of ledit interface"
nil)
("loaddefs.el"
- "define autoloads from other files"
- (internal))
+ "automatically extracted autoloads"
+ nil)
("loadhist.el"
"lisp functions for working with feature groups"
(internal))
@@ -398,7 +389,13 @@
(internal))
("locate.el"
"interface to the locate command"
- nil)
+ (unix files))
+ ("log-edit.el"
+ "Major mode for editing CVS commit messages"
+ (pcl-cvs cvs commit log))
+ ("log-view.el"
+ "Major mode for browsing RCS/CVS/SCCS log output"
+ (rcs sccs cvs log version-control))
("lpr.el"
"print Emacs buffer on line printer."
(unix))
@@ -419,10 +416,13 @@
(lisp extensions))
("menu-bar.el"
"define a default menu bar."
- (internal))
+ (internal mouse))
("midnight.el"
"run something every midnight, e.g., kill old buffers."
(utilities))
+ ("minibuf-eldef.el"
+ "Only show defaults in prompts when applicable"
+ (convenience))
("misc.el"
"some nonstandard basic editing commands for Emacs"
nil)
@@ -437,13 +437,16 @@
(mouse))
("mouse.el"
"window system-independent mouse support"
- (hardware))
+ (hardware mouse))
("msb.el"
"Customizable buffer-selection with multiple menus."
(mouse buffer menu))
- ("net-utils.el"
- "Network functions"
- (network communications))
+ ("mwheel.el"
+ "Mouse support for MS intelli-mouse type mice"
+ (mouse))
+ ("newcomment.el"
+ "(un)comment regions of buffers"
+ (comment uncomment))
("novice.el"
"handling of disabled commands (\"novice mode\") for Emacs."
(internal help))
@@ -459,24 +462,51 @@
("paths.el"
"define pathnames for use by various Emacs commands."
(internal))
- ("ph.el"
- "Client for the CCSO directory system (aka PH/QI)"
- (help))
+ ("pcmpl-cvs.el"
+ "functions for dealing with cvs completions"
+ nil)
+ ("pcmpl-gnu.el"
+ "completions for GNU project tools"
+ nil)
+ ("pcmpl-linux.el"
+ "functions for dealing with cvs completions"
+ nil)
+ ("pcmpl-rpm.el"
+ "functions for dealing with rpm completions"
+ nil)
+ ("pcmpl-unix.el"
+ "standard UNIX completions"
+ nil)
+ ("pcomplete.el"
+ "programmable completion"
+ (processes abbrev))
+ ("pcvs-defs.el"
+ "variable definitions for PCL-CVS"
+ (pcl-cvs))
+ ("pcvs-info.el"
+ "Internal representation of a fileinfo entry"
+ (pcl-cvs))
+ ("pcvs-parse.el"
+ "The CVS output parser"
+ (pcl-cvs))
+ ("pcvs-util.el"
+ "Utitlity functions for pcl-cvs"
+ (pcl-cvs))
+ ("pcvs.el"
+ "A Front-end to CVS."
+ (cvs version control release management))
("ps-bdf.el"
"BDF font file handler for ps-print."
- (bdf font postscript))
+ (wp bdf font postscript))
("ps-mule.el"
"Provide multi-byte character facility to ps-print."
- (print postscript multibyte mule))
+ (wp print postscript multibyte mule))
("ps-print.el"
"Print text from the buffer as PostScript"
- (print postscript))
- ("quickurl.el"
- "Insert an URL based on text at point in buffer."
- (hypermedia))
- ("rcompile.el"
- "run a compilation on a remote machine"
- (tools processes))
+ (wp print postscript))
+ ("recentf.el"
+ "setup a menu of recently opened files"
+ (customization))
("rect.el"
"rectangle functions for GNU Emacs."
(internal))
@@ -498,9 +528,6 @@
("resume.el"
"process command line args from within a suspended Emacs job"
(processes))
- ("rlogin.el"
- "remote login interface"
- (unix comm))
("rot13.el"
"display a buffer in rot13."
nil)
@@ -537,9 +564,9 @@
("skeleton.el"
"Lisp language extension for writing statement skeletons"
(extensions abbrev languages tools))
- ("snmp-mode.el"
- "SNMP & SNMPv2 MIB major mode."
- (data))
+ ("smerge-mode.el"
+ "Minor mode to resolve diff3 conflicts"
+ (merge diff3 cvs conflict))
("sort.el"
"commands to sort text in an Emacs buffer."
(unix))
@@ -579,9 +606,6 @@
("tcp.el"
"TCP/IP stream emulation for GNU Emacs"
nil)
- ("telnet.el"
- "run a telnet session from within an Emacs buffer"
- nil)
("tempo.el"
"Flexible template insertion"
(extensions languages tools))
@@ -598,7 +622,7 @@
"Maintain last change time stamps in files edited by Emacs"
(tools))
("time.el"
- "display time and load in mode line of Emacs."
+ "display time, load and mail indicator in mode line of Emacs. "
nil)
("timer.el"
"run a function with args at some time in future."
@@ -627,9 +651,18 @@
("userlock.el"
"handle file access contention between multiple users"
(internal))
+ ("vc-cvs.el"
+ "non-resident support for CVS version-control"
+ nil)
("vc-hooks.el"
"resident support for version-control"
nil)
+ ("vc-rcs.el"
+ "support for RCS version-control"
+ nil)
+ ("vc-sccs.el"
+ "support for SCCS version-control"
+ nil)
("vc.el"
"drive a version-control system from within Emacs"
nil)
@@ -657,9 +690,6 @@
("w32-fns.el"
"Lisp routines for Windows NT."
nil)
- ("webjump.el"
- "programmable Web hotlist"
- (comm www))
("which-func.el"
"Print current function in mode line"
(mode-line imenu tools))
@@ -670,32 +700,38 @@
"Functions for browsing widgets."
(extensions))
("wid-edit.el"
- "Functions for creating and using widgets."
+ "Functions for creating and using widgets"
(extensions))
("widget.el"
"a library of user interface components."
(help extensions faces hypermedia))
+ ("windmove.el"
+ "directional window-selection routines."
+ (window movement convenience))
("window.el"
"GNU Emacs window commands aside from those written in C."
nil)
("winner.el"
"Restore old window configurations"
- (windows))
+ (convenience frames))
+ ("woman.el"
+ "browse UN*X manual pages `wo (without) man'"
+ (help man un*x manual))
("x-apollo.el"
"Apollo support functions"
nil)
("x-menu.el"
"menu support for X "
nil)
+ ("xml.el"
+ "XML parser"
+ (xml))
("xscheme.el"
- "run Scheme under Emacs"
+ "run MIT Scheme under Emacs"
(languages lisp))
("xt-mouse.el"
"Support the mouse when emacs run in an xterm."
(mouse terminals))
- ("zone-mode.el"
- "major mode for editing DNS zone files."
- (dns languages))
("appt.el"
"appointment notification functions."
(calendar))
@@ -756,723 +792,237 @@
("solar.el"
"calendar functions for solar events."
(calendar))
- ("bib-mode.el"
- "bib-mode, major mode for editing bib files."
- (bib))
- ("bibtex.el"
- "BibTeX mode for GNU Emacs"
- (bibtex latex tex))
- ("fill.el"
- "fill commands for Emacs"
- (wp))
- ("flyspell.el"
- "On-the-fly spell checker"
- (convenience))
- ("ispell.el"
- "Interface to International Ispell Version 3.1"
- nil)
- ("makeinfo.el"
- "run makeinfo conveniently"
- nil)
- ("nroff-mode.el"
- "GNU Emacs major mode for editing nroff source"
- (wp))
- ("ooutline.el"
- "outline mode commands for Emacs"
- (outlines))
- ("outline.el"
- "outline mode commands for Emacs"
- (outlines))
- ("page-ext.el"
- "extended page handling commands"
- nil)
- ("page.el"
- "page motion commands for emacs."
- nil)
- ("paragraphs.el"
- "paragraph and sentence parsing."
- (wp))
- ("picture.el"
- "\"Picture mode\" -- editing using quarter-plane screen model."
- nil)
- ("refbib.el"
- "convert refer-style references to ones usable by Latex bib"
- (bib tex))
- ("refer.el"
- "look up references in bibliography files."
- (bib))
- ("reftex-auc.el"
- nil
- nil)
- ("reftex-cite.el"
- nil
- nil)
- ("reftex-global.el"
- nil
- nil)
- ("reftex-index.el"
- nil
- nil)
- ("reftex-parse.el"
- nil
- nil)
- ("reftex-ref.el"
- nil
- nil)
- ("reftex-sel.el"
- nil
- nil)
- ("reftex-toc.el"
- nil
- nil)
- ("reftex-vars.el"
- nil
- nil)
- ("reftex-vcr.el"
- nil
- nil)
- ("reftex.el"
- "Minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"
- (tex))
- ("scribe.el"
- "scribe mode, and its idiosyncratic commands."
- (wp))
- ("sgml-mode.el"
- "SGML- and HTML-editing modes"
- (wp hypermedia comm languages))
- ("spell.el"
- "spelling correction interface for Emacs."
- (wp unix))
- ("tex-mode.el"
- "TeX, LaTeX, and SliTeX mode commands."
- (tex))
- ("texinfmt.el"
- "format Texinfo files into Info files."
- (maint tex docs))
- ("texinfo.el"
- "major mode for editing Texinfo files"
- (maint tex docs))
- ("texnfo-upd.el"
- "utilities for updating nodes and menus in Texinfo files"
- (maint tex docs))
- ("text-mode.el"
- "text mode, and its idiosyncratic commands."
- nil)
- ("two-column.el"
- "minor mode for editing of two-column text"
- nil)
- ("underline.el"
- "insert/remove underlining (done by overstriking) in Emacs."
- (wp))
- ("AT386.el"
- "terminal support package for IBM AT keyboards"
- (terminals))
- ("apollo.el"
- nil
- nil)
- ("bg-mouse.el"
- "GNU Emacs code for BBN Bitgraph mouse."
- (hardware))
- ("bobcat.el"
- nil
- nil)
- ("internal.el"
- "support for PC internal terminal"
- nil)
- ("iris-ansi.el"
- "configure Emacs for SGI xwsh and winterm apps"
- nil)
- ("keyswap.el"
- "swap BS and DEL keys"
- (terminals))
- ("linux.el"
- nil
- nil)
- ("lk201.el"
- nil
- nil)
- ("news.el"
- "keypad and function key bindings for the Sony NEWS keyboard"
- (terminals))
- ("pc-win.el"
- "setup support for `PC windows' (whatever that is)."
- nil)
- ("sun-mouse.el"
- "mouse handling for Sun windows"
- (hardware))
- ("sun.el"
- "keybinding for standard default sunterm keys"
- (terminals))
- ("sup-mouse.el"
- "supdup mouse support for lisp machines"
- (hardware))
- ("tvi970.el"
- "terminal support for the Televideo 970"
- (terminals))
- ("vt100.el"
- "define VT100 function key sequences in function-key-map"
- (terminals))
- ("vt102.el"
- nil
- nil)
- ("vt125.el"
- nil
- nil)
- ("vt200.el"
- nil
- nil)
- ("vt201.el"
- nil
- nil)
- ("vt220.el"
- nil
- nil)
- ("vt240.el"
- nil
- nil)
- ("vt300.el"
- nil
- nil)
- ("vt320.el"
- nil
- nil)
- ("vt400.el"
- nil
+ ("timeclock.el"
+ "mode for keeping track of how much you work"
+ (calendar data))
+ ("todo-mode.el"
+ "Major mode for editing TODO list files"
+ (calendar todo))
+ ("advice.el"
+ "an overloading mechanism for Emacs Lisp functions"
+ (extensions lisp tools))
+ ("assoc.el"
+ "insert/delete/sort functions on association lists"
+ (extensions))
+ ("authors.el"
+ "utility for maintaining Emacs' AUTHORS file"
+ (maint))
+ ("autoload.el"
+ "maintain autoloads in loaddefs.el."
+ (maint))
+ ("backquote.el"
+ "implement the ` Lisp construct"
+ (extensions internal))
+ ("byte-opt.el"
+ "the optimization passes of the emacs-lisp byte compiler."
+ (internal))
+ ("bytecomp.el"
+ "compilation of Lisp code into byte code."
+ (lisp))
+ ("checkdoc.el"
+ "Check documentation strings for style requirements"
+ (docs maint lisp))
+ ("cl-compat.el"
+ "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
+ (extensions))
+ ("cl-extra.el"
+ "Common Lisp features, part 2"
+ (extensions))
+ ("cl-indent.el"
+ "enhanced lisp-indent mode"
+ (lisp tools))
+ ("cl-macs.el"
+ "Common Lisp macros"
+ (extensions))
+ ("cl-seq.el"
+ "Common Lisp features, part 3"
+ (extensions))
+ ("cl-specs.el"
+ "Edebug specs for cl.el"
+ (lisp tools maint))
+ ("cl.el"
+ "Common Lisp extensions for Emacs"
+ (extensions))
+ ("copyright.el"
+ "update the copyright notice in current buffer"
+ (maint tools))
+ ("crm.el"
+ "read multiple strings with completion"
+ (completion minibuffer multiple elements))
+ ("cust-print.el"
+ "handles print-level and print-circle."
+ (extensions))
+ ("debug.el"
+ "debuggers and related commands for Emacs"
+ (lisp tools maint))
+ ("disass.el"
+ "disassembler for compiled Emacs Lisp code"
+ (internal))
+ ("easy-mmode.el"
+ "easy definition for major and minor modes."
nil)
- ("vt420.el"
- nil
+ ("easymenu.el"
+ "support the easymenu interface for defining a menu."
+ (emulations))
+ ("edebug.el"
+ "a source-level debugger for Emacs Lisp"
+ (lisp tools maint))
+ ("eldoc.el"
+ "show function arglist or variable docstring in echo area"
+ (extensions))
+ ("elint.el"
+ "Lint Emacs Lisp"
+ (lisp))
+ ("elp.el"
+ "Emacs Lisp Profiler"
+ (debugging lisp tools))
+ ("ewoc.el"
+ "Utility to maintain a view of a list of objects in a buffer"
+ (extensions lisp))
+ ("find-func.el"
+ "find the definition of the Emacs Lisp function near point"
+ (emacs-lisp functions variables))
+ ("float.el"
+ "obsolete floating point arithmetic package."
+ (extensions))
+ ("gulp.el"
+ "Ask for updates for Lisp packages"
+ (maintenance))
+ ("helper.el"
+ "utility help package supporting help in electric modes"
+ (help))
+ ("levents.el"
+ "emulate the Lucid event data type and associated functions."
nil)
- ("w32-win.el"
- "parse switches controlling interface with W32 window system."
- (terminals))
- ("wyse50.el"
- "terminal support code for Wyse 50"
- (terminals))
- ("x-win.el"
- "parse switches controlling interface with X window system"
- (terminals))
- ("xterm.el"
- "define function key sequences for xterm"
- (terminals))
- ("ada-mode.el"
- "An Emacs major-mode for editing Ada source."
- (languages oop ada))
- ("ada-stmt.el"
- nil
- (languages ada))
- ("asm-mode.el"
- "mode for editing assembler code"
- (tools languages))
- ("awk-mode.el"
- "AWK code editing commands for Emacs"
- (unix languages))
- ("c-mode.el"
- "C code editing commands for Emacs"
- (c))
- ("cc-align.el"
- "custom indentation functions for CC Mode"
- (c languages oop))
- ("cc-cmds.el"
- "user level commands for CC Mode"
- (c languages oop))
- ("cc-compat.el"
- "cc-mode compatibility with c-mode.el confusion"
- (c languages oop))
- ("cc-defs.el"
- "compile time definitions for CC Mode"
- (c languages oop))
- ("cc-engine.el"
- "core syntax guessing engine for CC mode"
- (c languages oop))
- ("cc-langs.el"
- "specific language support for CC Mode"
- (c languages oop))
- ("cc-make.el"
- "Simplifies compilation."
- (c languages oop))
- ("cc-menus.el"
- "imenu support for CC Mode"
- (c languages oop))
- ("cc-mode.el"
- "major mode for editing C, C++, Objective-C, and Java code"
- (c languages oop))
- ("cc-styles.el"
- "support for styles in CC Mode"
- (c languages oop))
- ("cc-vars.el"
- "user customization variables for CC Mode"
- (c languages oop))
- ("cmacexp.el"
- "expand C macros in a region"
- (c))
- ("compile.el"
- "run compiler as inferior of Emacs, parse error messages."
- (tools processes))
- ("cperl-mode.el"
- "Perl code editing commands for Emacs"
- (languages perl))
- ("cplus-md.el"
- "old C++ code editing mode for Emacs"
- (c))
- ("cpp.el"
- "Highlight or hide text according to cpp conditionals."
- (c faces tools))
- ("dcl-mode.el"
- "major mode for editing DCL command files"
- (dcl editing major-mode languages))
- ("delphi.el"
- "Major mode for editing Delphi source (Object Pascal) in Emacs"
- (languages))
- ("etags.el"
- "etags facility for Emacs"
- (tools))
- ("executable.el"
- "base functionality for executable interpreter scripts"
- (languages unix))
- ("f90.el"
- "Fortran-90 mode (free format)"
- (fortran f90 languages))
- ("fortran.el"
- "Fortran mode for GNU Emacs"
- (languages))
- ("hideif.el"
- "hides selected code within ifdef."
- (c outlines))
- ("hideshow.el"
- "minor mode cmds to selectively display blocks of code"
- (c c++ java lisp tools editing comments blocks hiding outlines))
- ("icon.el"
- "mode for editing Icon code"
- (languages))
- ("inf-lisp.el"
- "an inferior-lisp mode"
- (processes lisp))
- ("m4-mode.el"
- "m4 code editing commands for Emacs"
- (languages faces))
- ("make-mode.el"
- "makefile editing commands for Emacs"
- (unix tools))
- ("mantemp.el"
- "Create manual template instantiations from g++ 2.7.2 output."
- (g++ templates))
- ("meta-mode.el"
- "major mode for editing Metafont or MetaPost sources."
- (metafont metapost tex languages))
- ("modula2.el"
- "Modula-2 editing support package"
- (languages))
- ("octave-hlp.el"
- "getting help on Octave symbols using info"
- (languages))
- ("octave-inf.el"
- "running Octave as an inferior Emacs process"
- (languages))
- ("octave-mod.el"
- "editing Octave source files under Emacs"
- (languages))
- ("pascal.el"
- "major mode for editing pascal source in Emacs"
- (languages))
- ("perl-mode.el"
- "Perl code editing commands for GNU Emacs"
- (languages))
- ("prolog.el"
- "major mode for editing and running Prolog under Emacs"
- (languages))
- ("scheme.el"
- "Scheme (and DSSSL) editing mode."
- (languages lisp))
- ("sh-script.el"
- "shell-script editing commands for Emacs"
- (languages unix))
- ("simula.el"
- "SIMULA 87 code editing commands for Emacs"
- (languages))
- ("sql.el"
- "specialized comint.el for SQL interpreters"
- (comm languages processes))
- ("tcl.el"
- "Tcl code editing commands for Emacs"
- (languages tcl modes))
- ("vhdl-mode.el"
- "major mode for editing VHDL code"
- (languages vhdl))
- ("5x5.el"
- "Simple little puzzle game."
- (games puzzles))
- ("blackbox.el"
- "blackbox game in Emacs Lisp"
- (games))
- ("bruce.el"
- "bruce phrase utility for overloading the Communications"
- (games))
- ("cookie1.el"
- "retrieve random phrases from fortune cookie files"
- (games))
- ("decipher.el"
- "Cryptanalyze monoalphabetic substitution ciphers"
- (games))
- ("dissociate.el"
- "scramble text amusingly for Emacs."
- (games))
- ("doctor.el"
- "psychological help for frustrated users."
- (games))
- ("dunnet.el"
- "Text adventure for Emacs"
- (games))
- ("fortune.el"
- "Use fortune to create signatures"
- (games utils mail))
- ("gamegrid.el"
- "Library for implementing grid-based games on Emacs"
- (games))
- ("gametree.el"
- "manage game analysis trees in Emacs"
- (games))
- ("gomoku.el"
- "Gomoku game between you and Emacs"
- (games))
- ("handwrite.el"
- "turns your emacs buffer into a handwritten document"
- (cursive writing))
- ("hanoi.el"
- "towers of hanoi in Emacs"
- (games))
- ("landmark.el"
- "neural-network robot that learns landmarks"
- (gomoku neural network adaptive search chemotaxis))
- ("life.el"
- "John Horton Conway's `Life' game for GNU Emacs"
- (games))
- ("meese.el"
- "protect the impressionable young minds of America"
- (games))
- ("morse.el"
- "Convert text to morse code and back."
+ ("lisp-mnt.el"
+ "minor mode for Emacs Lisp maintainers"
+ (docs))
+ ("lisp-mode.el"
+ "Lisp mode, and its idiosyncratic commands."
+ (lisp languages))
+ ("lisp.el"
+ "Lisp editing commands for Emacs"
+ (lisp languages))
+ ("lmenu.el"
+ "emulate Lucid's menubar support"
+ (emulations obsolete))
+ ("lselect.el"
+ "Lucid interface to X Selections"
+ (emulations))
+ ("lucid.el"
+ "Emulate some Lucid Emacs functions."
nil)
- ("mpuz.el"
- "multiplication puzzle for GNU Emacs"
- (games))
- ("snake.el"
- "Implementation of Snake for Emacs"
- (games))
- ("solitaire.el"
- "game of solitaire in Emacs Lisp"
- (games))
- ("spook.el"
- "spook phrase utility for overloading the NSA line eater"
- (games))
- ("studly.el"
- "StudlyCaps (tm)(r)(c)(xxx)"
- (games))
- ("tetris.el"
- "Implementation of Tetris for Emacs"
- (games))
- ("yow.el"
- "quote random zippyisms"
- (games))
- ("blessmail.el"
- "Decide whether movemail needs special privileges."
- (internal))
- ("emacsbug.el"
- "command to report Emacs bugs to appropriate mailing list."
- (maint mail))
- ("feedmail.el"
- "assist other email packages to massage outgoing messages"
- (email queue mail sendmail message spray smtp draft))
- ("mail-extr.el"
- "extract full name and address from RFC 822 mail header."
- (mail))
- ("mail-hist.el"
- "Headers and message body history for outgoing mail."
- (mail history))
- ("mail-utils.el"
- "utility functions used both by rmail and rnews"
- (mail news))
- ("mailabbrev.el"
- "abbrev-expansion of mail aliases."
- (mail))
- ("mailalias.el"
- "expand and complete mailing address aliases"
- (mail))
- ("mailheader.el"
- "Mail header parsing, merging, formatting"
- (tools mail news))
- ("mailpost.el"
- "RMAIL coupler to /usr/uci/post mailer"
- (mail))
- ("metamail.el"
- "Metamail interface for GNU Emacs"
- (mail news mime multimedia))
- ("mh-comp.el"
- "mh-e functions for composing messages"
+ ("pp.el"
+ "pretty printer for Emacs Lisp"
nil)
- ("mh-e.el"
- "GNU Emacs interface to the MH mail system"
- (mail))
- ("mh-funcs.el"
- "mh-e functions not everyone will use right away"
+ ("profile.el"
+ "generate run time measurements of Emacs Lisp functions"
+ (lisp tools))
+ ("re-builder.el"
+ "Building Regexps with visual feedback"
+ (matching lisp tools))
+ ("regexp-opt.el"
+ "generate efficient regexps to match strings."
+ (strings regexps extensions))
+ ("ring.el"
+ "handle rings of items"
+ (extensions))
+ ("shadow.el"
+ "Locate Emacs Lisp file shadowings."
+ (lisp))
+ ("sregex.el"
+ "symbolic regular expressions"
+ (extensions))
+ ("tq.el"
+ "utility to maintain a transaction queue"
+ (extensions))
+ ("trace.el"
+ "tracing facility for Emacs Lisp functions"
+ (tools lisp))
+ ("crisp.el"
+ "CRiSP/Brief Emacs emulator"
+ (emulations brief crisp))
+ ("edt-lk201.el"
+ "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards"
+ (emulations))
+ ("edt-mapper.el"
+ "Create an EDT LK-201 Map File for X-Windows Emacs"
+ (emulations))
+ ("edt-pc.el"
+ "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards"
+ (emulations))
+ ("edt-vt100.el"
+ "Enhanced EDT Keypad Mode Emulation for VT Series Terminals"
+ (emulations))
+ ("edt.el"
+ "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19"
+ (emulations))
+ ("mlconvert.el"
+ "convert buffer of Mocklisp code to real lisp."
+ (emulations))
+ ("mlsupport.el"
+ "run-time support for mocklisp code."
+ (extensions))
+ ("pc-mode.el"
+ "emulate certain key bindings used on PCs."
+ (emulations))
+ ("pc-select.el"
+ "emulate mark, cut, copy and paste from Motif"
+ (convenience emulation))
+ ("tpu-edt.el"
+ "Emacs emulating TPU emulating EDT"
+ (emulations))
+ ("tpu-extras.el"
+ "Scroll margins and free cursor mode for TPU-edt"
+ (emulations))
+ ("tpu-mapper.el"
+ "Create a TPU-edt X-windows keymap file"
+ (emulations))
+ ("vi.el"
+ "major mode for emulating \"vi\" editor under GNU Emacs."
+ (emulations))
+ ("vip.el"
+ "a VI Package for GNU Emacs"
+ (emulations))
+ ("viper-cmd.el"
+ "Vi command support for Viper"
nil)
- ("mh-mime.el"
- "mh-e support for composing MIME messages"
+ ("viper-ex.el"
+ "functions implementing the Ex commands for Viper"
nil)
- ("mh-pick.el"
- "make a search pattern and search for a message in mh-e"
+ ("viper-init.el"
+ "some common definitions for Viper"
nil)
- ("mh-seq.el"
- "mh-e sequences support"
+ ("viper-keym.el"
+ "Viper keymaps"
nil)
- ("mh-utils.el"
- "mh-e code needed for both sending and reading"
+ ("viper-macs.el"
+ "functions implementing keyboard macros for Viper"
nil)
- ("mspools.el"
- "show mail spools waiting to be read."
- (mail))
- ("reporter.el"
- "customizable bug reporting of lisp programs"
- (maint mail tools))
- ("rfc822.el"
- "hairy rfc822 parser for mail and news and suchlike"
- (mail))
- ("rmail.el"
- "main code of \"RMAIL\" mail reader for Emacs."
- (mail))
- ("rmailedit.el"
- "\"RMAIL edit mode\" Edit the current message."
- (mail))
- ("rmailkwd.el"
- "part of the \"RMAIL\" mail reader for Emacs."
- (mail))
- ("rmailmsc.el"
- "miscellaneous support functions for the RMAIL mail reader"
- (mail))
- ("rmailout.el"
- "\"RMAIL\" mail reader for Emacs: output message to a file."
- (mail))
- ("rmailsort.el"
- "Rmail: sort messages."
- (mail))
- ("rmailsum.el"
- "make summary buffers for the mail reader"
- (mail))
- ("rnews.el"
- "USENET news reader for gnu emacs"
- (news))
- ("rnewspost.el"
- "USENET news poster/mailer for GNU Emacs"
- (mail news))
- ("sc.el"
- "old name for supercite"
+ ("viper-mous.el"
+ "mouse support for Viper"
nil)
- ("sendmail.el"
- "mail sending commands for Emacs."
- (mail))
- ("smtpmail.el"
- "simple SMTP protocol (RFC 821) for sending mail"
- (mail))
- ("supercite.el"
- "minor mode for citing mail and news replies"
- (mail news))
- ("uce.el"
- "facilitate reply to unsolicited commercial email"
- (uce unsolicited commercial email))
- ("undigest.el"
- "digest-cracking support for the RMAIL mail reader"
- (mail))
- ("unrmail.el"
- "convert Rmail files to mailbox files."
- (mail))
- ("vms-pmail.el"
- "use Emacs as the editor within VMS mail."
- (vms))
- ("china-util.el"
- "utilities for Chinese"
- (mule multilingual chinese))
- ("chinese.el"
- "Support for Chinese"
- (multilingual chinese))
- ("cyril-util.el"
- "utilities for Cyrillic scripts"
- (mule multilingual cyrillic))
- ("cyrillic.el"
- "Support for Cyrillic"
- (multilingual cyrillic))
- ("czech.el"
- "support for Czech"
- (multilingual czech))
- ("devan-util.el"
- "Support for Devanagari Script Composition"
- (multilingual indian devanagari))
- ("devanagari.el"
- "Support for Devanagari"
- (multilingual indian devanagari))
- ("english.el"
- "English support"
- (multibyte character character set syntax category))
- ("ethio-util.el"
- "utilities for Ethiopic"
- (mule multilingual ethiopic))
- ("ethiopic.el"
- "Support for Ethiopic"
- (multilingual ethiopic))
- ("european.el"
- "European languages"
- (multilingual european))
- ("greek.el"
- "Support for Greek"
- (multilingual greek))
- ("hebrew.el"
- "Support for Hebrew"
- (multilingual hebrew))
- ("indian.el"
- "Support for Indian Languages"
- (multilingual indian))
- ("japan-util.el"
- "utilities for Japanese"
- (mule multilingual japanese))
- ("japanese.el"
- "Japanese support"
- (multilingual japanese))
- ("korea-util.el"
- "utilities for Korean"
- (mule multilingual korean))
- ("korean.el"
- "Support for Korean"
- (multilingual korean))
- ("lao-util.el"
- "utilities for Lao"
- (multilingual lao))
- ("lao.el"
- "Support for Lao"
- (multilingual lao))
- ("misc-lang.el"
- "support for miscellaneous languages (characters)"
- (multilingual character set coding system))
- ("romanian.el"
- "Support for Romanian"
- (multilingual romanian))
- ("slovak.el"
- "Support for Slovak"
- (multilingual slovak))
- ("thai-util.el"
- "utilities for Thai"
- (mule multilingual thai))
- ("thai.el"
- "Support for Thai"
- (multilingual thai))
- ("tibet-util.el"
- "Support for inputting Tibetan characters"
- (multilingual tibetan))
- ("tibetan.el"
- "Support for Tibetan language"
- (multilingual tibetan))
- ("viet-util.el"
- "utilities for Vietnamese"
- (mule multilingual vietnamese))
- ("vietnamese.el"
- "Support for Vietnamese"
- (multilingual vietnamese))
- ("ccl.el"
- "CCL (Code Conversion Language) compiler"
- (ccl mule multilingual character set coding-system))
- ("characters.el"
- "set syntax and category for multibyte characters"
- (multibyte character character set syntax category))
- ("codepage.el"
- "MS-DOS specific coding systems."
- (i18n ms-dos codepage))
- ("encoded-kb.el"
- "Handler to input multibyte characters encoded somehow"
+ ("viper-util.el"
+ "Utilities used by viper.el"
nil)
- ("fontset.el"
- "Commands for handling fontset."
- (mule multilingual fontset))
- ("isearch-x.el"
- "extended isearch handling commands"
- (multilingual isearch))
- ("iso-acc.el"
- "minor mode providing electric accent keys"
- (i18n))
- ("iso-ascii.el"
- "set up char tables for ISO 8859/1 on ASCII terminals."
- (i18n))
- ("iso-cvt.el"
- "translate ISO 8859-1 from/to various encodings"
- (tex iso latin i18n))
- ("iso-insert.el"
- "insert functions for ISO 8859/1."
- (i18n))
- ("iso-swed.el"
- "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
- (i18n))
- ("iso-transl.el"
- "keyboard input definitions for ISO 8859/1."
- (i18n))
- ("kinsoku.el"
- "`Kinsoku' processing funcs."
- (mule kinsoku))
- ("kkc.el"
- "Kana Kanji converter"
- (mule multilingual japanese skk))
- ("latin-1.el"
- "set up case-conversion and syntax tables for ISO Latin-1"
- (i18n))
- ("latin-2.el"
- "set up case-conversion and syntax tables for ISO Latin-2"
- (i18n))
- ("latin-3.el"
- "set up case-conversion and syntax tables for ISO Latin-3"
- (i18n))
- ("latin-4.el"
- "set up case-conversion and syntax tables for ISO Latin-4"
- (i18n))
- ("latin-5.el"
- "set up case-conversion and syntax tables for ISO latin-5"
- (i18n))
- ("latin-8.el"
- "set up case-conversion and syntax tables for ISO Latin-8"
- (i18n))
- ("latin-9.el"
- "set up case-conversion and syntax tables for ISO Latin-9"
- (i18n))
- ("mule-cmds.el"
- "Commands for mulitilingual environment"
- (mule multilingual))
- ("mule-conf.el"
- "configure multilingual environment"
- (mule multilingual character set coding system))
- ("mule-diag.el"
- "Show diagnosis of multilingual environment (Mule)"
- (multilingual charset coding system fontset diagnosis))
- ("mule-util.el"
- "Utility functions for mulitilingual environment (mule)"
- (mule multilingual))
- ("mule.el"
- "basic commands for mulitilingual environment"
- (mule multilingual character set coding system))
- ("ogonek.el"
- "change the encoding of Polish diacritics"
- (i18n))
- ("quail.el"
- "Provides simple input method for multilingual text"
- (mule multilingual input method))
- ("skkdic-cnv.el"
- "Convert a SKK dictionary for `skkdic-utl'"
- (mule multilingual japanese skk))
- ("skkdic-utl.el"
- "Utility functions for handling SKK dictionary"
- (mule multilingual japanese skk))
- ("swedish.el"
- "miscellaneous functions for dealing with Swedish."
- (i18n))
- ("titdic-cnv.el"
- "convert cxterm dictionary (TIT format) to Quail package"
- (quail tit cxterm))
+ ("viper.el"
+ "A full-featured Vi emulator for GNU Emacs and XEmacs,"
+ (emulations))
+ ("ws-mode.el"
+ "WordStar emulation mode for GNU Emacs"
+ (emulations))
+ ("binhex.el"
+ "elisp native binhex decode"
+ (binhex news))
("earcon.el"
"Sound effects for messages"
nil)
+ ("flow-fill.el"
+ "interprete RFC2646 \"flowed\" text"
+ (mail))
+ ("format-spec.el"
+ "functions for formatting arbitrary formatting strings"
+ (tools))
("gnus-agent.el"
"unplugged support for Gnus"
nil)
@@ -1484,7 +1034,7 @@
(news))
("gnus-audio.el"
"Sound effects for Gnus"
- nil)
+ (news mail multimedia))
("gnus-bcklg.el"
"backlog functions for Gnus"
(news))
@@ -1524,15 +1074,18 @@
("gnus-kill.el"
"kill commands for Gnus"
(news))
- ("gnus-load.el"
- "automatically extracted custom dependencies"
- nil)
("gnus-logic.el"
"advanced scoring code for Gnus"
(news))
("gnus-mh.el"
"mh-e interface for Gnus"
(news))
+ ("gnus-ml.el"
+ "Mailing list minor mode for Gnus"
+ (news))
+ ("gnus-mlspl.el"
+ "a group params-based mail splitting mechanism"
+ (news mail))
("gnus-move.el"
"commands for moving Gnus from one server to another"
(news))
@@ -1540,8 +1093,8 @@
"mail and post interface for Gnus"
(news))
("gnus-mule.el"
- "Provide multilingual environment to GNUS"
- (gnus mule))
+ "Provide backward compatibility function to GNUS"
+ (news i18n))
("gnus-nocem.el"
"NoCeM pseudo-cancellation treatment"
(news))
@@ -1591,14 +1144,56 @@
"window configuration functions for Gnus"
(news))
("gnus.el"
- "a newsreader for GNU Emacs"
+ nil
+ (news mail))
+ ("ietf-drums.el"
+ "Functions for parsing RFC822bis headers"
+ nil)
+ ("imap.el"
+ "imap library"
+ (mail))
+ ("mail-parse.el"
+ "Interface functions for parsing mail"
+ nil)
+ ("mail-prsvr.el"
+ "Interface variables for parsing mail"
+ nil)
+ ("mail-source.el"
+ "functions for fetching mail"
(news mail))
+ ("mailcap.el"
+ "MIME media types configuration"
+ (news mail multimedia))
("message.el"
"composing mail and news messages"
(mail news))
("messcompat.el"
"making message mode compatible with mail mode"
(mail news))
+ ("mm-bodies.el"
+ "Functions for decoding MIME things"
+ nil)
+ ("mm-decode.el"
+ "Functions for decoding MIME things"
+ nil)
+ ("mm-encode.el"
+ "Functions for encoding MIME things "
+ nil)
+ ("mm-partial.el"
+ "showing message/partial"
+ (message partial))
+ ("mm-util.el"
+ "Utility functions for MIME things"
+ nil)
+ ("mm-uu.el"
+ "Return uu stuff as mm handles"
+ (postscript uudecode binhex shar forward news))
+ ("mm-view.el"
+ "Functions for viewing MIME objects"
+ nil)
+ ("mml.el"
+ "A package for parsing and validating MML documents"
+ nil)
("nnagent.el"
"offline backend for Gnus"
(news mail))
@@ -1626,6 +1221,9 @@
("nnheader.el"
"header access macros for Gnus and its backends"
(news))
+ ("nnimap.el"
+ "imap backend for Gnus"
+ (mail))
("nnkiboze.el"
"select virtual news access for Gnus"
(news))
@@ -1647,6 +1245,9 @@
("nnoo.el"
"OO Gnus Backends"
(news))
+ ("nnslashdot.el"
+ "interfacing with Slashdot"
+ (news))
("nnsoup.el"
"SOUP access for Gnus"
(news mail))
@@ -1654,11 +1255,17 @@
"spool access for GNU Emacs"
(news))
("nntp.el"
- "nntp access for Gnus Copyright (C) 1987-90,92-97 Free"
+ "nntp access for Gnus"
+ (news))
+ ("nnultimate.el"
+ "interfacing with the Ultimate Bulletin Board system"
(news))
("nnvirtual.el"
"virtual newsgroups access for Gnus"
(news))
+ ("nnwarchive.el"
+ "interfacing with web archives"
+ (news egroups mail-archive))
("nnweb.el"
"retrieving articles via web search engines"
(news))
@@ -1668,215 +1275,1003 @@
("pop3.el"
"Post Office Protocol (RFC 1460) interface"
(mail))
+ ("qp.el"
+ "Quoted-Printable functions"
+ (mail extensions))
+ ("rfc1843.el"
+ "HZ (rfc1843) decoding"
+ (news hz hz+ mail i18n))
+ ("rfc2045.el"
+ "Functions for decoding rfc2045 headers"
+ nil)
+ ("rfc2047.el"
+ "Functions for encoding and decoding rfc2047 messages"
+ nil)
+ ("rfc2104.el"
+ "RFC2104 Hashed Message Authentication Codes"
+ (mail))
+ ("rfc2231.el"
+ "Functions for decoding rfc2231 headers"
+ nil)
("score-mode.el"
"mode for editing Gnus score files"
(news mail))
- ("crisp.el"
- "CRiSP/Brief Emacs emulator"
- (emulations brief crisp))
- ("edt-lk201.el"
- "Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards"
- (emulations))
- ("edt-mapper.el"
- "Create an EDT LK-201 Map File for X-Windows Emacs"
- (emulations))
- ("edt-pc.el"
- "Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards"
- (emulations))
- ("edt-vt100.el"
- "Enhanced EDT Keypad Mode Emulation for VT Series Terminals"
- (emulations))
- ("edt.el"
- "Enhanced EDT Keypad Mode Emulation for GNU Emacs 19"
- (emulations))
- ("mlconvert.el"
- "convert buffer of Mocklisp code to real lisp."
- (emulations))
- ("mlsupport.el"
- "run-time support for mocklisp code."
- (extensions))
- ("pc-mode.el"
- "emulate certain key bindings used on PCs."
- (emulations))
- ("pc-select.el"
- "emulate mark, cut, copy and paste from Motif"
- (convenience ))
- ("tpu-edt.el"
- "Emacs emulating TPU emulating EDT"
- (emulations))
- ("tpu-extras.el"
- "Scroll margins and free cursor mode for TPU-edt"
- (emulations))
- ("tpu-mapper.el"
- "Create a TPU-edt X-windows keymap file"
- (emulations))
- ("vi.el"
- "major mode for emulating \"vi\" editor under GNU Emacs."
- (emulations))
- ("vip.el"
- "a VI Package for GNU Emacs"
- (emulations))
- ("viper-cmd.el"
- "Vi command support for Viper"
+ ("smiley-ems.el"
+ "displaying smiley faces"
+ (news mail multimedia))
+ ("starttls.el"
+ "STARTTLS functions"
+ (tls ssl openssl mail news))
+ ("time-date.el"
+ "Date and time handling functions"
+ (mail news util))
+ ("utf7.el"
+ "UTF-7 encoding/decoding for Emacs"
+ (mail))
+ ("uudecode.el"
+ "elisp native uudecode"
+ (uudecode news))
+ ("webmail.el"
+ "interfacing with web mail"
+ (hotmail netaddress my-deja netscape))
+ ("ccl.el"
+ "CCL (Code Conversion Language) compiler"
+ (ccl mule multilingual character set coding-system))
+ ("characters.el"
+ "set syntax and category for multibyte characters"
+ (multibyte character character set syntax category))
+ ("codepage.el"
+ "MS-DOS/MS-Windows specific coding systems."
+ (i18n ms-dos ms-windows codepage))
+ ("encoded-kb.el"
+ "Handler to input multibyte characters encoded somehow"
nil)
- ("viper-ex.el"
- "functions implementing the Ex commands for Viper"
+ ("fontset.el"
+ "Commands for handling fontset."
+ (mule multilingual fontset))
+ ("isearch-x.el"
+ "extended isearch handling commands"
+ (multilingual isearch))
+ ("iso-acc.el"
+ "minor mode providing electric accent keys"
+ (i18n))
+ ("iso-ascii.el"
+ "set up char tables for ISO 8859/1 on ASCII terminals."
+ (i18n))
+ ("iso-cvt.el"
+ "translate ISO 8859-1 from/to various encodings"
+ (tex iso latin i18n))
+ ("iso-insert.el"
+ "insert functions for ISO 8859/1."
+ (i18n))
+ ("iso-swed.el"
+ "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
+ (i18n))
+ ("iso-transl.el"
+ "keyboard input definitions for ISO 8859/1."
+ (i18n))
+ ("ja-dic-cnv.el"
+ "Convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"
+ (mule multilingual japanese))
+ ("ja-dic-utl.el"
+ "Utilities for handling Japanese dictionary (SKK-JISYO.L)"
+ (mule multilingual japanese))
+ ("kinsoku.el"
+ "`Kinsoku' processing funcs."
+ (mule kinsoku))
+ ("kkc.el"
+ "Kana Kanji converter"
+ (mule multilingual japanese))
+ ("latin-1.el"
+ "set up case-conversion and syntax tables for ISO Latin-1"
+ (i18n))
+ ("latin-2.el"
+ "set up case-conversion and syntax tables for ISO Latin-2"
+ (i18n))
+ ("latin-3.el"
+ "set up case-conversion and syntax tables for ISO Latin-3"
+ (i18n))
+ ("latin-4.el"
+ "set up case-conversion and syntax tables for ISO Latin-4"
+ (i18n))
+ ("latin-5.el"
+ "set up case-conversion and syntax tables for ISO latin-5"
+ (i18n))
+ ("latin-8.el"
+ "set up case-conversion and syntax tables for ISO Latin-8"
+ (i18n))
+ ("latin-9.el"
+ "set up case-conversion and syntax tables for ISO Latin-9"
+ (i18n))
+ ("latin1-disp.el"
+ "display tables for other ISO 8859 on Latin-1 terminals"
+ (i18n))
+ ("mule-cmds.el"
+ "Commands for mulitilingual environment"
+ (mule multilingual))
+ ("mule-conf.el"
+ "configure multilingual environment"
+ (mule multilingual character set coding system))
+ ("mule-diag.el"
+ "Show diagnosis of multilingual environment (Mule)"
+ (multilingual charset coding system fontset diagnosis i18n))
+ ("mule-util.el"
+ "Utility functions for mulitilingual environment (mule)"
+ (mule multilingual))
+ ("mule.el"
+ "basic commands for mulitilingual environment"
+ (mule multilingual character set coding system))
+ ("ogonek.el"
+ "change the encoding of Polish diacritics"
+ (i18n))
+ ("quail.el"
+ "Provides simple input method for multilingual text"
+ (mule multilingual input method))
+ ("swedish.el"
+ "miscellaneous functions for dealing with Swedish."
+ (i18n))
+ ("titdic-cnv.el"
+ "convert cxterm dictionary (TIT format) to Quail package"
+ (quail tit cxterm))
+ ("china-util.el"
+ "utilities for Chinese"
+ (mule multilingual chinese))
+ ("chinese.el"
+ "Support for Chinese"
+ (multilingual chinese))
+ ("cyril-util.el"
+ "utilities for Cyrillic scripts"
+ (mule multilingual cyrillic))
+ ("cyrillic.el"
+ "Support for Cyrillic"
+ (multilingual cyrillic))
+ ("czech.el"
+ "support for Czech"
+ (multilingual czech))
+ ("devan-util.el"
+ "Support for Devanagari Script Composition"
+ (multilingual indian devanagari))
+ ("devanagari.el"
+ "Support for Devanagari"
+ (multilingual indian devanagari))
+ ("english.el"
+ "English support"
+ (multibyte character character set syntax category))
+ ("ethio-util.el"
+ "utilities for Ethiopic"
+ (mule multilingual ethiopic))
+ ("ethiopic.el"
+ "Support for Ethiopic"
+ (multilingual ethiopic))
+ ("european.el"
+ "European languages"
+ (multilingual european))
+ ("greek.el"
+ "Support for Greek"
+ (multilingual greek))
+ ("hebrew.el"
+ "Support for Hebrew"
+ (multilingual hebrew))
+ ("indian.el"
+ "Support for Indian Languages"
+ (multilingual indian))
+ ("japan-util.el"
+ "utilities for Japanese"
+ (mule multilingual japanese))
+ ("japanese.el"
+ "Japanese support"
+ (multilingual japanese))
+ ("korea-util.el"
+ "utilities for Korean"
+ (mule multilingual korean))
+ ("korean.el"
+ "Support for Korean"
+ (multilingual korean))
+ ("lao-util.el"
+ "utilities for Lao"
+ (multilingual lao))
+ ("lao.el"
+ "Support for Lao"
+ (multilingual lao))
+ ("misc-lang.el"
+ "support for miscellaneous languages (characters)"
+ (multilingual character set coding system))
+ ("romanian.el"
+ "Support for Romanian"
+ (multilingual romanian))
+ ("slovak.el"
+ "Support for Slovak"
+ (multilingual slovak))
+ ("thai-util.el"
+ "utilities for Thai"
+ (mule multilingual thai))
+ ("thai.el"
+ "Support for Thai"
+ (multilingual thai))
+ ("tibet-util.el"
+ "Support for inputting Tibetan characters"
+ (multilingual tibetan))
+ ("tibetan.el"
+ "Support for Tibetan language"
+ (multilingual tibetan))
+ ("viet-util.el"
+ "utilities for Vietnamese"
+ (mule multilingual vietnamese))
+ ("vietnamese.el"
+ "Support for Vietnamese"
+ (multilingual vietnamese))
+ ("blessmail.el"
+ "Decide whether movemail needs special privileges."
+ (internal))
+ ("emacsbug.el"
+ "command to report Emacs bugs to appropriate mailing list."
+ (maint mail))
+ ("feedmail.el"
+ "assist other email packages to massage outgoing messages"
+ (email queue mail sendmail message spray smtp draft))
+ ("footnote.el"
+ "Footnote support for message mode"
+ (mail news))
+ ("mail-extr.el"
+ "extract full name and address from RFC 822 mail header."
+ (mail))
+ ("mail-hist.el"
+ "Headers and message body history for outgoing mail."
+ (mail history))
+ ("mail-utils.el"
+ "utility functions used both by rmail and rnews"
+ (mail news))
+ ("mailabbrev.el"
+ "abbrev-expansion of mail aliases."
+ (mail))
+ ("mailalias.el"
+ "expand and complete mailing address aliases"
+ (mail))
+ ("mailheader.el"
+ "Mail header parsing, merging, formatting"
+ (tools mail news))
+ ("mailpost.el"
+ "RMAIL coupler to /usr/uci/post mailer"
+ (mail))
+ ("metamail.el"
+ "Metamail interface for GNU Emacs"
+ (mail news mime multimedia))
+ ("mh-comp.el"
+ "mh-e functions for composing messages"
+ (mail))
+ ("mh-e.el"
+ "GNU Emacs interface to the MH mail system"
+ (mail))
+ ("mh-funcs.el"
+ "mh-e functions not everyone will use right away"
nil)
- ("viper-init.el"
- "some common definitions for Viper"
+ ("mh-mime.el"
+ "mh-e support for composing MIME messages"
nil)
- ("viper-keym.el"
- "Viper keymaps"
+ ("mh-pick.el"
+ "make a search pattern and search for a message in mh-e"
nil)
- ("viper-macs.el"
- "functions implementing keyboard macros for Viper"
+ ("mh-seq.el"
+ "mh-e sequences support"
nil)
- ("viper-mous.el"
- "mouse support for Viper"
+ ("mh-utils.el"
+ "mh-e code needed for both sending and reading"
nil)
- ("viper-util.el"
- "Utilities used by viper.el"
+ ("mspools.el"
+ "show mail spools waiting to be read."
+ (mail))
+ ("reporter.el"
+ "customizable bug reporting of lisp programs"
+ (maint mail tools))
+ ("rfc2368.el"
+ "support for rfc2368"
+ (mail))
+ ("rfc822.el"
+ "hairy rfc822 parser for mail and news and suchlike"
+ (mail))
+ ("rmail.el"
+ "main code of \"RMAIL\" mail reader for Emacs."
+ (mail))
+ ("rmailedit.el"
+ "\"RMAIL edit mode\" Edit the current message."
+ (mail))
+ ("rmailkwd.el"
+ "part of the \"RMAIL\" mail reader for Emacs."
+ (mail))
+ ("rmailmsc.el"
+ "miscellaneous support functions for the RMAIL mail reader"
+ (mail))
+ ("rmailout.el"
+ "\"RMAIL\" mail reader for Emacs: output message to a file."
+ (mail))
+ ("rmailsort.el"
+ "Rmail: sort messages."
+ (mail))
+ ("rmailsum.el"
+ "make summary buffers for the mail reader"
+ (mail))
+ ("rnews.el"
+ "USENET news reader for gnu emacs"
+ (news))
+ ("rnewspost.el"
+ "USENET news poster/mailer for GNU Emacs"
+ (mail news))
+ ("sc.el"
+ "old name for supercite"
nil)
- ("viper.el"
- "A full-featured Vi emulator for Emacs."
- (emulations))
- ("ws-mode.el"
- "WordStar emulation mode for GNU Emacs"
- (emulations))
- ("advice.el"
- "an overloading mechanism for Emacs Lisp functions"
- (extensions lisp tools))
- ("assoc.el"
- "insert/delete/sort functions on association lists"
- (extensions))
- ("autoload.el"
- "maintain autoloads in loaddefs.el."
- (maint))
- ("backquote.el"
- "implement the ` Lisp construct"
- (extensions internal))
- ("byte-opt.el"
- "the optimization passes of the emacs-lisp byte compiler."
- (internal))
- ("bytecomp.el"
- "compilation of Lisp code into byte code."
- (lisp))
- ("checkdoc.el"
- "Check documentation strings for style requirements"
- (docs maint lisp))
- ("cl-compat.el"
- "Common Lisp extensions for GNU Emacs Lisp (compatibility)"
- (extensions))
- ("cl-extra.el"
- "Common Lisp features, part 2"
- (extensions))
- ("cl-indent.el"
- "enhanced lisp-indent mode"
- (lisp tools))
- ("cl-macs.el"
- "Common Lisp macros"
- (extensions))
- ("cl-seq.el"
- "Common Lisp features, part 3"
- (extensions))
- ("cl-specs.el"
- "Edebug specs for cl.el"
- (lisp tools maint))
- ("cl.el"
- "Common Lisp extensions for Emacs"
- (extensions))
- ("copyright.el"
- "update the copyright notice in current buffer"
- (maint tools))
- ("cust-print.el"
- "handles print-level and print-circle."
- (extensions))
- ("debug.el"
- "debuggers and related commands for Emacs"
- (lisp tools maint))
- ("disass.el"
- "disassembler for compiled Emacs Lisp code"
- (internal))
- ("easy-mmode.el"
- "easy definition of minor modes."
+ ("sendmail.el"
+ "mail sending commands for Emacs."
+ (mail))
+ ("smtpmail.el"
+ "simple SMTP protocol (RFC 821) for sending mail"
+ (mail))
+ ("supercite.el"
+ "minor mode for citing mail and news replies"
+ (mail news))
+ ("uce.el"
+ "facilitate reply to unsolicited commercial email"
+ (uce unsolicited commercial email))
+ ("undigest.el"
+ "digest-cracking support for the RMAIL mail reader"
+ (mail))
+ ("unrmail.el"
+ "convert Rmail files to mailbox files."
+ (mail))
+ ("vms-pmail.el"
+ "use Emacs as the editor within VMS mail."
+ (vms))
+ ("5x5.el"
+ "Simple little puzzle game."
+ (games puzzles))
+ ("blackbox.el"
+ "blackbox game in Emacs Lisp"
+ (games))
+ ("bruce.el"
+ "bruce phrase utility for overloading the Communications"
+ (games))
+ ("cookie1.el"
+ "retrieve random phrases from fortune cookie files"
+ (games extensions))
+ ("decipher.el"
+ "Cryptanalyze monoalphabetic substitution ciphers"
+ (games))
+ ("dissociate.el"
+ "scramble text amusingly for Emacs."
+ (games))
+ ("doctor.el"
+ "psychological help for frustrated users."
+ (games))
+ ("dunnet.el"
+ "Text adventure for Emacs"
+ (games))
+ ("fortune.el"
+ "Use fortune to create signatures"
+ (games utils mail))
+ ("gamegrid.el"
+ "Library for implementing grid-based games on Emacs"
+ (games))
+ ("gametree.el"
+ "manage game analysis trees in Emacs"
+ (games))
+ ("gomoku.el"
+ "Gomoku game between you and Emacs"
+ (games))
+ ("handwrite.el"
+ "turns your emacs buffer into a handwritten document"
+ (wp print postscript cursive writing))
+ ("hanoi.el"
+ "towers of hanoi in Emacs"
+ (games))
+ ("landmark.el"
+ "neural-network robot that learns landmarks"
+ (gomoku neural network adaptive search chemotaxis))
+ ("life.el"
+ "John Horton Conway's `Life' game for GNU Emacs"
+ (games))
+ ("meese.el"
+ "protect the impressionable young minds of America"
+ (games))
+ ("morse.el"
+ "Convert text to morse code and back."
+ (games))
+ ("mpuz.el"
+ "multiplication puzzle for GNU Emacs"
+ (games))
+ ("pong.el"
+ nil
+ (games))
+ ("snake.el"
+ "Implementation of Snake for Emacs"
+ (games))
+ ("solitaire.el"
+ "game of solitaire in Emacs Lisp"
+ (games))
+ ("spook.el"
+ "spook phrase utility for overloading the NSA line eater"
+ (games))
+ ("studly.el"
+ "StudlyCaps (tm)(r)(c)(xxx)"
+ (games))
+ ("tetris.el"
+ "Implementation of Tetris for Emacs"
+ (games))
+ ("yow.el"
+ "quote random zippyisms"
+ (games))
+ ("zone.el"
+ "idle display hacks"
+ (games))
+ ("ada-mode.el"
+ "major-mode for editing Ada source."
+ (languages ada))
+ ("ada-prj.el"
+ "Easy editing of project files for the ada-mode"
+ (languages ada project file))
+ ("ada-stmt.el"
+ "An extension to Ada mode for inserting statement templates."
+ (languages ada))
+ ("ada-xref.el"
+ "for lookup and completion in Ada mode"
+ (languages ada xref))
+ ("antlr-mode.el"
+ "Major mode for ANTLR grammar files"
nil)
- ("easymenu.el"
- "support the easymenu interface for defining a menu."
- (emulations))
- ("edebug.el"
- "a source-level debugger for Emacs Lisp"
- (lisp tools maint))
- ("eldoc.el"
- "show function arglist or variable docstring in echo area"
- (extensions))
- ("elint.el"
- "Lint Emacs Lisp"
- (lisp))
- ("elp.el"
- "Emacs Lisp Profiler"
- (debugging lisp tools))
- ("eval-reg.el"
- "Redefine eval-region, and subrs that use it, in Lisp"
- (lisp))
- ("find-func.el"
- "find the definition of the Emacs Lisp function near point"
- (emacs-lisp functions variables))
- ("float.el"
- "obsolete floating point arithmetic package."
- (extensions))
- ("gulp.el"
- "Ask for updates for Lisp packages"
- (maintenance))
- ("helper.el"
- "utility help package supporting help in electric modes"
- (help))
- ("levents.el"
- "emulate the Lucid event data type and associated functions."
+ ("asm-mode.el"
+ "mode for editing assembler code"
+ (tools languages))
+ ("autoconf.el"
+ "Mode for editing Autoconf configure.in files."
+ (languages))
+ ("awk-mode.el"
+ "AWK code editing commands for Emacs"
+ (unix languages))
+ ("cc-align.el"
+ "custom indentation functions for CC Mode"
+ (c languages oop))
+ ("cc-cmds.el"
+ "user level commands for CC Mode"
+ (c languages oop))
+ ("cc-compat.el"
+ "cc-mode compatibility with c-mode.el confusion"
+ (c languages oop))
+ ("cc-defs.el"
+ "compile time definitions for CC Mode"
+ (c languages oop))
+ ("cc-engine.el"
+ "core syntax guessing engine for CC mode"
+ (c languages oop))
+ ("cc-langs.el"
+ "specific language support for CC Mode"
+ (c languages oop))
+ ("cc-menus.el"
+ "imenu support for CC Mode"
+ (c languages oop))
+ ("cc-mode.el"
+ "major mode for editing C, C++, Objective-C, and Java code"
+ (c languages oop))
+ ("cc-styles.el"
+ "support for styles in CC Mode"
+ (c languages oop))
+ ("cc-vars.el"
+ "user customization variables for CC Mode"
+ (c languages oop))
+ ("cmacexp.el"
+ "expand C macros in a region"
+ (c))
+ ("compile.el"
+ "run compiler as inferior of Emacs, parse error messages."
+ (tools processes))
+ ("cperl-mode.el"
+ "Perl code editing commands for Emacs"
+ (languages perl))
+ ("cplus-md.el"
+ "old C++ code editing mode for Emacs"
+ (c))
+ ("cpp.el"
+ "Highlight or hide text according to cpp conditionals."
+ (c faces tools))
+ ("cwarn.el"
+ "Highlight suspicious C and C++ constructions."
+ (c languages faces))
+ ("dcl-mode.el"
+ "major mode for editing DCL command files"
+ (dcl editing major-mode languages))
+ ("delphi.el"
+ "Major mode for editing Delphi source (Object Pascal) in Emacs"
+ (languages))
+ ("ebnf-bnf.el"
+ "Parser for EBNF"
+ (wp ebnf postscript))
+ ("ebnf-iso.el"
+ "Parser for ISO EBNF"
+ (wp ebnf postscript))
+ ("ebnf-otz.el"
+ "Syntatic chart OpTimiZer"
+ (wp ebnf postscript))
+ ("ebnf-yac.el"
+ "Parser for Yacc/Bison"
+ (wp ebnf postscript))
+ ("ebnf2ps.el"
+ "Translate an EBNF to a syntatic chart on PostScript"
+ (wp ebnf postscript))
+ ("ebrowse.el"
+ "Emacs C++ class browser & tags facility"
+ (c++ tags tools))
+ ("etags.el"
+ "etags facility for Emacs"
+ (tools))
+ ("executable.el"
+ "base functionality for executable interpreter scripts"
+ (languages unix))
+ ("f90.el"
+ "Fortran-90 mode (free format)"
+ (fortran f90 languages))
+ ("fortran.el"
+ "Fortran mode for GNU Emacs"
+ (languages))
+ ("glasses.el"
+ "make cantReadThis readable"
+ (tools))
+ ("hideif.el"
+ "hides selected code within ifdef."
+ (c outlines))
+ ("hideshow.el"
+ "minor mode cmds to selectively display blocks of code"
+ (c c++ java lisp tools editing comments blocks hiding outlines))
+ ("icon.el"
+ "mode for editing Icon code"
+ (languages))
+ ("idlw-rinfo.el"
+ "Routine Information for IDLWAVE"
+ (languages))
+ ("idlw-shell.el"
+ "Run IDL or WAVE as an inferior process of Emacs."
+ (processes))
+ ("idlw-toolbar.el"
+ "A debugging toolbar for IDLWAVE"
+ (processes))
+ ("idlwave.el"
+ "IDL and WAVE CL editing mode for GNU Emacs"
+ (languages))
+ ("inf-lisp.el"
+ "an inferior-lisp mode"
+ (processes lisp))
+ ("m4-mode.el"
+ "m4 code editing commands for Emacs"
+ (languages faces))
+ ("make-mode.el"
+ "makefile editing commands for Emacs"
+ (unix tools))
+ ("mantemp.el"
+ "Create manual template instantiations from g++ 2.7.2 output."
+ (g++ templates))
+ ("meta-mode.el"
+ "major mode for editing Metafont or MetaPost sources."
+ (metafont metapost tex languages))
+ ("modula2.el"
+ "Modula-2 editing support package"
+ (languages))
+ ("octave-hlp.el"
+ "getting help on Octave symbols using info"
+ (languages))
+ ("octave-inf.el"
+ "running Octave as an inferior Emacs process"
+ (languages))
+ ("octave-mod.el"
+ "editing Octave source files under Emacs"
+ (languages))
+ ("pascal.el"
+ "major mode for editing pascal source in Emacs"
+ (languages))
+ ("perl-mode.el"
+ "Perl code editing commands for GNU Emacs"
+ (languages))
+ ("prolog.el"
+ "major mode for editing and running Prolog under Emacs"
+ (languages))
+ ("ps-mode.el"
+ "PostScript mode for GNU Emacs."
+ (postscript languages))
+ ("scheme.el"
+ "Scheme (and DSSSL) editing mode."
+ (languages lisp))
+ ("sh-script.el"
+ "shell-script editing commands for Emacs"
+ (languages unix))
+ ("simula.el"
+ "SIMULA 87 code editing commands for Emacs"
+ (languages))
+ ("sql.el"
+ "specialized comint.el for SQL interpreters"
+ (comm languages processes))
+ ("tcl.el"
+ "Tcl code editing commands for Emacs"
+ (languages tcl modes))
+ ("vhdl-mode.el"
+ "major mode for editing VHDL code"
+ (languages vhdl))
+ ("AT386.el"
+ "terminal support package for IBM AT keyboards"
+ (terminals))
+ ("apollo.el"
+ nil
nil)
- ("lisp-mnt.el"
- "minor mode for Emacs Lisp maintainers"
- (docs))
- ("lisp-mode.el"
- "Lisp mode, and its idiosyncratic commands."
- (lisp languages))
- ("lisp.el"
- "Lisp editing commands for Emacs"
- (lisp languages))
- ("lmenu.el"
- "emulate Lucid's menubar support"
- (emulations))
- ("lselect.el"
- "Lucid interface to X Selections"
- (emulations))
- ("lucid.el"
- "Emulate some Lucid Emacs functions."
+ ("bg-mouse.el"
+ "GNU Emacs code for BBN Bitgraph mouse."
+ (hardware))
+ ("bobcat.el"
+ nil
nil)
- ("pp.el"
- "pretty printer for Emacs Lisp"
+ ("internal.el"
+ "support for PC internal terminal"
nil)
- ("profile.el"
- "generate run time measurements of Emacs Lisp functions"
- (lisp tools))
- ("regexp-opt.el"
- "generate efficient regexps to match strings."
- (strings regexps))
- ("ring.el"
- "handle rings of items"
- (extensions))
- ("shadow.el"
- "Locate Emacs Lisp file shadowings."
- (lisp))
- ("sregex.el"
- "symbolic regular expressions"
+ ("iris-ansi.el"
+ "configure Emacs for SGI xwsh and winterm apps"
nil)
- ("tq.el"
- "utility to maintain a transaction queue"
- (extensions))
- ("trace.el"
- "tracing facility for Emacs Lisp functions"
- (tools lisp))
+ ("keyswap.el"
+ "swap BS and DEL keys"
+ (terminals))
+ ("linux.el"
+ nil
+ nil)
+ ("lk201.el"
+ nil
+ nil)
+ ("mac-win.el"
+ "support for \"Macintosh windows\"."
+ nil)
+ ("news.el"
+ "keypad and function key bindings for the Sony NEWS keyboard"
+ (terminals))
+ ("pc-win.el"
+ "setup support for `PC windows' (whatever that is)."
+ nil)
+ ("sun-mouse.el"
+ "mouse handling for Sun windows"
+ (hardware))
+ ("sun.el"
+ "keybinding for standard default sunterm keys"
+ (terminals))
+ ("sup-mouse.el"
+ "supdup mouse support for lisp machines"
+ (hardware))
+ ("tty-colors.el"
+ "color support for character terminals"
+ (terminals faces))
+ ("tvi970.el"
+ "terminal support for the Televideo 970"
+ (terminals))
+ ("vt100.el"
+ "define VT100 function key sequences in function-key-map"
+ (terminals))
+ ("vt102.el"
+ nil
+ nil)
+ ("vt125.el"
+ nil
+ nil)
+ ("vt200.el"
+ nil
+ nil)
+ ("vt201.el"
+ nil
+ nil)
+ ("vt220.el"
+ nil
+ nil)
+ ("vt240.el"
+ nil
+ nil)
+ ("vt300.el"
+ nil
+ nil)
+ ("vt320.el"
+ nil
+ nil)
+ ("vt400.el"
+ nil
+ nil)
+ ("vt420.el"
+ nil
+ nil)
+ ("w32-win.el"
+ "parse switches controlling interface with W32 window system."
+ (terminals))
+ ("wyse50.el"
+ "terminal support code for Wyse 50"
+ (terminals))
+ ("x-win.el"
+ "parse switches controlling interface with X window system"
+ (terminals))
+ ("xterm.el"
+ "define function key sequences for xterm"
+ (terminals))
+ ("artist.el"
+ "draw ascii graphics with your mouse"
+ (mouse))
+ ("bib-mode.el"
+ "bib-mode, major mode for editing bib files."
+ (bib))
+ ("bibtex.el"
+ "BibTeX mode for GNU Emacs"
+ (bibtex latex tex))
+ ("fill.el"
+ "fill commands for Emacs"
+ (wp))
+ ("flyspell.el"
+ "On-the-fly spell checker"
+ (convenience))
+ ("ispell.el"
+ "Interface to International Ispell Versions 3.1 and 3.2"
+ (unix wp))
+ ("makeinfo.el"
+ "run makeinfo conveniently"
+ nil)
+ ("nroff-mode.el"
+ "GNU Emacs major mode for editing nroff source"
+ (wp))
+ ("outline.el"
+ "outline mode commands for Emacs"
+ (outlines))
+ ("page-ext.el"
+ "extended page handling commands"
+ nil)
+ ("page.el"
+ "page motion commands for emacs."
+ nil)
+ ("paragraphs.el"
+ "paragraph and sentence parsing."
+ (wp))
+ ("picture.el"
+ "\"Picture mode\" -- editing using quarter-plane screen model."
+ (convenience wp))
+ ("refbib.el"
+ "convert refer-style references to ones usable by Latex bib"
+ (bib tex))
+ ("refer.el"
+ "look up references in bibliography files."
+ (bib))
+ ("refill.el"
+ "`auto-fill' by refilling paragraphs on changes"
+ (wp))
+ ("reftex-auc.el"
+ nil
+ nil)
+ ("reftex-cite.el"
+ nil
+ nil)
+ ("reftex-dcr.el"
+ nil
+ nil)
+ ("reftex-global.el"
+ nil
+ nil)
+ ("reftex-index.el"
+ nil
+ nil)
+ ("reftex-parse.el"
+ nil
+ nil)
+ ("reftex-ref.el"
+ nil
+ nil)
+ ("reftex-sel.el"
+ nil
+ nil)
+ ("reftex-toc.el"
+ nil
+ nil)
+ ("reftex-vars.el"
+ nil
+ nil)
+ ("reftex.el"
+ "Minor mode for doing \\label, \\ref, \\cite, \\index in LaTeX"
+ (tex))
+ ("scribe.el"
+ "scribe mode, and its idiosyncratic commands."
+ (wp))
+ ("sgml-mode.el"
+ "SGML- and HTML-editing modes"
+ (wp hypermedia comm languages))
+ ("spell.el"
+ "spelling correction interface for Emacs."
+ (wp unix))
+ ("tex-mode.el"
+ "TeX, LaTeX, and SliTeX mode commands."
+ (tex))
+ ("texinfmt.el"
+ "format Texinfo files into Info files."
+ (maint tex docs))
+ ("texinfo.el"
+ "major mode for editing Texinfo files"
+ (maint tex docs))
+ ("texnfo-upd.el"
+ "utilities for updating nodes and menus in Texinfo files"
+ (maint tex docs))
+ ("text-mode.el"
+ "text mode, and its idiosyncratic commands."
+ nil)
+ ("tildify.el"
+ "adding hard spaces into texts"
+ (text tex sgml wp))
+ ("two-column.el"
+ "minor mode for editing of two-column text"
+ nil)
+ ("underline.el"
+ "insert/remove underlining (done by overstriking) in Emacs."
+ (wp))
+ ("auto-show.el"
+ "perform automatic horizontal scrolling as point moves"
+ (scroll display convenience))
+ ("c-mode.el"
+ "C code editing commands for Emacs"
+ (c))
+ ("hscroll.el"
+ "automatically scroll truncated lines horizontally"
+ (display))
+ ("ooutline.el"
+ "outline mode commands for Emacs"
+ (outlines))
+ ("tool-bar.el"
+ "Setting up the tool bar"
+ (mouse frames))
+ ("em-alias.el"
+ "creation and management of command aliases"
+ nil)
+ ("em-banner.el"
+ "sample module that displays a login banner"
+ nil)
+ ("em-basic.el"
+ "basic shell builtin commands"
+ nil)
+ ("em-cmpl.el"
+ "completion using the TAB key"
+ nil)
+ ("em-dirs.el"
+ "directory navigation commands"
+ nil)
+ ("em-glob.el"
+ "extended file name globbing"
+ nil)
+ ("em-hist.el"
+ "history list management"
+ nil)
+ ("em-ls.el"
+ "implementation of ls in Lisp"
+ nil)
+ ("em-pred.el"
+ "argument predicates and modifiers (ala zsh)"
+ nil)
+ ("em-prompt.el"
+ "command prompts"
+ nil)
+ ("em-rebind.el"
+ "rebind keys when point is at current input"
+ nil)
+ ("em-script.el"
+ "Eshell script files"
+ nil)
+ ("em-smart.el"
+ "smart display of output"
+ nil)
+ ("em-term.el"
+ "running visual commands"
+ nil)
+ ("em-unix.el"
+ "UNIX command aliases"
+ nil)
+ ("em-xtra.el"
+ "extra alias functions"
+ nil)
+ ("esh-arg.el"
+ "argument processing"
+ nil)
+ ("esh-cmd.el"
+ "command invocation"
+ nil)
+ ("esh-ext.el"
+ "commands external to Eshell"
+ nil)
+ ("esh-groups.el"
+ nil
+ nil)
+ ("esh-io.el"
+ "I/O management"
+ nil)
+ ("esh-maint.el"
+ "init code for building eshell"
+ nil)
+ ("esh-mode.el"
+ "user interface"
+ nil)
+ ("esh-module.el"
+ "Eshell modules"
+ (processes))
+ ("esh-opt.el"
+ "command options processing"
+ nil)
+ ("esh-proc.el"
+ "process management"
+ nil)
+ ("esh-test.el"
+ "Eshell test suite"
+ nil)
+ ("esh-util.el"
+ "general utilities"
+ nil)
+ ("esh-var.el"
+ "handling of variables"
+ nil)
+ ("eshell.el"
+ "the Emacs command shell"
+ (processes))
+ ("ange-ftp.el"
+ "transparent FTP support for GNU Emacs"
+ (comm))
+ ("browse-url.el"
+ "Pass a URL to a WWW browser"
+ (hypertext hypermedia mouse))
+ ("eudc-bob.el"
+ "Binary Objects Support for EUDC"
+ (help))
+ ("eudc-export.el"
+ "Functions to export EUDC qeuery results"
+ (help))
+ ("eudc-hotlist.el"
+ "Hotlist Management for EUDC"
+ (help))
+ ("eudc-vars.el"
+ "Emacs Unified Directory Client"
+ (help))
+ ("eudc.el"
+ "Emacs Unified Directory Client"
+ (help))
+ ("eudcb-bbdb.el"
+ "Emacs Unified Directory Client - BBDB Backend"
+ (help))
+ ("eudcb-ldap.el"
+ "Emacs Unified Directory Client - LDAP Backend"
+ (help))
+ ("eudcb-ph.el"
+ "Emacs Unified Directory Client - CCSO PH/QI Backend"
+ (help))
+ ("goto-addr.el"
+ "click to browse URL or to send to e-mail address"
+ (mh-e www mouse mail))
+ ("ldap.el"
+ "Client interface to LDAP for Emacs"
+ (comm))
+ ("net-utils.el"
+ "Network functions"
+ (network communications))
+ ("quickurl.el"
+ "Insert an URL based on text at point in buffer."
+ (hypermedia))
+ ("rcompile.el"
+ "run a compilation on a remote machine"
+ (tools processes))
+ ("rlogin.el"
+ "remote login interface"
+ (unix comm))
+ ("snmp-mode.el"
+ "SNMP & SNMPv2 MIB major mode."
+ (data))
+ ("telnet.el"
+ "run a telnet session from within an Emacs buffer"
+ nil)
+ ("webjump.el"
+ "programmable Web hotlist"
+ (comm www))
+ ("zone-mode.el"
+ "major mode for editing DNS zone files."
+ (dns languages))
))
(provide 'finder-inf)
+;;; Local Variables:
+;;; version-control: never
+;;; no-byte-compile: t
+;;; no-update-autoloads: t
+;;; End:
;;; finder-inf.el ends here
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 15dedd2049a..1f414c41a27 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -52,7 +52,7 @@ should return a grid vector array that is the new solution." t nil)
;;;***
;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
-;;;;;; (14876 60332))
+;;;;;; (14940 15185))
;;; Generated autoloads from progmodes/ada-mode.el
(autoload (quote ada-add-extensions) "ada-mode" "\
@@ -108,7 +108,7 @@ If you use ada-xref.el:
;;;***
;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
-;;;;;; (14877 36787))
+;;;;;; (14900 39720))
;;; Generated autoloads from progmodes/ada-stmt.el
(autoload (quote ada-header) "ada-stmt" "\
@@ -119,7 +119,7 @@ Insert a descriptive header at the top of the file." t nil)
;;;### (autoloads (change-log-redate change-log-merge add-log-current-defun
;;;;;; change-log-mode add-change-log-entry-other-window add-change-log-entry
;;;;;; find-change-log prompt-for-change-log-name add-log-mailing-address
-;;;;;; add-log-full-name) "add-log" "add-log.el" (14807 56557))
+;;;;;; add-log-full-name) "add-log" "add-log.el" (14905 61936))
;;; Generated autoloads from add-log.el
(defvar add-log-full-name nil "\
@@ -623,8 +623,8 @@ Entering array mode calls the function `array-mode-hook'." t nil)
;;;***
-;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (14873
-;;;;;; 31240))
+;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (14924
+;;;;;; 25355))
;;; Generated autoloads from textmodes/artist.el
(autoload (quote artist-mode) "artist" "\
@@ -854,9 +854,9 @@ Special commands:
;;;***
-;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "auto-show.el"
-;;;;;; (14777 22130))
-;;; Generated autoloads from auto-show.el
+;;;### (autoloads (auto-show-mode auto-show-mode) "auto-show" "obsolete/auto-show.el"
+;;;;;; (14901 18790))
+;;; Generated autoloads from obsolete/auto-show.el
(defvar auto-show-mode nil "\
Obsolete.")
@@ -931,7 +931,7 @@ Major mode for editing Autoconf configure.in files." t nil)
;;;***
;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
-;;;;;; "autoinsert" "autoinsert.el" (14876 60331))
+;;;;;; "autoinsert" "autoinsert.el" (14898 8348))
;;; Generated autoloads from autoinsert.el
(autoload (quote auto-insert) "autoinsert" "\
@@ -965,7 +965,7 @@ insert a template for the file depending on the mode of the buffer." t nil)
;;;### (autoloads (batch-update-autoloads update-autoloads-from-directories
;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
-;;;;;; (14659 23014))
+;;;;;; (14895 24173))
;;; Generated autoloads from emacs-lisp/autoload.el
(autoload (quote update-file-autoloads) "autoload" "\
@@ -1356,7 +1356,7 @@ a reflection." t nil)
;;;;;; bookmark-load bookmark-save bookmark-write bookmark-delete
;;;;;; bookmark-insert bookmark-rename bookmark-insert-location
;;;;;; bookmark-relocate bookmark-jump bookmark-set) "bookmark"
-;;;;;; "bookmark.el" (14777 22136))
+;;;;;; "bookmark.el" (14904 37574))
;;; Generated autoloads from bookmark.el
(define-key ctl-x-map "rb" 'bookmark-jump)
(define-key ctl-x-map "rm" 'bookmark-set)
@@ -1395,8 +1395,6 @@ functions have a binding in this keymap.")
(define-key bookmark-map "s" (quote bookmark-save))
-(add-hook (quote kill-emacs-hook) (function (lambda nil (and (featurep (quote bookmark)) bookmark-alist (bookmark-time-to-save-p t) (bookmark-save)))))
-
(autoload (quote bookmark-set) "bookmark" "\
Set a bookmark named NAME inside a file.
If name is nil, then the user will be prompted.
@@ -1616,7 +1614,7 @@ corresponding bookmark function from Lisp (the one without the
;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
;;;;;; browse-url-generic-program browse-url-save-file browse-url-netscape-display
;;;;;; browse-url-new-window-p browse-url-browser-function) "browse-url"
-;;;;;; "net/browse-url.el" (14862 37898))
+;;;;;; "net/browse-url.el" (14930 62509))
;;; Generated autoloads from net/browse-url.el
(defvar browse-url-browser-function (if (eq system-type (quote windows-nt)) (quote browse-url-default-windows-browser) (quote browse-url-netscape)) "\
@@ -1864,7 +1862,7 @@ name of buffer configuration." t nil)
;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
;;;;;; display-call-tree byte-compile compile-defun byte-compile-file
;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp"
-;;;;;; "emacs-lisp/bytecomp.el" (14859 11531))
+;;;;;; "emacs-lisp/bytecomp.el" (14938 58920))
;;; Generated autoloads from emacs-lisp/bytecomp.el
(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2424,7 +2422,7 @@ The original function `calendar' has been renamed `calendar-basic-setup'." t nil
;;;***
-;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14716 17402))
+;;;### (autoloads nil "cc-langs" "progmodes/cc-langs.el" (14895 37805))
;;; Generated autoloads from progmodes/cc-langs.el
(defvar c-mode-syntax-table nil "\
@@ -2449,7 +2447,7 @@ Syntax table used in pike-mode buffers.")
;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
-;;;;;; (14716 17402))
+;;;;;; (14895 24174))
;;; Generated autoloads from progmodes/cc-mode.el
(autoload (quote c-initialize-cc-mode) "cc-mode" nil nil nil)
@@ -2560,7 +2558,7 @@ Key bindings:
;;;***
;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
-;;;;;; "progmodes/cc-styles.el" (14716 17403))
+;;;;;; "progmodes/cc-styles.el" (14895 24174))
;;; Generated autoloads from progmodes/cc-styles.el
(autoload (quote c-set-style) "cc-styles" "\
@@ -2601,7 +2599,7 @@ and exists only for compatibility reasons." t nil)
;;;***
-;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14716 17403))
+;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (14895 24174))
;;; Generated autoloads from progmodes/cc-vars.el
(defconst c-emacs-features (let ((infodock-p (boundp (quote infodock-version))) (comments (let ((table (copy-syntax-table)) entry) (modify-syntax-entry 97 ". 12345678" table) (cond ((arrayp table) (setq entry (aref table 97)) (if (consp entry) (setq entry (car entry)))) ((fboundp (quote get-char-table)) (setq entry (get-char-table 97 table))) ((and (fboundp (quote char-table-p)) (char-table-p table)) (setq entry (car (char-table-range table [97])))) (t (error "CC Mode is incompatible with this version of Emacs"))) (if (= (logand (lsh entry -16) 255) 255) (quote 8-bit) (quote 1-bit))))) (if infodock-p (list comments (quote infodock)) (list comments))) "\
@@ -3055,7 +3053,7 @@ and runs the normal hook `command-history-hook'." t nil)
;;;***
-;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14886 9525))
+;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14924 25355))
;;; Generated autoloads from emacs-lisp/cl.el
(defvar custom-print-functions nil "\
@@ -3071,7 +3069,7 @@ a future Emacs interpreter will be able to use it.")
;;;***
;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
-;;;;;; (14735 57398))
+;;;;;; (14893 1953))
;;; Generated autoloads from emacs-lisp/cl-indent.el
(autoload (quote common-lisp-indent-function) "cl-indent" nil nil nil)
@@ -3113,7 +3111,7 @@ of `scheme-program-name'). Runs the hooks `inferior-scheme-mode-hook'
;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
-;;;;;; "codepage" "international/codepage.el" (14720 7113))
+;;;;;; "codepage" "international/codepage.el" (14910 3328))
;;; Generated autoloads from international/codepage.el
(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3160,7 +3158,7 @@ read/written by MS-DOS software, or for display on the MS-DOS terminal." t nil)
;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
-;;;;;; (14854 32221))
+;;;;;; (14929 57716))
;;; Generated autoloads from comint.el
(autoload (quote make-comint-in-buffer) "comint" "\
@@ -3240,7 +3238,7 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
;;;### (autoloads (next-error compilation-minor-mode compilation-shell-minor-mode
;;;;;; compilation-mode grep-find grep compile compilation-search-path
;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
-;;;;;; "compile" "progmodes/compile.el" (14866 25750))
+;;;;;; "compile" "progmodes/compile.el" (14916 51039))
;;; Generated autoloads from progmodes/compile.el
(defvar compilation-mode-hook nil "\
@@ -3417,7 +3415,7 @@ Enable dynamic word-completion." t nil)
;;;### (autoloads (decompose-composite-char compose-last-chars compose-chars-after
;;;;;; find-composition compose-chars decompose-string compose-string
;;;;;; decompose-region compose-region) "composite" "composite.el"
-;;;;;; (14855 56552))
+;;;;;; (14933 40934))
;;; Generated autoloads from composite.el
(defconst reference-point-alist (quote ((tl . 0) (tc . 1) (tr . 2) (Bl . 3) (Bc . 4) (Br . 5) (bl . 6) (bc . 7) (br . 8) (cl . 9) (cc . 10) (cr . 11) (top-left . 0) (top-center . 1) (top-right . 2) (base-left . 3) (base-center . 4) (base-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (center-left . 9) (center-center . 10) (center-right . 11) (ml . 3) (mc . 10) (mr . 5) (mid-left . 3) (mid-center . 10) (mid-right . 5))) "\
@@ -3583,11 +3581,15 @@ This function is the default value of `compose-chars-after-function'." nil nil)
(autoload (quote compose-last-chars) "composite" "\
Compose last characters.
-The argument is a parameterized event of the form (compose-last-chars N),
-where N is the number of characters before point to compose.
+The argument is a parameterized event of the form
+ (compose-last-chars N COMPONENTS),
+where N is the number of characters before point to compose,
+COMPONENTS, if non-nil, is the same as the argument to `compose-region'
+\(which see). If it is nil, `compose-chars-after' is called,
+and that function find a proper rule to compose the target characters.
This function is intended to be used from input methods.
The global keymap binds special event `compose-last-chars' to this
-function. Input method may generate an event (compose-last-chars N)
+function. Input method may generate an event (compose-last-chars N COMPONENTS)
after a sequence character events." t nil)
(global-set-key [compose-last-chars] 'compose-last-chars)
@@ -3624,7 +3626,7 @@ Randomly permute the elements of VECTOR (all permutations equally likely)" nil n
;;;***
;;;### (autoloads (copyright copyright-update) "copyright" "emacs-lisp/copyright.el"
-;;;;;; (14463 42380))
+;;;;;; (14938 58920))
;;; Generated autoloads from emacs-lisp/copyright.el
(autoload (quote copyright-update) "copyright" "\
@@ -3640,7 +3642,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
;;;***
;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
-;;;;;; (14839 64809))
+;;;;;; (14930 62509))
;;; Generated autoloads from progmodes/cperl-mode.el
(autoload (quote cperl-mode) "cperl-mode" "\
@@ -3891,7 +3893,7 @@ INHERIT-INPUT-METHOD." nil nil)
;;;;;; customize-option-other-window customize-changed-options customize-option
;;;;;; customize-group-other-window customize-group customize customize-save-variable
;;;;;; customize-set-variable customize-set-value) "cus-edit" "cus-edit.el"
-;;;;;; (14886 20133))
+;;;;;; (14900 44792))
;;; Generated autoloads from cus-edit.el
(add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
@@ -4071,7 +4073,7 @@ See `defface' for the format of SPEC." nil nil)
;;;***
;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
-;;;;;; (14854 32221))
+;;;;;; (14909 56659))
;;; Generated autoloads from cvs-status.el
(autoload (quote cvs-status-mode) "cvs-status" "\
@@ -4130,7 +4132,7 @@ If the argument is nil, we return the display table to its standard state." t ni
;;;***
;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
-;;;;;; (14777 22159))
+;;;;;; (14906 1304))
;;; Generated autoloads from dabbrev.el
(define-key esc-map "/" (quote dabbrev-expand))
@@ -4449,7 +4451,7 @@ any selection." t nil)
;;;***
;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
-;;;;;; "derived" "derived.el" (14891 28342))
+;;;;;; "derived" "derived.el" (14896 40328))
;;; Generated autoloads from derived.el
(autoload (quote define-derived-mode) "derived" "\
@@ -4646,7 +4648,7 @@ Minor mode for viewing/editing context diffs.
;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
-;;;;;; "dired" "dired.el" (14883 29489))
+;;;;;; "dired" "dired.el" (14913 56004))
;;; Generated autoloads from dired.el
(defvar dired-listing-switches "-al" "\
@@ -4969,7 +4971,7 @@ true then the type of the file linked to by FILE is printed instead." t nil)
;;;***
-;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14777 22168))
+;;;### (autoloads (dired-jump) "dired-x" "dired-x.el" (14937 32770))
;;; Generated autoloads from dired-x.el
(autoload (quote dired-jump) "dired-x" "\
@@ -5209,10 +5211,12 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
;;;***
;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
-;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14702
-;;;;;; 63698))
+;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (14904
+;;;;;; 41526))
;;; Generated autoloads from emacs-lisp/easymenu.el
+(put (quote easy-menu-define) (quote lisp-indent-function) (quote defun))
+
(autoload (quote easy-menu-define) "easymenu" "\
Define a menu bar submenu in maps MAPS, according to MENU.
The menu keymap is stored in symbol SYMBOL, both as its value
@@ -5339,7 +5343,7 @@ to implement dynamic menus." nil nil)
;;;;;; ebnf-apply-style ebnf-merge-style ebnf-insert-style ebnf-setup
;;;;;; ebnf-syntax-region ebnf-syntax-buffer ebnf-eps-region ebnf-eps-buffer
;;;;;; ebnf-spool-region ebnf-spool-buffer ebnf-print-region ebnf-print-buffer
-;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14763 39810))
+;;;;;; ebnf-customize) "ebnf2ps" "progmodes/ebnf2ps.el" (14914 29482))
;;; Generated autoloads from progmodes/ebnf2ps.el
(autoload (quote ebnf-customize) "ebnf2ps" "\
@@ -5451,8 +5455,8 @@ It returns the old style symbol." t nil)
;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace
;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree
-;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14727
-;;;;;; 65050))
+;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14895
+;;;;;; 24174))
;;; Generated autoloads from progmodes/ebrowse.el
(autoload (quote ebrowse-tree-mode) "ebrowse" "\
@@ -5524,7 +5528,7 @@ With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
;;;***
;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec edebug-all-forms
-;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14875 62936))
+;;;;;; edebug-all-defs) "edebug" "emacs-lisp/edebug.el" (14921 47235))
;;; Generated autoloads from emacs-lisp/edebug.el
(defvar edebug-all-defs nil "\
@@ -5567,7 +5571,7 @@ or if an error occurs, leave point after it with mark at the original point." t
;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
-;;;;;; ediff-files) "ediff" "ediff.el" (14862 37894))
+;;;;;; ediff-files) "ediff" "ediff.el" (14921 47235))
;;; Generated autoloads from ediff.el
(autoload (quote ediff-files) "ediff" "\
@@ -5707,7 +5711,11 @@ If prefix argument, then: if even argument, assume that the patch is in a
buffer. If odd -- assume it is in a file." t nil)
(autoload (quote ediff-patch-buffer) "ediff" "\
-Run Ediff by patching BUFFER-NAME." t nil)
+Run Ediff by patching BUFFER-NAME.
+Without prefix argument: asks if the patch is in some buffer and prompts for
+the buffer or a file, depending on the answer.
+With prefix arg=1: assumes the patch is in a file and prompts for the file.
+With prefix arg=2: assumes the patch is in a buffer and prompts for the buffer." t nil)
(defalias (quote epatch) (quote ediff-patch-file))
@@ -5715,8 +5723,9 @@ Run Ediff by patching BUFFER-NAME." t nil)
(autoload (quote ediff-revision) "ediff" "\
Run Ediff by comparing versions of a file.
-The file is an optional FILE argument or the file visited by the current
-buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)
+The file is an optional FILE argument or the file entered at the prompt.
+Default: the file visited by the current buffer.
+Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)
(defalias (quote erevision) (quote ediff-revision))
@@ -5821,10 +5830,15 @@ or nil, use a compact 80-column format." nil nil)
;;;***
-;;;### (autoloads (edt-emulation-on) "edt" "emulation/edt.el" (13271
-;;;;;; 33724))
+;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
+;;;;;; "emulation/edt.el" (14937 48218))
;;; Generated autoloads from emulation/edt.el
+(autoload (quote edt-set-scroll-margins) "edt" "\
+Set scroll margins.
+Argument TOP is the top margin in number of lines or percent of window.
+Argument BOTTOM is the bottom margin in number of lines or percent of window." t nil)
+
(autoload (quote edt-emulation-on) "edt" "\
Turn on EDT Emulation." t nil)
@@ -6111,8 +6125,8 @@ Please include any configuration details that might be involved." t nil)
;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table
;;;;;; find-tag-default-function find-tag-hook tags-add-tables tags-table-list
-;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14862
-;;;;;; 37898))
+;;;;;; tags-case-fold-search) "etags" "progmodes/etags.el" (14940
+;;;;;; 15186))
;;; Generated autoloads from progmodes/etags.el
(defvar tags-file-name nil "\
@@ -6717,7 +6731,7 @@ with no args, if that value is non-nil." t nil)
;;;;;; facemenu-remove-special facemenu-remove-all facemenu-remove-face-props
;;;;;; facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible
;;;;;; facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground
-;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14777 22211))
+;;;;;; facemenu-set-face) "facemenu" "facemenu.el" (14896 40328))
;;; Generated autoloads from facemenu.el
(define-key global-map "\M-g" 'facemenu-keymap)
(autoload 'facemenu-keymap "facemenu" "Keymap for face-changing commands." t 'keymap)
@@ -6930,8 +6944,8 @@ you can set feedmail-queue-reminder-alist to nil." t nil)
;;;***
-;;;### (autoloads (dired-at-point ffap-at-mouse ffap-menu find-file-at-point
-;;;;;; ffap-next) "ffap" "ffap.el" (14736 26478))
+;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
+;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (14937 32770))
;;; Generated autoloads from ffap.el
(autoload (quote ffap-next) "ffap" "\
@@ -6971,6 +6985,9 @@ Return value:
(autoload (quote dired-at-point) "ffap" "\
Start Dired, defaulting to file at point. See `ffap'." t nil)
+(autoload (quote ffap-bindings) "ffap" "\
+Evaluate the forms in variable `ffap-bindings'." t nil)
+
;;;***
;;;### (autoloads (file-cache-minibuffer-complete) "filecache" "filecache.el"
@@ -7228,7 +7245,7 @@ to get the effect of a C-q." nil nil)
;;;### (autoloads (flyspell-mode-off flyspell-mode flyspell-prog-mode
;;;;;; flyspell-mode-line-string) "flyspell" "textmodes/flyspell.el"
-;;;;;; (14876 60333))
+;;;;;; (14924 43431))
;;; Generated autoloads from textmodes/flyspell.el
(defvar flyspell-mode-line-string " Fly" "\
@@ -7346,7 +7363,7 @@ in your `~/.emacs' file, replacing [f7] by your favourite key:
;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode
;;;;;; font-lock-remove-keywords font-lock-add-keywords turn-on-font-lock
-;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14873 20026))
+;;;;;; font-lock-mode) "font-lock" "font-lock.el" (14896 40328))
;;; Generated autoloads from font-lock.el
(make-variable-buffer-local (quote font-lock-defaults))
@@ -7459,7 +7476,7 @@ Fontify the current buffer the way the function `font-lock-mode' would." t nil)
;;;***
;;;### (autoloads (create-fontset-from-fontset-spec) "fontset" "international/fontset.el"
-;;;;;; (14891 28342))
+;;;;;; (14924 25355))
;;; Generated autoloads from international/fontset.el
(autoload (quote create-fontset-from-fontset-spec) "fontset" "\
@@ -7613,7 +7630,7 @@ with no args, if that value is non-nil." t nil)
;;;***
;;;### (autoloads (generic-mode define-generic-mode) "generic" "generic.el"
-;;;;;; (14811 40477))
+;;;;;; (14915 6801))
;;; Generated autoloads from generic.el
(autoload (quote define-generic-mode) "generic" "\
@@ -7658,7 +7675,7 @@ Some generic modes are defined in `generic-x.el'." t nil)
;;;***
;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
-;;;;;; (14746 24126))
+;;;;;; (14901 64340))
;;; Generated autoloads from progmodes/glasses.el
(autoload (quote glasses-mode) "glasses" "\
@@ -7727,7 +7744,7 @@ Start Gnus and fetch session." t nil)
;;;***
;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
-;;;;;; (14875 40522))
+;;;;;; (14929 50170))
;;; Generated autoloads from gnus/gnus-art.el
(autoload (quote gnus-article-prepare-display) "gnus-art" "\
@@ -7736,7 +7753,7 @@ Make the current buffer look like a nice article." nil nil)
;;;***
;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
-;;;;;; (14821 31350))
+;;;;;; (14896 40329))
;;; Generated autoloads from gnus/gnus-audio.el
(autoload (quote gnus-audio-play) "gnus-audio" "\
@@ -7904,16 +7921,16 @@ Update the .newsrc.eld file to reflect the change of nntp server." t nil)
;;;***
-;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14859
-;;;;;; 52340))
+;;;### (autoloads (gnus-msg-mail) "gnus-msg" "gnus/gnus-msg.el" (14915
+;;;;;; 6802))
;;; Generated autoloads from gnus/gnus-msg.el
-(define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
-
(autoload (quote gnus-msg-mail) "gnus-msg" "\
Start editing a mail message to be sent.
Like `message-mail', but with Gnus paraphernalia, particularly the
-the Gcc: header for archiving purposes." t nil)
+Gcc: header for archiving purposes." t nil)
+
+(define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail) (quote message-send-and-exit) (quote message-kill-buffer) (quote message-send-hook))
;;;***
@@ -7976,7 +7993,7 @@ Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
;;;***
;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
-;;;;;; (14875 40522))
+;;;;;; (14893 1953))
;;; Generated autoloads from gnus/gnus-win.el
(autoload (quote gnus-add-configuration) "gnus-win" "\
@@ -8593,7 +8610,7 @@ argument VERBOSE non-nil makes the function verbose." nil (quote macro))
;;;***
-;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14854 32221))
+;;;### (autoloads (hl-line-mode) "hl-line" "hl-line.el" (14932 18342))
;;; Generated autoloads from hl-line.el
(defvar hl-line-mode nil "\
@@ -8629,8 +8646,8 @@ The optional LABEL is used to label the buffer created." t nil)
;;;***
;;;### (autoloads (hscroll-global-mode hscroll-mode turn-on-hscroll)
-;;;;;; "hscroll" "hscroll.el" (14883 57782))
-;;; Generated autoloads from hscroll.el
+;;;;;; "hscroll" "obsolete/hscroll.el" (14883 57782))
+;;; Generated autoloads from obsolete/hscroll.el
(autoload (quote turn-on-hscroll) "hscroll" "\
This function is obsolete.
@@ -8702,7 +8719,7 @@ with no args, if that value is non-nil." t nil)
;;;***
;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
-;;;;;; (14735 57460))
+;;;;;; (14912 33400))
;;; Generated autoloads from progmodes/idlw-shell.el
(autoload (quote idlwave-shell) "idlw-shell" "\
@@ -8725,7 +8742,7 @@ See also the variable `idlwave-shell-prompt-pattern'.
;;;***
;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
-;;;;;; (14671 47574))
+;;;;;; (14912 33400))
;;; Generated autoloads from progmodes/idlwave.el
(autoload (quote idlwave-mode) "idlwave" "\
@@ -8795,6 +8812,7 @@ The main features of this mode are
\\pr PROCEDURE template
\\fu FUNCTION template
\\c CASE statement template
+ \\sw SWITCH statement template
\\f FOR loop template
\\r REPEAT Loop template
\\w WHILE loop template
@@ -8854,7 +8872,7 @@ Switches to the buffer `*ielm*', or creates it if it does not exist." t nil)
;;;### (autoloads (defimage find-image remove-images insert-image
;;;;;; put-image create-image image-type-available-p image-type-from-file-header
-;;;;;; image-type-from-data) "image" "image.el" (14812 24473))
+;;;;;; image-type-from-data) "image" "image.el" (14898 8349))
;;; Generated autoloads from image.el
(autoload (quote image-type-from-data) "image" "\
@@ -8877,7 +8895,7 @@ FILE-OR-DATA is an image file name or image data.
Optional TYPE is a symbol describing the image type. If TYPE is omitted
or nil, try to determine the image type from its first few bytes
of image data. If that doesn't work, and FILE-OR-DATA is a file name,
-use its file extension.as image type.
+use its file extension as image type.
Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
Optional PROPS are additional image attributes to assign to the image,
like, e.g. `:mask MASK'.
@@ -8951,10 +8969,10 @@ Example:
;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
-;;;;;; "image-file.el" (14887 28113))
+;;;;;; "image-file.el" (14909 56659))
;;; Generated autoloads from image-file.el
-(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm")) "\
+(defvar image-file-name-extensions (quote ("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm")) "\
*A list of image-file filename extensions.
Filenames having one of these extensions are considered image files,
in addition to those matching `image-file-name-regexps'.
@@ -9202,7 +9220,7 @@ of `inferior-lisp-program'). Runs the hooks from
;;;### (autoloads (Info-speedbar-browser Info-goto-emacs-key-command-node
;;;;;; Info-goto-emacs-command-node Info-directory info-standalone
-;;;;;; info info-other-window) "info" "info.el" (14872 20396))
+;;;;;; info info-other-window) "info" "info.el" (14938 58919))
;;; Generated autoloads from info.el
(autoload (quote info-other-window) "info" "\
@@ -9233,14 +9251,15 @@ Go to the Info directory node." t nil)
(autoload (quote Info-goto-emacs-command-node) "info" "\
Go to the Info node in the Emacs manual for command COMMAND.
-The command is found by looking up in Emacs manual's Command Index
+The command is found by looking up in Emacs manual's indices
or in another manual found via COMMAND's `info-file' property or
the variable `Info-file-list-for-emacs'." t nil)
(autoload (quote Info-goto-emacs-key-command-node) "info" "\
-Go to the Info node in the Emacs manual the command bound to KEY, a string.
+Go to the node in the Emacs manual which describes the command bound to KEY.
+KEY is a string.
Interactively, if the binding is `execute-extended-command', a command is read.
-The command is found by looking up in Emacs manual's Command Index
+The command is found by looking up in Emacs manual's indices
or in another manual found via COMMAND's `info-file' property or
the variable `Info-file-list-for-emacs'." t nil)
@@ -9366,62 +9385,53 @@ and a negative argument disables it." t nil)
;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
-;;;;;; "international/iso-cvt.el" (14564 29908))
+;;;;;; "international/iso-cvt.el" (14913 56005))
;;; Generated autoloads from international/iso-cvt.el
(autoload (quote iso-spanish) "iso-cvt" "\
Translate net conventions for Spanish to ISO 8859-1.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-german) "iso-cvt" "\
Translate net conventions for German to ISO 8859-1.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-iso2tex) "iso-cvt" "\
Translate ISO 8859-1 characters to TeX sequences.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-tex2iso) "iso-cvt" "\
Translate TeX sequences to ISO 8859-1 characters.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-gtex2iso) "iso-cvt" "\
Translate German TeX sequences to ISO 8859-1 characters.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-iso2gtex) "iso-cvt" "\
Translate ISO 8859-1 characters to German TeX sequences.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-iso2duden) "iso-cvt" "\
Translate ISO 8859-1 characters to German TeX sequences.
The region between FROM and TO is translated using the table TRANS-TAB.
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-iso2sgml) "iso-cvt" "\
Translate ISO 8859-1 characters in the region to SGML entities.
The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-sgml2iso) "iso-cvt" "\
Translate SGML entities in the region to ISO 8859-1 characters.
The entities used are from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
-Optional arg BUFFER is ignored (so that the function can can be used in
-`format-alist')." t nil)
+Optional arg BUFFER is ignored (for use in `format-alist')." t nil)
(autoload (quote iso-cvt-read-only) "iso-cvt" "\
Warn that format is read-only." t nil)
@@ -9448,7 +9458,7 @@ Add submenus to the Files menu, to convert to and from various formats." t nil)
;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
;;;;;; ispell-help ispell-word ispell-dictionary-alist ispell-local-dictionary-alist
;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
-;;;;;; (14890 7814))
+;;;;;; (14909 56659))
;;; Generated autoloads from textmodes/ispell.el
(defconst xemacsp (string-match "Lucid\\|XEmacs" emacs-version) "\
@@ -9655,7 +9665,12 @@ Completes word matching character sequence inside a word." t nil)
(autoload (quote ispell) "ispell" "\
Interactively check a region or buffer for spelling errors.
If `transient-mark-mode' is on, and a region is active, spell-check
-that region. Otherwise spell-check the buffer." t nil)
+that region. Otherwise spell-check the buffer.
+
+Ispell dictionaries are not distributed with Emacs. If you are
+looking for a dictionary, please see the distribution of the GNU ispell
+program, or do an Internet search; there are various dictionaries
+available on the net." t nil)
(autoload (quote ispell-minor-mode) "ispell" "\
Toggle Ispell minor mode.
@@ -9692,7 +9707,7 @@ You can bind this to the key C-c i in GNUS or mail by adding to
;;;### (autoloads (iswitchb-mode iswitchb-buffer-other-frame iswitchb-display-buffer
;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings
;;;;;; iswitchb-read-buffer iswitchb-mode) "iswitchb" "iswitchb.el"
-;;;;;; (14877 36786))
+;;;;;; (14902 16132))
;;; Generated autoloads from iswitchb.el
(defvar iswitchb-mode nil "\
@@ -9822,7 +9837,7 @@ If non-nil, CONTEXTUAL means that a contextual fontification would be useful." n
;;;***
;;;### (autoloads (with-auto-compression-mode auto-compression-mode)
-;;;;;; "jka-compr" "jka-compr.el" (14854 32221))
+;;;;;; "jka-compr" "jka-compr.el" (14913 56004))
;;; Generated autoloads from jka-compr.el
(defvar auto-compression-mode nil "\
@@ -9899,7 +9914,7 @@ and the return value is the length of the conversion." t nil)
;;;***
;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
-;;;;;; (14747 44776))
+;;;;;; (14914 10736))
;;; Generated autoloads from play/landmark.el
(defalias (quote landmark-repeat) (quote lm-test-run))
@@ -10115,7 +10130,7 @@ shown; this is often useful to constrain a big search." t nil)
;;;***
-;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14854 32221))
+;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14909 56659))
;;; Generated autoloads from log-edit.el
(autoload (quote log-edit) "log-edit" "\
@@ -10125,12 +10140,17 @@ If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run.
Mark and point will be set around the entire contents of the
buffer so that it is easy to kill the contents of the buffer with \\[kill-region].
Once you're done editing the message, pressing \\[log-edit-done] will call
-`log-edit-done' which will end up calling CALLBACK to do the actual commit." nil nil)
+`log-edit-done' which will end up calling CALLBACK to do the actual commit.
+LISTFUN if non-nil is a function of no arguments returning the list of files
+ that are concerned by the current operation (using relative names).
+If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
+ log message and go back to the current buffer when done. Otherwise, it
+ uses the current buffer." nil nil)
;;;***
-;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14631
-;;;;;; 42770))
+;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14909
+;;;;;; 56659))
;;; Generated autoloads from log-view.el
(autoload (quote log-view-mode) "log-view" "\
@@ -10215,14 +10235,10 @@ for further customization of the printer command." t nil)
;;;***
-;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14425 19316))
+;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (14930 62509))
;;; Generated autoloads from ls-lisp.el
-(defvar ls-lisp-support-shell-wildcards t "\
-*Non-nil means file patterns are treated as shell wildcards.
-nil means they are treated as Emacs regexps (for backward compatibility).
-This variable is checked by \\[insert-directory] only when `ls-lisp.el'
-package is used.")
+(defgroup ls-lisp nil "Emulate the ls program completely in Emacs Lisp." :version "21.1" :group (quote dired))
;;;***
@@ -10357,7 +10373,7 @@ Convert mail domain DOMAIN to the country it corresponds to." t nil)
;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
-;;;;;; (14723 62186))
+;;;;;; (14932 18342))
;;; Generated autoloads from mail/mail-hist.el
(autoload (quote mail-hist-define-keys) "mail-hist" "\
@@ -10415,7 +10431,7 @@ If 4th arg LIST is non-nil, return a list of all such fields." nil nil)
;;;***
;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup)
-;;;;;; "mailabbrev" "mail/mailabbrev.el" (14747 44775))
+;;;;;; "mailabbrev" "mail/mailabbrev.el" (14924 32676))
;;; Generated autoloads from mail/mailabbrev.el
(autoload (quote mail-abbrevs-setup) "mailabbrev" "\
@@ -10589,13 +10605,13 @@ Get a Un*x manual page of the item under point and put it in a buffer." t nil)
;;;;;; message-signature message-indent-citation-function message-cite-function
;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
;;;;;; message-user-organization-file message-signature-separator
-;;;;;; message-from-style) "message" "gnus/message.el" (14887 28114))
+;;;;;; message-from-style) "message" "gnus/message.el" (14938 58920))
;;; Generated autoloads from gnus/message.el
(defvar message-from-style (quote default) "\
*Specifies how \"From\" headers look.
-If `nil', they contain just the return address like:
+If nil, they contain just the return address like:
king@grassland.com
If `parens', they look like:
king@grassland.com (Elvis Parsley)
@@ -10617,8 +10633,10 @@ The headers should be delimited by a line whose contents match the
variable `mail-header-separator'.
Valid values include `message-send-mail-with-sendmail' (the default),
-`message-send-mail-with-mh', `message-send-mail-with-qmail' and
-`smtpmail-send-it'.")
+`message-send-mail-with-mh', `message-send-mail-with-qmail',
+`smtpmail-send-it' and `feedmail-send-it'.
+
+See also `send-mail-function'.")
(defvar message-citation-line-function (quote message-insert-citation-line) "\
*Function called to insert the \"Whomever writes:\" line.")
@@ -10651,9 +10669,9 @@ If a form, the result from the form will be used instead.")
(autoload (quote message-mode) "message" "\
Major mode for editing mail and news to be sent.
-Like Text Mode but with these additional commands:
-C-c C-s message-send (send the message) C-c C-c message-send-and-exit
-C-c C-d Pospone sending the message C-c C-k Kill the message
+Like Text Mode but with these additional commands:\\<message-mode-map>
+C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
+C-c C-d Postpone sending the message C-c C-k Kill the message
C-c C-f move to a header field (and create it if there isn't):
C-c C-f C-t move to To C-c C-f C-s move to Subject
C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
@@ -10661,19 +10679,19 @@ C-c C-f move to a header field (and create it if there isn't):
C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
C-c C-f C-f move to Followup-To
-C-c C-t message-insert-to (add a To header to a news followup)
-C-c C-n message-insert-newsgroups (add a Newsgroup header to a news reply)
-C-c C-b message-goto-body (move to beginning of message text).
-C-c C-i message-goto-signature (move to the beginning of the signature).
-C-c C-w message-insert-signature (insert `message-signature-file' file).
-C-c C-y message-yank-original (insert current message, if any).
-C-c C-q message-fill-yanked-message (fill what was yanked).
-C-c C-e message-elide-region (elide the text between point and mark).
-C-c C-v message-delete-not-region (remove the text outside the region).
-C-c C-z message-kill-to-signature (kill the text up to the signature).
-C-c C-r message-caesar-buffer-body (rot13 the message body).
-C-c C-a mml-attach-file (attach a file as MIME).
-M-RET message-newline-and-reformat (break the line and reformat)." t nil)
+C-c C-t `message-insert-to' (add a To header to a news followup)
+C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
+C-c C-b `message-goto-body' (move to beginning of message text).
+C-c C-i `message-goto-signature' (move to the beginning of the signature).
+C-c C-w `message-insert-signature' (insert `message-signature-file' file).
+C-c C-y `message-yank-original' (insert current message, if any).
+C-c C-q `message-fill-yanked-message' (fill what was yanked).
+C-c C-e `message-elide-region' (elide the text between point and mark).
+C-c C-v `message-delete-not-region' (remove the text outside the region).
+C-c C-z `message-kill-to-signature' (kill the text up to the signature).
+C-c C-r `message-caesar-buffer-body' (rot13 the message body).
+C-c C-a `mml-attach-file' (attach a file as MIME).
+M-RET `message-newline-and-reformat' (break the line and reformat)." t nil)
(autoload (quote message-mail) "message" "\
Start editing a mail message to be sent.
@@ -10882,7 +10900,7 @@ Legal MIME content types. See documentation for \\[mh-edit-mhn].")
;;;***
-;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14484 43737))
+;;;### (autoloads nil "mh-utils" "mail/mh-utils.el" (14906 3793))
;;; Generated autoloads from mail/mh-utils.el
(put (quote mh-progs) (quote risky-local-variable) t)
@@ -10918,6 +10936,33 @@ to its second argument TM." nil nil)
;;;***
+;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
+;;;;;; "minibuf-eldef.el" (14897 44787))
+;;; Generated autoloads from minibuf-eldef.el
+
+(defvar minibuffer-electric-default-mode nil "\
+Toggle Minibuffer-Electric-Default mode on or off.
+See the command `minibuffer-electric-default-mode' for a description of this minor-mode.
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `minibuffer-electric-default-mode'.")
+
+(custom-add-to-group (quote minibuffer) (quote minibuffer-electric-default-mode) (quote custom-variable))
+
+(custom-add-load (quote minibuffer-electric-default-mode) (quote minibuf-eldef))
+
+(autoload (quote minibuffer-electric-default-mode) "minibuf-eldef" "\
+Toggle Minibuffer Electric Default mode
+When active, minibuffer prompts that show a default value only show the
+default when it's applicable -- that is, when hitting RET would yield
+the default value. If the user modifies the input such that hitting RET
+would enter a non-default value, the prompt is modified to remove the
+default indication.
+
+With prefix argument ARG, turn on if positive, otherwise off.
+Returns non-nil if the new state is enabled." t nil)
+
+;;;***
+
;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulation/mlconvert.el"
;;;;;; (14660 49410))
;;; Generated autoloads from emulation/mlconvert.el
@@ -11057,7 +11102,7 @@ different buffer menu using the function `msb'." t nil)
;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
;;;;;; describe-coding-system describe-char-after describe-character-set
;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
-;;;;;; "international/mule-diag.el" (14887 28114))
+;;;;;; "international/mule-diag.el" (14925 47367))
;;; Generated autoloads from international/mule-diag.el
(autoload (quote list-character-sets) "mule-diag" "\
@@ -11365,7 +11410,7 @@ Open a network connection to HOST on PORT." t nil)
;;;;;; uncomment-region comment-kill comment-set-column comment-indent
;;;;;; comment-indent-default comment-multi-line comment-padding
;;;;;; comment-style comment-column) "newcomment" "newcomment.el"
-;;;;;; (14884 54601))
+;;;;;; (14909 56659))
;;; Generated autoloads from newcomment.el
(defalias (quote indent-for-comment) (quote comment-indent))
@@ -11447,7 +11492,7 @@ comment markers." t nil)
(autoload (quote comment-region) "newcomment" "\
Comment or uncomment each line in the region.
-With just \\[universal-prefix] prefix arg, uncomment each line in region BEG..END.
+With just \\[universal-argument] prefix arg, uncomment each line in region BEG..END.
Numeric prefix arg ARG means use ARG comment characters.
If ARG is negative, delete that many comment characters instead.
By default, comments start at the left margin, are terminated on each line,
@@ -11460,7 +11505,7 @@ The strings used as comment starts are built from
(autoload (quote comment-dwim) "newcomment" "\
Call the comment command you want (Do What I Mean).
If the region is active and `transient-mark-mode' is on, call
- `comment-region' (unless it only consists in comments, in which
+ `comment-region' (unless it only consists of comments, in which
case it calls `uncomment-region').
Else, if the current line is empty, insert a comment and indent it.
Else if a prefix ARG is specified, call `comment-kill'.
@@ -11961,7 +12006,7 @@ Completion for the GNU tar utility." nil nil)
;;;***
;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
-;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14680 33024))
+;;;;;; "pcmpl-linux" "pcmpl-linux.el" (14911 29316))
;;; Generated autoloads from pcmpl-linux.el
(autoload (quote pcomplete/kill) "pcmpl-linux" "\
@@ -12064,7 +12109,7 @@ Setup shell-mode to use pcomplete." nil nil)
;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
-;;;;;; "pcvs.el" (14875 40521))
+;;;;;; "pcvs.el" (14909 56659))
;;; Generated autoloads from pcvs.el
(autoload (quote cvs-checkout) "pcvs" "\
@@ -12125,7 +12170,7 @@ The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp d
;;;***
-;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (14854 32222))
+;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (14909 56659))
;;; Generated autoloads from pcvs-defs.el
(defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] (quote (menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea"))) (define-key m [checkout] (quote (menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository"))) (define-key m [update] (quote (menu-item "Update Directory" cvs-update :help "Fetch updates from the repository"))) (define-key m [examine] (quote (menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea"))) m))
@@ -12308,7 +12353,7 @@ Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
;;;***
-;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14353 44101))
+;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (14895 24173))
;;; Generated autoloads from ps-bdf.el
(defvar bdf-directory-list (if (eq system-type (quote ms-dos)) (list (expand-file-name "fonts/bdf" installation-directory)) (quote ("/usr/local/share/emacs/fonts/bdf"))) "\
@@ -12463,7 +12508,7 @@ This checks if all multi-byte characters in the region are printable or not." ni
;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
;;;;;; ps-print-buffer ps-print-customize ps-paper-type) "ps-print"
-;;;;;; "ps-print.el" (14887 28113))
+;;;;;; "ps-print.el" (14924 30911))
;;; Generated autoloads from ps-print.el
(defvar ps-paper-type (quote letter) "\
@@ -12601,7 +12646,7 @@ If EXTENSION is any other symbol, it is ignored." nil nil)
;;;;;; quail-defrule quail-install-decode-map quail-install-map
;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
;;;;;; quail-define-package quail-use-package) "quail" "international/quail.el"
-;;;;;; (14868 1431))
+;;;;;; (14933 40934))
;;; Generated autoloads from international/quail.el
(autoload (quote quail-use-package) "quail" "\
@@ -12804,8 +12849,8 @@ of each directory." t nil)
;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
-;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14554
-;;;;;; 8650))
+;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (14914
+;;;;;; 30023))
;;; Generated autoloads from net/quickurl.el
(defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
@@ -13034,7 +13079,7 @@ refilling if they would cause auto-filling." t nil)
;;;***
;;;### (autoloads (reftex-mode turn-on-reftex) "reftex" "textmodes/reftex.el"
-;;;;;; (14671 47574))
+;;;;;; (14900 39721))
;;; Generated autoloads from textmodes/reftex.el
(autoload (quote turn-on-reftex) "reftex" "\
@@ -13074,7 +13119,7 @@ on the menu bar.
;;;***
;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
-;;;;;; (14702 63699))
+;;;;;; (14900 39720))
;;; Generated autoloads from textmodes/reftex-cite.el
(autoload (quote reftex-citation) "reftex-cite" "\
@@ -13101,7 +13146,7 @@ While entering the regexp, completion on knows citation keys is possible.
;;;***
;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
-;;;;;; (14671 47574))
+;;;;;; (14900 39721))
;;; Generated autoloads from textmodes/reftex-index.el
(autoload (quote reftex-index-phrases-mode) "reftex-index" "\
@@ -13296,7 +13341,7 @@ variable." t nil)
;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
-;;;;;; "rmail" "mail/rmail.el" (14886 32019))
+;;;;;; "rmail" "mail/rmail.el" (14891 50858))
;;; Generated autoloads from mail/rmail.el
(defvar rmail-dont-reply-to-names nil "\
@@ -13623,7 +13668,7 @@ KEYWORDS is a comma-separated list of labels." t nil)
;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
-;;;;;; "rmailsum" "mail/rmailsum.el" (14637 38354))
+;;;;;; "rmailsum" "mail/rmailsum.el" (14902 15080))
;;; Generated autoloads from mail/rmailsum.el
(defvar rmail-summary-scroll-between-messages t "\
@@ -13684,9 +13729,9 @@ Setting this variable has an effect only before reading a mail.")
;;;***
-;;;### (autoloads (news-post-news) "rnewspost" "mail/rnewspost.el"
-;;;;;; (14660 49436))
-;;; Generated autoloads from mail/rnewspost.el
+;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
+;;;;;; (14932 52544))
+;;; Generated autoloads from obsolete/rnewspost.el
(autoload (quote news-post-news) "rnewspost" "\
Begin editing a new USENET news article to be posted.
@@ -13711,7 +13756,7 @@ Toggle the use of rot 13 encoding for the current window." t nil)
;;;### (autoloads (resize-minibuffer-mode resize-minibuffer-frame-exactly
;;;;;; resize-minibuffer-frame-max-height resize-minibuffer-frame
;;;;;; resize-minibuffer-window-exactly resize-minibuffer-window-max-height
-;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (14301 25409))
+;;;;;; resize-minibuffer-mode) "rsz-mini" "rsz-mini.el" (14895 24173))
;;; Generated autoloads from rsz-mini.el
(defvar resize-minibuffer-mode nil "\
@@ -13835,9 +13880,10 @@ Toggle Scroll-All minor mode." t nil)
;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode
;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to
-;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers
-;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from
-;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14862 37898))
+;;;;;; mail-archive-file-name mail-header-separator send-mail-function
+;;;;;; mail-yank-ignored-headers mail-interactive mail-self-blind
+;;;;;; mail-specify-envelope-from mail-from-style) "sendmail" "mail/sendmail.el"
+;;;;;; (14937 32770))
;;; Generated autoloads from mail/sendmail.el
(defvar mail-from-style (quote angles) "\
@@ -13926,7 +13972,9 @@ Here are commands that move to a header field (and create it if there isn't):
\\[mail-signature] mail-signature (insert `mail-signature-file' file).
\\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
\\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
-\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC)." t nil)
+\\[mail-sent-via] mail-sent-via (add a Sent-via field for each To or CC).
+Turning on Mail mode runs the normal hooks `text-mode-hook' and
+`mail-mode-hook' (in that order)." t nil)
(defvar sendmail-coding-system nil "\
*Coding system for encoding the outgoing mail.
@@ -13997,7 +14045,7 @@ Like `mail' command, but display mail buffer in another frame." t nil)
;;;***
-;;;### (autoloads (server-start) "server" "server.el" (14754 19514))
+;;;### (autoloads (server-start) "server" "server.el" (14914 10033))
;;; Generated autoloads from server.el
(autoload (quote server-start) "server" "\
@@ -14074,7 +14122,7 @@ To work around that, do:
;;;***
;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
-;;;;;; (14863 49548))
+;;;;;; (14940 15186))
;;; Generated autoloads from progmodes/sh-script.el
(put (quote sh-mode) (quote mode-class) (quote special))
@@ -14276,7 +14324,7 @@ at all." t nil)
;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy
;;;;;; skeleton-proxy-new define-skeleton) "skeleton" "skeleton.el"
-;;;;;; (13940 33497))
+;;;;;; (14916 50561))
;;; Generated autoloads from skeleton.el
(defvar skeleton-filter (quote identity) "\
@@ -14384,8 +14432,8 @@ symmetrical ones, and the same character twice for the others." t nil)
;;;***
-;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (14821
-;;;;;; 31349))
+;;;### (autoloads (smerge-mode) "smerge-mode" "smerge-mode.el" (14921
+;;;;;; 47235))
;;; Generated autoloads from smerge-mode.el
(autoload (quote smerge-mode) "smerge-mode" "\
@@ -14395,11 +14443,14 @@ Minor mode to simplify editing output from the diff3 program.
;;;***
;;;### (autoloads (smiley-region) "smiley-ems" "gnus/smiley-ems.el"
-;;;;;; (14858 32485))
+;;;;;; (14903 16513))
;;; Generated autoloads from gnus/smiley-ems.el
(autoload (quote smiley-region) "smiley-ems" "\
-Replace in the region `smiley-regexp-alist' matches with corresponding images." t nil)
+Display textual smileys as images.
+START and END specify the region; interactively, use the values
+of point and mark. The value of `smiley-regexp-alist' determines
+which smileys to operate on and which images to use for them." t nil)
;;;***
@@ -14597,7 +14648,7 @@ Pick your favourite shortcuts:
;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
-;;;;;; sort-lines sort-subr) "sort" "sort.el" (14886 9525))
+;;;;;; sort-lines sort-subr) "sort" "sort.el" (14906 5486))
;;; Generated autoloads from sort.el
(autoload (quote sort-subr) "sort" "\
@@ -14783,7 +14834,7 @@ Return a vector containing the lines from `spook-phrases-file'." nil nil)
;;;### (autoloads (sql-postgres sql-ms sql-ingres sql-solid sql-mysql
;;;;;; sql-informix sql-sybase sql-oracle sql-mode sql-help) "sql"
-;;;;;; "progmodes/sql.el" (14829 52426))
+;;;;;; "progmodes/sql.el" (14911 13087))
;;; Generated autoloads from progmodes/sql.el
(autoload (quote sql-help) "sql" "\
@@ -15199,7 +15250,7 @@ Connect to display DISPLAY for the Emacs talk group." t nil)
;;;***
-;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14664 40536))
+;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (14903 16513))
;;; Generated autoloads from tar-mode.el
(autoload (quote tar-mode) "tar-mode" "\
@@ -15292,8 +15343,8 @@ Normally input is edited in Emacs and sent a line at a time." t nil)
;;;***
-;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14702
-;;;;;; 63698))
+;;;### (autoloads (ansi-term term make-term) "term" "term.el" (14921
+;;;;;; 47235))
;;; Generated autoloads from term.el
(autoload (quote make-term) "term" "\
@@ -15659,7 +15710,7 @@ if large. You can use Info-split to do this manually." t nil)
;;;***
;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
-;;;;;; "texinfo" "textmodes/texinfo.el" (14890 7814))
+;;;;;; "texinfo" "textmodes/texinfo.el" (14922 5240))
;;; Generated autoloads from textmodes/texinfo.el
(defvar texinfo-open-quote "``" "\
@@ -15732,6 +15783,7 @@ Top node, is accompanied by some kind of section line, such as an
If the file has a `top' node, it must be called `top' or `Top' and
be the first node in the file.
+
Entering Texinfo mode calls the value of `text-mode-hook', and then the
value of `texinfo-mode-hook'." t nil)
@@ -15924,7 +15976,7 @@ If DATE is malformed, a zero time will be returned." nil nil)
;;;***
;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
-;;;;;; "time-stamp.el" (14845 20872))
+;;;;;; "time-stamp.el" (14898 12684))
;;; Generated autoloads from time-stamp.el
(autoload (quote time-stamp) "time-stamp" "\
@@ -16111,7 +16163,7 @@ To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\"." nil
;;;***
;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
-;;;;;; "tmm.el" (14890 7814))
+;;;;;; "tmm.el" (14894 24587))
;;; Generated autoloads from tmm.el
(define-key global-map "\M-`" 'tmm-menubar)
(define-key global-map [f10] 'tmm-menubar)
@@ -16144,10 +16196,22 @@ Its value should be an event that has a binding in MENU." nil nil)
;;;***
-;;;### (autoloads (todo-print todo-save-top-priorities todo-top-priorities)
-;;;;;; "todo-mode" "calendar/todo-mode.el" (14876 60332))
+;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
+;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
+;;;;;; "todo-mode" "calendar/todo-mode.el" (14930 62509))
;;; Generated autoloads from calendar/todo-mode.el
+(autoload (quote todo-add-category) "todo-mode" "\
+Add new category CAT to the TODO list." t nil)
+
+(autoload (quote todo-add-item-non-interactively) "todo-mode" "\
+Insert NEW-ITEM in TODO list as a new entry in CATEGORY." nil nil)
+
+(autoload (quote todo-insert-item) "todo-mode" "\
+Insert new TODO list entry.
+With a prefix argument solicit the category, otherwise use the current
+category." t nil)
+
(autoload (quote todo-top-priorities) "todo-mode" "\
List top priorities for each category.
@@ -16157,12 +16221,6 @@ defaults to 'todo-show-priorities'.
If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
between each category." t nil)
-(autoload (quote todo-save-top-priorities) "todo-mode" "\
-Save top priorities for each category in `todo-file-top'.
-
-Number of entries for each category is given by NOF-PRIORITIES which
-defaults to `todo-show-priorities'." t nil)
-
(autoload (quote todo-print) "todo-mode" "\
Print todo summary using `todo-print-function'.
If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
@@ -16170,6 +16228,17 @@ between each category.
Number of entries for each category is given by `todo-print-priorities'." t nil)
+(autoload (quote todo-mode) "todo-mode" "\
+Major mode for editing TODO lists.
+
+\\{todo-mode-map}" t nil)
+
+(autoload (quote todo-cp) "todo-mode" "\
+Make a diary entry appear only in the current date's diary." nil nil)
+
+(autoload (quote todo-show) "todo-mode" "\
+Show TODO list." t nil)
+
;;;***
;;;### (autoloads (tool-bar-add-item-from-menu tool-bar-add-item
@@ -16223,7 +16292,7 @@ function." nil nil)
;;;***
;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el"
-;;;;;; (14883 29489))
+;;;;;; (14932 41685))
;;; Generated autoloads from tooltip.el
(autoload (quote tooltip-mode) "tooltip" "\
@@ -16241,8 +16310,8 @@ use either \\[customize] or the function `tooltip-mode'.")
;;;***
-;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14886
-;;;;;; 17544))
+;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulation/tpu-edt.el" (14892
+;;;;;; 62442))
;;; Generated autoloads from emulation/tpu-edt.el
(fset (quote tpu-edt-mode) (quote tpu-edt-on))
@@ -16255,7 +16324,7 @@ Turn on TPU/edt emulation." t nil)
;;;***
;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins)
-;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14886 17615))
+;;;;;; "tpu-extras" "emulation/tpu-extras.el" (14892 62442))
;;; Generated autoloads from emulation/tpu-extras.el
(autoload (quote tpu-set-scroll-margins) "tpu-extras" "\
@@ -16590,7 +16659,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
;;;;;; vc-create-snapshot vc-directory vc-resolve-conflicts vc-merge
;;;;;; vc-insert-headers vc-version-other-window vc-diff vc-register
;;;;;; vc-next-action edit-vc-file with-vc-file vc-before-checkin-hook
-;;;;;; vc-checkin-hook) "vc" "vc.el" (14874 16518))
+;;;;;; vc-checkin-hook) "vc" "vc.el" (14938 58920))
;;; Generated autoloads from vc.el
(defvar vc-checkin-hook nil "\
@@ -16763,7 +16832,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
;;;***
-;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14874 16518))
+;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14940 15185))
;;; Generated autoloads from vc-cvs.el
(defun vc-cvs-registered (f)
(when (file-readable-p (expand-file-name
@@ -16774,7 +16843,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
;;;***
;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
-;;;;;; (14874 16518))
+;;;;;; (14940 15185))
;;; Generated autoloads from vc-rcs.el
(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -16786,7 +16855,7 @@ For a description of possible values, see `vc-check-master-templates'.")
;;;***
;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
-;;;;;; (14869 5816))
+;;;;;; (14940 15185))
;;; Generated autoloads from vc-sccs.el
(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -17411,7 +17480,7 @@ and off otherwise." t nil)
;;;### (autoloads (whitespace-describe whitespace-global-mode whitespace-cleanup-region
;;;;;; whitespace-cleanup whitespace-region whitespace-buffer) "whitespace"
-;;;;;; "whitespace.el" (14826 56520))
+;;;;;; "whitespace.el" (14933 40934))
;;; Generated autoloads from whitespace.el
(autoload (quote whitespace-buffer) "whitespace" "\
@@ -17525,7 +17594,7 @@ With arg, turn widget mode on if and only if arg is positive." t nil)
;;;***
;;;### (autoloads (widget-delete widget-create widget-prompt-value)
-;;;;;; "wid-edit" "wid-edit.el" (14883 29489))
+;;;;;; "wid-edit" "wid-edit.el" (14938 58920))
;;; Generated autoloads from wid-edit.el
(autoload (quote widget-prompt-value) "wid-edit" "\
diff --git a/src/ChangeLog b/src/ChangeLog
index 115ab52de12..dd936bd97e2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2001-01-10 Gerd Moellmann <gerd@gnu.org>
+ * xselect.c (x_reply_selection_request): Add a comment.
+
* xfns.c (Fx_backspace_delete_keys_p): Use XkbGetMap and
XkbGetNames instead of XkbGetKeyboard.