comparison lisp/finder-inf.el @ 44890:01b93e5e53a7

Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, lisp/ChangeLog, and src/ChangeLog for list of changes.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 26 Apr 2002 23:39:06 +0000
parents d1e3d0c2d12a
children e6c83c554818
comparison
equal deleted inserted replaced
44889:e3b9f45140a5 44890:01b93e5e53a7
333 (abbrev convenience)) 333 (abbrev convenience))
334 ("hl-line.el" 334 ("hl-line.el"
335 "highlight the current line" 335 "highlight the current line"
336 (faces frames emulation)) 336 (faces frames emulation))
337 ("ibuf-ext.el" 337 ("ibuf-ext.el"
338 "extensions for ibuffer" 338 "extensions for ibuffer "
339 (buffer convenience)) 339 (buffer convenience))
340 ("ibuf-macs.el" 340 ("ibuf-macs.el"
341 "macros for ibuffer" 341 "macros for ibuffer"
342 (buffer convenience)) 342 (buffer convenience))
343 ("ibuffer.el" 343 ("ibuffer.el"
866 "composition functions for Calc" 866 "composition functions for Calc"
867 nil) 867 nil)
868 ("calcsel2.el" 868 ("calcsel2.el"
869 "selection functions for Calc" 869 "selection functions for Calc"
870 nil) 870 nil)
871 ("binhex.el"
872 "elisp native binhex decode"
873 (binhex news))
874 ("earcon.el"
875 "sound effects for messages"
876 nil)
877 ("flow-fill.el"
878 "interprete RFC2646 \"flowed\" text"
879 (mail))
880 ("format-spec.el"
881 "functions for formatting arbitrary formatting strings"
882 (tools))
883 ("gnus-agent.el"
884 "unplugged support for Gnus"
885 nil)
886 ("gnus-art.el"
887 "article mode commands for Gnus"
888 (news))
889 ("gnus-async.el"
890 "asynchronous support for Gnus"
891 (news))
892 ("gnus-audio.el"
893 "sound effects for Gnus"
894 (news mail multimedia))
895 ("gnus-bcklg.el"
896 "backlog functions for Gnus"
897 (news))
898 ("gnus-cache.el"
899 "cache interface for Gnus"
900 (news))
901 ("gnus-cite.el"
902 "parse citations in articles for Gnus"
903 nil)
904 ("gnus-cus.el"
905 "customization commands for Gnus"
906 (news))
907 ("gnus-demon.el"
908 "daemonic Gnus behaviour"
909 (news))
910 ("gnus-draft.el"
911 "draft message support for Gnus"
912 (news))
913 ("gnus-dup.el"
914 "suppression of duplicate articles in Gnus"
915 (news))
916 ("gnus-eform.el"
917 "a mode for editing forms for Gnus"
918 (news))
919 ("gnus-ems.el"
920 "functions for making Gnus work under different Emacsen"
921 (news))
922 ("gnus-gl.el"
923 "an interface to GroupLens for Gnus"
924 (news score))
925 ("gnus-group.el"
926 "group mode commands for Gnus"
927 (news))
928 ("gnus-int.el"
929 "backend interface functions for Gnus"
930 (news))
931 ("gnus-kill.el"
932 "kill commands for Gnus"
933 (news))
934 ("gnus-logic.el"
935 "advanced scoring code for Gnus"
936 (news))
937 ("gnus-mh.el"
938 "mh-e interface for Gnus"
939 (news))
940 ("gnus-ml.el"
941 "mailing list minor mode for Gnus"
942 (news))
943 ("gnus-mlspl.el"
944 "a group params-based mail splitting mechanism"
945 (news mail))
946 ("gnus-move.el"
947 "commands for moving Gnus from one server to another"
948 (news))
949 ("gnus-msg.el"
950 "mail and post interface for Gnus"
951 (news))
952 ("gnus-mule.el"
953 "provide backward compatibility function to GNUS"
954 (news i18n))
955 ("gnus-nocem.el"
956 "NoCeM pseudo-cancellation treatment"
957 (news))
958 ("gnus-range.el"
959 "range and sequence functions for Gnus"
960 (news))
961 ("gnus-salt.el"
962 "alternate summary mode interfaces for Gnus"
963 (news))
964 ("gnus-score.el"
965 "scoring code for Gnus"
966 (news))
967 ("gnus-setup.el"
968 "initialization & setup for Gnus 5"
969 (news))
970 ("gnus-soup.el"
971 "SOUP packet writing support for Gnus"
972 (news mail))
973 ("gnus-spec.el"
974 "format spec functions for Gnus"
975 (news))
976 ("gnus-srvr.el"
977 "virtual server support for Gnus"
978 (news))
979 ("gnus-start.el"
980 "startup functions for Gnus"
981 (news))
982 ("gnus-sum.el"
983 "summary mode commands for Gnus"
984 (news))
985 ("gnus-topic.el"
986 "a folding minor mode for Gnus group buffers"
987 (news))
988 ("gnus-undo.el"
989 "minor mode for undoing in Gnus"
990 (news))
991 ("gnus-util.el"
992 "utility functions for Gnus"
993 (news))
994 ("gnus-uu.el"
995 "extract (uu)encoded files in Gnus"
996 nil)
997 ("gnus-vm.el"
998 "vm interface for Gnus"
999 (news mail))
1000 ("gnus-win.el"
1001 "window configuration functions for Gnus"
1002 (news))
1003 ("gnus.el"
1004 "a newsreader for GNU Emacs"
1005 (news mail))
1006 ("ietf-drums.el"
1007 "functions for parsing RFC822bis headers"
1008 nil)
1009 ("imap.el"
1010 "imap library"
1011 (mail))
1012 ("mail-parse.el"
1013 "interface functions for parsing mail"
1014 nil)
1015 ("mail-prsvr.el"
1016 "interface variables for parsing mail"
1017 nil)
1018 ("mail-source.el"
1019 "functions for fetching mail"
1020 (news mail))
1021 ("mailcap.el"
1022 "MIME media types configuration"
1023 (news mail multimedia))
1024 ("message.el"
1025 "composing mail and news messages"
1026 (mail news))
1027 ("messcompat.el"
1028 "making message mode compatible with mail mode"
1029 (mail news))
1030 ("mm-bodies.el"
1031 "functions for decoding MIME things"
1032 nil)
1033 ("mm-decode.el"
1034 "functions for decoding MIME things"
1035 nil)
1036 ("mm-encode.el"
1037 "functions for encoding MIME things "
1038 nil)
1039 ("mm-partial.el"
1040 "showing message/partial"
1041 (message partial))
1042 ("mm-util.el"
1043 "Utility functions for Mule and low level things"
1044 nil)
1045 ("mm-uu.el"
1046 "return uu stuff as mm handles"
1047 (postscript uudecode binhex shar forward news))
1048 ("mm-view.el"
1049 "functions for viewing MIME objects"
1050 nil)
1051 ("mml.el"
1052 "package for parsing and validating MML documents"
1053 nil)
1054 ("nnagent.el"
1055 "offline backend for Gnus"
1056 (news mail))
1057 ("nnbabyl.el"
1058 "rmail mbox access for Gnus"
1059 (news mail))
1060 ("nndir.el"
1061 "single directory newsgroup access for Gnus"
1062 (news))
1063 ("nndoc.el"
1064 "single file access for Gnus"
1065 (news))
1066 ("nndraft.el"
1067 "draft article access for Gnus"
1068 (news))
1069 ("nneething.el"
1070 "arbitrary file access for Gnus"
1071 (news mail))
1072 ("nnfolder.el"
1073 "mail folder access for Gnus"
1074 (mail))
1075 ("nngateway.el"
1076 "posting news via mail gateways"
1077 (news mail))
1078 ("nnheader.el"
1079 "header access macros for Gnus and its backends"
1080 (news))
1081 ("nnimap.el"
1082 "imap backend for Gnus"
1083 (mail))
1084 ("nnkiboze.el"
1085 "select virtual news access for Gnus"
1086 (news))
1087 ("nnlistserv.el"
1088 "retrieving articles via web mailing list archives"
1089 (news mail))
1090 ("nnmail.el"
1091 "mail support functions for the Gnus mail backends"
1092 (news mail))
1093 ("nnmbox.el"
1094 "mail mbox access for Gnus"
1095 (news mail))
1096 ("nnmh.el"
1097 "mhspool access for Gnus"
1098 (news mail))
1099 ("nnml.el"
1100 "mail spool access for Gnus"
1101 (news mail))
1102 ("nnoo.el"
1103 "OO Gnus Backends"
1104 (news))
1105 ("nnslashdot.el"
1106 "interfacing with Slashdot"
1107 (news))
1108 ("nnsoup.el"
1109 "SOUP access for Gnus"
1110 (news mail))
1111 ("nnspool.el"
1112 "spool access for GNU Emacs"
1113 (news))
1114 ("nntp.el"
1115 "nntp access for Gnus"
1116 (news))
1117 ("nnultimate.el"
1118 "interfacing with the Ultimate Bulletin Board system"
1119 (news))
1120 ("nnvirtual.el"
1121 "virtual newsgroups access for Gnus"
1122 (news))
1123 ("nnwarchive.el"
1124 "interfacing with web archives"
1125 (news egroups mail-archive))
1126 ("nnweb.el"
1127 "retrieving articles via web search engines"
1128 (news))
1129 ("pop3.el"
1130 "Post Office Protocol (RFC 1460) interface"
1131 (mail))
1132 ("qp.el"
1133 "Quoted-Printable functions"
1134 (mail extensions))
1135 ("rfc1843.el"
1136 "HZ (rfc1843) decoding"
1137 (news hz hz+ mail i18n))
1138 ("rfc2045.el"
1139 "functions for decoding rfc2045 headers"
1140 nil)
1141 ("rfc2047.el"
1142 "functions for encoding and decoding rfc2047 messages"
1143 nil)
1144 ("rfc2104.el"
1145 "RFC2104 Hashed Message Authentication Codes"
1146 (mail))
1147 ("rfc2231.el"
1148 "functions for decoding rfc2231 headers"
1149 nil)
1150 ("score-mode.el"
1151 "mode for editing Gnus score files"
1152 (news mail))
1153 ("smiley-ems.el"
1154 "displaying smiley faces"
1155 (news mail multimedia))
1156 ("starttls.el"
1157 "STARTTLS functions"
1158 (tls ssl openssl mail news))
1159 ("utf7.el"
1160 "UTF-7 encoding/decoding for Emacs"
1161 (mail))
1162 ("uudecode.el"
1163 "elisp native uudecode"
1164 (uudecode news))
1165 ("webmail.el"
1166 "interface of web mail"
1167 (hotmail netaddress my-deja netscape))
1168 ("appt.el" 871 ("appt.el"
1169 "appointment notification functions" 872 "appointment notification functions"
1170 (calendar)) 873 (calendar))
1171 ("cal-china.el" 874 ("cal-china.el"
1172 "calendar functions for the Chinese calendar" 875 "calendar functions for the Chinese calendar"
1538 "handling of variables" 1241 "handling of variables"
1539 nil) 1242 nil)
1540 ("eshell.el" 1243 ("eshell.el"
1541 "the Emacs command shell" 1244 "the Emacs command shell"
1542 (processes)) 1245 (processes))
1246 ("binhex.el"
1247 "elisp native binhex decode"
1248 (binhex news))
1249 ("earcon.el"
1250 "sound effects for messages"
1251 nil)
1252 ("flow-fill.el"
1253 "interprete RFC2646 \"flowed\" text"
1254 (mail))
1255 ("format-spec.el"
1256 "functions for formatting arbitrary formatting strings"
1257 (tools))
1258 ("gnus-agent.el"
1259 "unplugged support for Gnus"
1260 nil)
1261 ("gnus-art.el"
1262 "article mode commands for Gnus"
1263 (news))
1264 ("gnus-async.el"
1265 "asynchronous support for Gnus"
1266 (news))
1267 ("gnus-audio.el"
1268 "sound effects for Gnus"
1269 (news mail multimedia))
1270 ("gnus-bcklg.el"
1271 "backlog functions for Gnus"
1272 (news))
1273 ("gnus-cache.el"
1274 "cache interface for Gnus"
1275 (news))
1276 ("gnus-cite.el"
1277 "parse citations in articles for Gnus"
1278 nil)
1279 ("gnus-cus.el"
1280 "customization commands for Gnus"
1281 (news))
1282 ("gnus-demon.el"
1283 "daemonic Gnus behaviour"
1284 (news))
1285 ("gnus-draft.el"
1286 "draft message support for Gnus"
1287 (news))
1288 ("gnus-dup.el"
1289 "suppression of duplicate articles in Gnus"
1290 (news))
1291 ("gnus-eform.el"
1292 "a mode for editing forms for Gnus"
1293 (news))
1294 ("gnus-ems.el"
1295 "functions for making Gnus work under different Emacsen"
1296 (news))
1297 ("gnus-gl.el"
1298 "an interface to GroupLens for Gnus"
1299 (news score))
1300 ("gnus-group.el"
1301 "group mode commands for Gnus"
1302 (news))
1303 ("gnus-int.el"
1304 "backend interface functions for Gnus"
1305 (news))
1306 ("gnus-kill.el"
1307 "kill commands for Gnus"
1308 (news))
1309 ("gnus-logic.el"
1310 "advanced scoring code for Gnus"
1311 (news))
1312 ("gnus-mh.el"
1313 "mh-e interface for Gnus"
1314 (news))
1315 ("gnus-ml.el"
1316 "mailing list minor mode for Gnus"
1317 (news))
1318 ("gnus-mlspl.el"
1319 "a group params-based mail splitting mechanism"
1320 (news mail))
1321 ("gnus-move.el"
1322 "commands for moving Gnus from one server to another"
1323 (news))
1324 ("gnus-msg.el"
1325 "mail and post interface for Gnus"
1326 (news))
1327 ("gnus-mule.el"
1328 "provide backward compatibility function to GNUS"
1329 (news i18n))
1330 ("gnus-nocem.el"
1331 "NoCeM pseudo-cancellation treatment"
1332 (news))
1333 ("gnus-range.el"
1334 "range and sequence functions for Gnus"
1335 (news))
1336 ("gnus-salt.el"
1337 "alternate summary mode interfaces for Gnus"
1338 (news))
1339 ("gnus-score.el"
1340 "scoring code for Gnus"
1341 (news))
1342 ("gnus-setup.el"
1343 "initialization & setup for Gnus 5"
1344 (news))
1345 ("gnus-soup.el"
1346 "SOUP packet writing support for Gnus"
1347 (news mail))
1348 ("gnus-spec.el"
1349 "format spec functions for Gnus"
1350 (news))
1351 ("gnus-srvr.el"
1352 "virtual server support for Gnus"
1353 (news))
1354 ("gnus-start.el"
1355 "startup functions for Gnus"
1356 (news))
1357 ("gnus-sum.el"
1358 "summary mode commands for Gnus"
1359 (news))
1360 ("gnus-topic.el"
1361 "a folding minor mode for Gnus group buffers"
1362 (news))
1363 ("gnus-undo.el"
1364 "minor mode for undoing in Gnus"
1365 (news))
1366 ("gnus-util.el"
1367 "utility functions for Gnus"
1368 (news))
1369 ("gnus-uu.el"
1370 "extract (uu)encoded files in Gnus"
1371 nil)
1372 ("gnus-vm.el"
1373 "vm interface for Gnus"
1374 (news mail))
1375 ("gnus-win.el"
1376 "window configuration functions for Gnus"
1377 (news))
1378 ("gnus.el"
1379 "a newsreader for GNU Emacs"
1380 (news mail))
1381 ("ietf-drums.el"
1382 "functions for parsing RFC822bis headers"
1383 nil)
1384 ("imap.el"
1385 "imap library"
1386 (mail))
1387 ("mail-parse.el"
1388 "interface functions for parsing mail"
1389 nil)
1390 ("mail-prsvr.el"
1391 "interface variables for parsing mail"
1392 nil)
1393 ("mail-source.el"
1394 "functions for fetching mail"
1395 (news mail))
1396 ("mailcap.el"
1397 "MIME media types configuration"
1398 (news mail multimedia))
1399 ("message.el"
1400 "composing mail and news messages"
1401 (mail news))
1402 ("messcompat.el"
1403 "making message mode compatible with mail mode"
1404 (mail news))
1405 ("mm-bodies.el"
1406 "functions for decoding MIME things"
1407 nil)
1408 ("mm-decode.el"
1409 "functions for decoding MIME things"
1410 nil)
1411 ("mm-encode.el"
1412 "functions for encoding MIME things "
1413 nil)
1414 ("mm-partial.el"
1415 "showing message/partial"
1416 (message partial))
1417 ("mm-util.el"
1418 "Utility functions for Mule and low level things"
1419 nil)
1420 ("mm-uu.el"
1421 "return uu stuff as mm handles"
1422 (postscript uudecode binhex shar forward news))
1423 ("mm-view.el"
1424 "functions for viewing MIME objects"
1425 nil)
1426 ("mml.el"
1427 "package for parsing and validating MML documents"
1428 nil)
1429 ("nnagent.el"
1430 "offline backend for Gnus"
1431 (news mail))
1432 ("nnbabyl.el"
1433 "rmail mbox access for Gnus"
1434 (news mail))
1435 ("nndir.el"
1436 "single directory newsgroup access for Gnus"
1437 (news))
1438 ("nndoc.el"
1439 "single file access for Gnus"
1440 (news))
1441 ("nndraft.el"
1442 "draft article access for Gnus"
1443 (news))
1444 ("nneething.el"
1445 "arbitrary file access for Gnus"
1446 (news mail))
1447 ("nnfolder.el"
1448 "mail folder access for Gnus"
1449 (mail))
1450 ("nngateway.el"
1451 "posting news via mail gateways"
1452 (news mail))
1453 ("nnheader.el"
1454 "header access macros for Gnus and its backends"
1455 (news))
1456 ("nnimap.el"
1457 "imap backend for Gnus"
1458 (mail))
1459 ("nnkiboze.el"
1460 "select virtual news access for Gnus"
1461 (news))
1462 ("nnlistserv.el"
1463 "retrieving articles via web mailing list archives"
1464 (news mail))
1465 ("nnmail.el"
1466 "mail support functions for the Gnus mail backends"
1467 (news mail))
1468 ("nnmbox.el"
1469 "mail mbox access for Gnus"
1470 (news mail))
1471 ("nnmh.el"
1472 "mhspool access for Gnus"
1473 (news mail))
1474 ("nnml.el"
1475 "mail spool access for Gnus"
1476 (news mail))
1477 ("nnoo.el"
1478 "OO Gnus Backends"
1479 (news))
1480 ("nnslashdot.el"
1481 "interfacing with Slashdot"
1482 (news))
1483 ("nnsoup.el"
1484 "SOUP access for Gnus"
1485 (news mail))
1486 ("nnspool.el"
1487 "spool access for GNU Emacs"
1488 (news))
1489 ("nntp.el"
1490 "nntp access for Gnus"
1491 (news))
1492 ("nnultimate.el"
1493 "interfacing with the Ultimate Bulletin Board system"
1494 (news))
1495 ("nnvirtual.el"
1496 "virtual newsgroups access for Gnus"
1497 (news))
1498 ("nnwarchive.el"
1499 "interfacing with web archives"
1500 (news egroups mail-archive))
1501 ("nnweb.el"
1502 "retrieving articles via web search engines"
1503 (news))
1504 ("pop3.el"
1505 "Post Office Protocol (RFC 1460) interface"
1506 (mail))
1507 ("qp.el"
1508 "Quoted-Printable functions"
1509 (mail extensions))
1510 ("rfc1843.el"
1511 "HZ (rfc1843) decoding"
1512 (news hz hz+ mail i18n))
1513 ("rfc2045.el"
1514 "functions for decoding rfc2045 headers"
1515 nil)
1516 ("rfc2047.el"
1517 "functions for encoding and decoding rfc2047 messages"
1518 nil)
1519 ("rfc2104.el"
1520 "RFC2104 Hashed Message Authentication Codes"
1521 (mail))
1522 ("rfc2231.el"
1523 "functions for decoding rfc2231 headers"
1524 nil)
1525 ("score-mode.el"
1526 "mode for editing Gnus score files"
1527 (news mail))
1528 ("smiley-ems.el"
1529 "displaying smiley faces"
1530 (news mail multimedia))
1531 ("starttls.el"
1532 "STARTTLS functions"
1533 (tls ssl openssl mail news))
1534 ("utf7.el"
1535 "UTF-7 encoding/decoding for Emacs"
1536 (mail))
1537 ("uudecode.el"
1538 "elisp native uudecode"
1539 (uudecode news))
1540 ("webmail.el"
1541 "interface of web mail"
1542 (hotmail netaddress my-deja netscape))
1543 ("ccl.el" 1543 ("ccl.el"
1544 "CCL (Code Conversion Language) compiler" 1544 "CCL (Code Conversion Language) compiler"
1545 (ccl mule multilingual character set coding-system)) 1545 (ccl mule multilingual character set coding-system))
1546 ("characters.el" 1546 ("characters.el"
1547 "set syntax and category for multibyte characters" 1547 "set syntax and category for multibyte characters"
1647 (i18n)) 1647 (i18n))
1648 ("utf-8-subst.el" 1648 ("utf-8-subst.el"
1649 "translation of untranslatable utf-8 to CJK" 1649 "translation of untranslatable utf-8 to CJK"
1650 (i18n)) 1650 (i18n))
1651 ("utf-8.el" 1651 ("utf-8.el"
1652 "Limited UTF-8 decoding/encoding support" 1652 "limited UTF-8 decoding/encoding support"
1653 (multilingual unicode utf-8 i18n)) 1653 (multilingual unicode utf-8 i18n))
1654 ("china-util.el" 1654 ("china-util.el"
1655 "utilities for Chinese" 1655 "utilities for Chinese"
1656 (mule multilingual chinese)) 1656 (mule multilingual chinese))
1657 ("chinese.el" 1657 ("chinese.el"
1895 "client interface to LDAP for Emacs" 1895 "client interface to LDAP for Emacs"
1896 (comm)) 1896 (comm))
1897 ("net-utils.el" 1897 ("net-utils.el"
1898 "network functions" 1898 "network functions"
1899 (network comm)) 1899 (network comm))
1900 ("netrc.el"
1901 ".netrc parsing functionality"
1902 (news))
1900 ("quickurl.el" 1903 ("quickurl.el"
1901 "insert an URL based on text at point in buffer" 1904 "insert an URL based on text at point in buffer"
1902 (hypermedia)) 1905 (hypermedia))
1903 ("rcompile.el" 1906 ("rcompile.el"
1904 "run a compilation on a remote machine" 1907 "run a compilation on a remote machine"
2306 "minor mode for editing of two-column text" 2309 "minor mode for editing of two-column text"
2307 (wp)) 2310 (wp))
2308 ("underline.el" 2311 ("underline.el"
2309 "insert/remove underlining (done by overstriking) in Emacs" 2312 "insert/remove underlining (done by overstriking) in Emacs"
2310 (wp)) 2313 (wp))
2311 ("xml-lite.el"
2312 "an indentation-engine for XML"
2313 (xml))
2314 ("tool-bar.el" 2314 ("tool-bar.el"
2315 "setting up the tool bar" 2315 "setting up the tool bar"
2316 (mouse frames)) 2316 (mouse frames))
2317 )) 2317 ))
2318 2318