/[emacs]/emacs/lisp/finder-inf.el
ViewVC logotype

Diff of /emacs/lisp/finder-inf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by rost, Wed May 8 01:03:19 2002 UTC revision 1.16 by kfstorm, Sat Jul 13 23:07:45 2002 UTC
# Line 283  Line 283 
283      ("follow.el"      ("follow.el"
284          "synchronize windows showing the same buffer"          "synchronize windows showing the same buffer"
285          (display  window  minor-mode  convenience))          (display  window  minor-mode  convenience))
286        ("font-core.el"
287            "Core interface to font-lock"
288            (languages  faces))
289      ("font-lock.el"      ("font-lock.el"
290          "Electric font lock mode"          "Electric font lock mode"
291          (languages  faces))          (languages  faces))
# Line 301  Line 304 
304      ("frame.el"      ("frame.el"
305          "multi-frame management independent of window systems"          "multi-frame management independent of window systems"
306          (internal))          (internal))
307        ("fringe.el"
308            "change fringes appearance in various ways"
309            (frames))
310      ("generic-x.el"      ("generic-x.el"
311          "Extra Modes for generic-mode"          "Extra Modes for generic-mode"
312          (generic  comment  font-lock))          (generic  comment  font-lock))
# Line 352  Line 358 
358      ("icomplete.el"      ("icomplete.el"
359          "minibuffer completion incremental feedback"          "minibuffer completion incremental feedback"
360          (help  abbrev))          (help  abbrev))
361        ("ido.el"
362            "interactively do things with buffers and files."
363            (extensions convenience))
364      ("ielm.el"      ("ielm.el"
365          "interaction mode for Emacs Lisp"          "interaction mode for Emacs Lisp"
366          (lisp))          (lisp))
# Line 391  Line 400 
400      ("kermit.el"      ("kermit.el"
401          "additions to shell mode for use with kermit"          "additions to shell mode for use with kermit"
402          (comm))          (comm))
403        ("kmacro.el"
404            "enhanced keyboard macros"
405            (keyboard convenience))
406      ("lazy-lock.el"      ("lazy-lock.el"
407          "lazy demand-driven fontification for fast Font Lock mode"          "lazy demand-driven fontification for fast Font Lock mode"
408          (faces files))          (faces files))
# Line 653  Line 665 
665          "text mode access to menu-bar"          "text mode access to menu-bar"
666          (convenience))          (convenience))
667      ("tooltip.el"      ("tooltip.el"
668          "Show tooltip windows"          "show tooltip windows"
669          (help c mouse tools))          (help c mouse tools))
670      ("type-break.el"      ("type-break.el"
671          "encourage rests from typing at appropriate intervals"          "encourage rests from typing at appropriate intervals"
# Line 871  Line 883 
883      ("calcsel2.el"      ("calcsel2.el"
884          "selection functions for Calc"          "selection functions for Calc"
885          nil)          nil)
886      ("em-alias.el"      ("binhex.el"
887          "creation and management of command aliases"          "elisp native binhex decode"
888          nil)          (binhex news))
889      ("em-banner.el"      ("earcon.el"
890          "sample module that displays a login banner"          "sound effects for messages"
         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"  
891          nil)          nil)
892      ("em-pred.el"      ("flow-fill.el"
893          "argument predicates and modifiers (ala zsh)"          "interprete RFC2646 \"flowed\" text"
894            (mail))
895        ("format-spec.el"
896            "functions for formatting arbitrary formatting strings"
897            (tools))
898        ("gnus-agent.el"
899            "unplugged support for Gnus"
900          nil)          nil)
901      ("em-prompt.el"      ("gnus-art.el"
902          "command prompts"          "article mode commands for Gnus"
903            (news))
904        ("gnus-async.el"
905            "asynchronous support for Gnus"
906            (news))
907        ("gnus-audio.el"
908            "sound effects for Gnus"
909            (news  mail  multimedia))
910        ("gnus-bcklg.el"
911            "backlog functions for Gnus"
912            (news))
913        ("gnus-cache.el"
914            "cache interface for Gnus"
915            (news))
916        ("gnus-cite.el"
917            "parse citations in articles for Gnus"
918          nil)          nil)
919      ("em-rebind.el"      ("gnus-cus.el"
920          "rebind keys when point is at current input"          "customization commands for Gnus"
921            (news))
922        ("gnus-demon.el"
923            "daemonic Gnus behaviour"
924            (news))
925        ("gnus-draft.el"
926            "draft message support for Gnus"
927            (news))
928        ("gnus-dup.el"
929            "suppression of duplicate articles in Gnus"
930            (news))
931        ("gnus-eform.el"
932            "a mode for editing forms for Gnus"
933            (news))
934        ("gnus-ems.el"
935            "functions for making Gnus work under different Emacsen"
936            (news))
937        ("gnus-gl.el"
938            "an interface to GroupLens for Gnus"
939            (news  score))
940        ("gnus-group.el"
941            "group mode commands for Gnus"
942            (news))
943        ("gnus-int.el"
944            "backend interface functions for Gnus"
945            (news))
946        ("gnus-kill.el"
947            "kill commands for Gnus"
948            (news))
949        ("gnus-logic.el"
950            "advanced scoring code for Gnus"
951            (news))
952        ("gnus-mh.el"
953            "mh-e interface for Gnus"
954            (news))
955        ("gnus-ml.el"
956            "mailing list minor mode for Gnus"
957            (news))
958        ("gnus-mlspl.el"
959            "a group params-based mail splitting mechanism"
960            (news  mail))
961        ("gnus-move.el"
962            "commands for moving Gnus from one server to another"
963            (news))
964        ("gnus-msg.el"
965            "mail and post interface for Gnus"
966            (news))
967        ("gnus-mule.el"
968            "provide backward compatibility function to GNUS"
969            (news  i18n))
970        ("gnus-nocem.el"
971            "NoCeM pseudo-cancellation treatment"
972            (news))
973        ("gnus-range.el"
974            "range and sequence functions for Gnus"
975            (news))
976        ("gnus-salt.el"
977            "alternate summary mode interfaces for Gnus"
978            (news))
979        ("gnus-score.el"
980            "scoring code for Gnus"
981            (news))
982        ("gnus-setup.el"
983            "initialization & setup for Gnus 5"
984            (news))
985        ("gnus-soup.el"
986            "SOUP packet writing support for Gnus"
987            (news  mail))
988        ("gnus-spec.el"
989            "format spec functions for Gnus"
990            (news))
991        ("gnus-srvr.el"
992            "virtual server support for Gnus"
993            (news))
994        ("gnus-start.el"
995            "startup functions for Gnus"
996            (news))
997        ("gnus-sum.el"
998            "summary mode commands for Gnus"
999            (news))
1000        ("gnus-topic.el"
1001            "a folding minor mode for Gnus group buffers"
1002            (news))
1003        ("gnus-undo.el"
1004            "minor mode for undoing in Gnus"
1005            (news))
1006        ("gnus-util.el"
1007            "utility functions for Gnus"
1008            (news))
1009        ("gnus-uu.el"
1010            "extract (uu)encoded files in Gnus"
1011          nil)          nil)
1012      ("em-script.el"      ("gnus-vm.el"
1013          "Eshell script files"          "vm interface for Gnus"
1014            (news  mail))
1015        ("gnus-win.el"
1016            "window configuration functions for Gnus"
1017            (news))
1018        ("gnus.el"
1019            "a newsreader for GNU Emacs"
1020            (news  mail))
1021        ("ietf-drums.el"
1022            "functions for parsing RFC822bis headers"
1023          nil)          nil)
1024      ("em-smart.el"      ("imap.el"
1025          "smart display of output"          "imap library"
1026            (mail))
1027        ("mail-parse.el"
1028            "interface functions for parsing mail"
1029          nil)          nil)
1030      ("em-term.el"      ("mail-prsvr.el"
1031          "running visual commands"          "interface variables for parsing mail"
1032          nil)          nil)
1033      ("em-unix.el"      ("mail-source.el"
1034          "UNIX command aliases"          "functions for fetching mail"
1035            (news  mail))
1036        ("mailcap.el"
1037            "MIME media types configuration"
1038            (news  mail  multimedia))
1039        ("message.el"
1040            "composing mail and news messages"
1041            (mail  news))
1042        ("messcompat.el"
1043            "making message mode compatible with mail mode"
1044            (mail  news))
1045        ("mm-bodies.el"
1046            "functions for decoding MIME things"
1047          nil)          nil)
1048      ("em-xtra.el"      ("mm-decode.el"
1049          "extra alias functions"          "functions for decoding MIME things"
1050          nil)          nil)
1051      ("esh-arg.el"      ("mm-encode.el"
1052          "argument processing"          "functions for encoding MIME things "
1053          nil)          nil)
1054      ("esh-cmd.el"      ("mm-partial.el"
1055          "command invocation"          "showing message/partial"
1056            (message partial))
1057        ("mm-util.el"
1058            "Utility functions for Mule and low level things"
1059          nil)          nil)
1060      ("esh-ext.el"      ("mm-uu.el"
1061          "commands external to Eshell"          "return uu stuff as mm handles"
1062            (postscript uudecode binhex shar forward news))
1063        ("mm-view.el"
1064            "functions for viewing MIME objects"
1065          nil)          nil)
1066      ("esh-groups.el"      ("mml.el"
1067          nil          "package for parsing and validating MML documents"
1068          nil)          nil)
1069      ("esh-io.el"      ("nnagent.el"
1070          "I/O management"          "offline backend for Gnus"
1071            (news  mail))
1072        ("nnbabyl.el"
1073            "rmail mbox access for Gnus"
1074            (news  mail))
1075        ("nndir.el"
1076            "single directory newsgroup access for Gnus"
1077            (news))
1078        ("nndoc.el"
1079            "single file access for Gnus"
1080            (news))
1081        ("nndraft.el"
1082            "draft article access for Gnus"
1083            (news))
1084        ("nneething.el"
1085            "arbitrary file access for Gnus"
1086            (news  mail))
1087        ("nnfolder.el"
1088            "mail folder access for Gnus"
1089            (mail))
1090        ("nngateway.el"
1091            "posting news via mail gateways"
1092            (news  mail))
1093        ("nnheader.el"
1094            "header access macros for Gnus and its backends"
1095            (news))
1096        ("nnimap.el"
1097            "imap backend for Gnus"
1098            (mail))
1099        ("nnkiboze.el"
1100            "select virtual news access for Gnus"
1101            (news))
1102        ("nnlistserv.el"
1103            "retrieving articles via web mailing list archives"
1104            (news  mail))
1105        ("nnmail.el"
1106            "mail support functions for the Gnus mail backends"
1107            (news  mail))
1108        ("nnmbox.el"
1109            "mail mbox access for Gnus"
1110            (news  mail))
1111        ("nnmh.el"
1112            "mhspool access for Gnus"
1113            (news  mail))
1114        ("nnml.el"
1115            "mail spool access for Gnus"
1116            (news  mail))
1117        ("nnoo.el"
1118            "OO Gnus Backends"
1119            (news))
1120        ("nnslashdot.el"
1121            "interfacing with Slashdot"
1122            (news))
1123        ("nnsoup.el"
1124            "SOUP access for Gnus"
1125            (news  mail))
1126        ("nnspool.el"
1127            "spool access for GNU Emacs"
1128            (news))
1129        ("nntp.el"
1130            "nntp access for Gnus"
1131            (news))
1132        ("nnultimate.el"
1133            "interfacing with the Ultimate Bulletin Board system"
1134            (news))
1135        ("nnvirtual.el"
1136            "virtual newsgroups access for Gnus"
1137            (news))
1138        ("nnwarchive.el"
1139            "interfacing with web archives"
1140            (news egroups mail-archive))
1141        ("nnweb.el"
1142            "retrieving articles via web search engines"
1143            (news))
1144        ("pop3.el"
1145            "Post Office Protocol (RFC 1460) interface"
1146            (mail))
1147        ("qp.el"
1148            "Quoted-Printable functions"
1149            (mail  extensions))
1150        ("rfc1843.el"
1151            "HZ (rfc1843) decoding"
1152            (news hz hz+ mail i18n))
1153        ("rfc2045.el"
1154            "functions for decoding rfc2045 headers"
1155          nil)          nil)
1156      ("esh-maint.el"      ("rfc2047.el"
1157          "init code for building eshell"          "functions for encoding and decoding rfc2047 messages"
1158          nil)          nil)
1159      ("esh-mode.el"      ("rfc2104.el"
1160          "user interface"          "RFC2104 Hashed Message Authentication Codes"
1161            (mail))
1162        ("rfc2231.el"
1163            "functions for decoding rfc2231 headers"
1164          nil)          nil)
1165      ("esh-module.el"      ("score-mode.el"
1166          "Eshell modules"          "mode for editing Gnus score files"
1167          (processes))          (news  mail))
1168      ("esh-opt.el"      ("smiley-ems.el"
1169          "command options processing"          "displaying smiley faces"
1170            (news mail multimedia))
1171        ("starttls.el"
1172            "STARTTLS functions"
1173            (tls  ssl  openssl  mail  news))
1174        ("utf7.el"
1175            "UTF-7 encoding/decoding for Emacs"
1176            (mail))
1177        ("uudecode.el"
1178            "elisp native uudecode"
1179            (uudecode news))
1180        ("webmail.el"
1181            "interface of web mail"
1182            (hotmail netaddress my-deja netscape))
1183        ("blessmail.el"
1184            "decide whether movemail needs special privileges"
1185            (internal))
1186        ("emacsbug.el"
1187            "command to report Emacs bugs to appropriate mailing list"
1188            (maint mail))
1189        ("feedmail.el"
1190            "assist other email packages to massage outgoing messages"
1191            (email  queue  mail  sendmail  message  spray  smtp  draft))
1192        ("footnote.el"
1193            "footnote support for message mode"
1194            (mail  news))
1195        ("mail-extr.el"
1196            "extract full name and address from RFC 822 mail header"
1197            (mail))
1198        ("mail-hist.el"
1199            "headers and message body history for outgoing mail"
1200            (mail  history))
1201        ("mail-utils.el"
1202            "utility functions used both by rmail and rnews"
1203            (mail  news))
1204        ("mailabbrev.el"
1205            "abbrev-expansion of mail aliases"
1206            (mail))
1207        ("mailalias.el"
1208            "expand and complete mailing address aliases"
1209            (mail))
1210        ("mailheader.el"
1211            "mail header parsing, merging, formatting"
1212            (tools  mail  news))
1213        ("mailpost.el"
1214            "RMAIL coupler to /usr/uci/post mailer"
1215            (mail))
1216        ("metamail.el"
1217            "Metamail interface for GNU Emacs"
1218            (mail  news  mime  multimedia))
1219        ("mh-comp.el"
1220            "mh-e functions for composing messages"
1221            (mail))
1222        ("mh-e.el"
1223            "GNU Emacs interface to the MH mail system"
1224            (mail))
1225        ("mh-funcs.el"
1226            "mh-e functions not everyone will use right away"
1227          nil)          nil)
1228      ("esh-proc.el"      ("mh-mime.el"
1229          "process management"          "mh-e support for composing MIME messages"
1230          nil)          nil)
1231      ("esh-test.el"      ("mh-pick.el"
1232          "Eshell test suite"          "make a search pattern and search for a message in mh-e"
1233          nil)          nil)
1234      ("esh-util.el"      ("mh-seq.el"
1235          "general utilities"          "mh-e sequences support"
1236          nil)          nil)
1237      ("esh-var.el"      ("mh-utils.el"
1238          "handling of variables"          "mh-e code needed for both sending and reading"
1239          nil)          nil)
1240      ("eshell.el"      ("mspools.el"
1241          "the Emacs command shell"          "show mail spools waiting to be read"
1242          (processes))          (mail))
1243      ("ange-ftp.el"      ("reporter.el"
1244          "transparent FTP support for GNU Emacs"          "customizable bug reporting of lisp programs"
1245          (comm))          (maint mail tools))
1246      ("browse-url.el"      ("rfc2368.el"
1247          "pass a URL to a WWW browser"          "support for rfc2368"
1248          (hypertext  hypermedia  mouse))          (mail))
1249      ("eudc-bob.el"      ("rfc822.el"
1250          "Binary Objects Support for EUDC"          "hairy rfc822 parser for mail and news and suchlike"
1251          (comm))          (mail))
1252      ("eudc-export.el"      ("rmail.el"
1253          "functions to export EUDC query results"          "main code of \"RMAIL\" mail reader for Emacs"
1254          (comm))          (mail))
1255      ("eudc-hotlist.el"      ("rmailedit.el"
1256          "hotlist management for EUDC"          "\"RMAIL edit mode\"  Edit the current message"
1257          (comm))          (mail))
1258      ("eudc-vars.el"      ("rmailkwd.el"
1259          "Emacs Unified Directory Client"          "part of the \"RMAIL\" mail reader for Emacs"
1260          (comm))          (mail))
1261      ("eudc.el"      ("rmailmsc.el"
1262          "Emacs Unified Directory Client"          "miscellaneous support functions for the RMAIL mail reader"
1263          (comm))          (mail))
1264      ("eudcb-bbdb.el"      ("rmailout.el"
1265          "Emacs Unified Directory Client - BBDB Backend"          "\"RMAIL\" mail reader for Emacs: output message to a file"
1266          (comm))          (mail))
1267      ("eudcb-ldap.el"      ("rmailsort.el"
1268          "Emacs Unified Directory Client - LDAP Backend"          "Rmail: sort messages"
1269          (comm))          (mail))
1270      ("eudcb-ph.el"      ("rmailsum.el"
1271          "Emacs Unified Directory Client - CCSO PH/QI Backend"          "make summary buffers for the mail reader"
1272          (comm))          (mail))
1273      ("goto-addr.el"      ("sendmail.el"
1274          "click to browse URL or to send to e-mail address"          "mail sending commands for Emacs."
1275          (mh-e  www  mouse  mail))          (mail))
1276      ("ldap.el"      ("smtpmail.el"
1277          "client interface to LDAP for Emacs"          "simple SMTP protocol (RFC 821) for sending mail"
1278          (comm))          (mail))
1279      ("net-utils.el"      ("supercite.el"
1280          "network functions"          "minor mode for citing mail and news replies"
1281          (network comm))          (mail  news))
1282      ("netrc.el"      ("uce.el"
1283          ".netrc parsing functionality"          "facilitate reply to unsolicited commercial email"
1284          (news))          (uce  unsolicited commercial email))
1285      ("quickurl.el"      ("undigest.el"
1286          "insert an URL based on text at point in buffer"          "digest-cracking support for the RMAIL mail reader"
1287          (hypermedia))          (mail))
1288      ("rcompile.el"      ("unrmail.el"
1289          "run a compilation on a remote machine"          "convert Rmail files to mailbox files"
1290          (tools  processes))          (mail))
1291      ("rlogin.el"      ("vms-pmail.el"
1292          "remote login interface"          "use Emacs as the editor within VMS mail"
1293          (unix  comm))          (vms))
     ("snmp-mode.el"  
         "SNMP & SNMPv2 MIB major mode"  
         (data))  
     ("telnet.el"  
         "run a telnet session from within an Emacs buffer"  
         (unix  comm))  
     ("webjump.el"  
         "programmable Web hotlist"  
         (comm www))  
     ("zone-mode.el"  
         "major mode for editing DNS zone files"  
         (dns  languages))  
1294      ("appt.el"      ("appt.el"
1295          "appointment notification functions"          "appointment notification functions"
1296          (calendar))          (calendar))
# Line 1111  Line 1378 
1378      ("backquote.el"      ("backquote.el"
1379          "implement the ` Lisp construct"          "implement the ` Lisp construct"
1380          (extensions  internal))          (extensions  internal))
1381        ("bindat.el"
1382            "binary data structure packing and unpacking."
1383            (comm data processes))
1384      ("byte-opt.el"      ("byte-opt.el"
1385          "the optimization passes of the emacs-lisp byte compiler"          "the optimization passes of the emacs-lisp byte compiler"
1386          (internal))          (internal))
# Line 1321  Line 1591 
1591      ("ws-mode.el"      ("ws-mode.el"
1592          "WordStar emulation mode for GNU Emacs"          "WordStar emulation mode for GNU Emacs"
1593          (emulations))          (emulations))
1594      ("binhex.el"      ("em-alias.el"
1595          "elisp native binhex decode"          "creation and management of command aliases"
         (binhex news))  
     ("earcon.el"  
         "sound effects for messages"  
1596          nil)          nil)
1597      ("flow-fill.el"      ("em-banner.el"
1598          "interprete RFC2646 \"flowed\" text"          "sample module that displays a login banner"
         (mail))  
     ("format-spec.el"  
         "functions for formatting arbitrary formatting strings"  
         (tools))  
     ("gnus-agent.el"  
         "unplugged support for Gnus"  
1599          nil)          nil)
1600      ("gnus-art.el"      ("em-basic.el"
1601          "article mode commands for Gnus"          "basic shell builtin commands"
         (news))  
     ("gnus-async.el"  
         "asynchronous support for Gnus"  
         (news))  
     ("gnus-audio.el"  
         "sound effects for Gnus"  
         (news  mail  multimedia))  
     ("gnus-bcklg.el"  
         "backlog functions for Gnus"  
         (news))  
     ("gnus-cache.el"  
         "cache interface for Gnus"  
         (news))  
     ("gnus-cite.el"  
         "parse citations in articles for Gnus"  
1602          nil)          nil)
1603      ("gnus-cus.el"      ("em-cmpl.el"
1604          "customization commands for Gnus"          "completion using the TAB key"
         (news))  
     ("gnus-demon.el"  
         "daemonic Gnus behaviour"  
         (news))  
     ("gnus-draft.el"  
         "draft message support for Gnus"  
         (news))  
     ("gnus-dup.el"  
         "suppression of duplicate articles in Gnus"  
         (news))  
     ("gnus-eform.el"  
         "a mode for editing forms for Gnus"  
         (news))  
     ("gnus-ems.el"  
         "functions for making Gnus work under different Emacsen"  
         (news))  
     ("gnus-gl.el"  
         "an interface to GroupLens for Gnus"  
         (news  score))  
     ("gnus-group.el"  
         "group mode commands for Gnus"  
         (news))  
     ("gnus-int.el"  
         "backend interface functions for Gnus"  
         (news))  
     ("gnus-kill.el"  
         "kill commands for Gnus"  
         (news))  
     ("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))  
     ("gnus-msg.el"  
         "mail and post interface for Gnus"  
         (news))  
     ("gnus-mule.el"  
         "provide backward compatibility function to GNUS"  
         (news  i18n))  
     ("gnus-nocem.el"  
         "NoCeM pseudo-cancellation treatment"  
         (news))  
     ("gnus-range.el"  
         "range and sequence functions for Gnus"  
         (news))  
     ("gnus-salt.el"  
         "alternate summary mode interfaces for Gnus"  
         (news))  
     ("gnus-score.el"  
         "scoring code for Gnus"  
         (news))  
     ("gnus-setup.el"  
         "initialization & setup for Gnus 5"  
         (news))  
     ("gnus-soup.el"  
         "SOUP packet writing support for Gnus"  
         (news  mail))  
     ("gnus-spec.el"  
         "format spec functions for Gnus"  
         (news))  
     ("gnus-srvr.el"  
         "virtual server support for Gnus"  
         (news))  
     ("gnus-start.el"  
         "startup functions for Gnus"  
         (news))  
     ("gnus-sum.el"  
         "summary mode commands for Gnus"  
         (news))  
     ("gnus-topic.el"  
         "a folding minor mode for Gnus group buffers"  
         (news))  
     ("gnus-undo.el"  
         "minor mode for undoing in Gnus"  
         (news))  
     ("gnus-util.el"  
         "utility functions for Gnus"  
         (news))  
     ("gnus-uu.el"  
         "extract (uu)encoded files in Gnus"  
1605          nil)          nil)
1606      ("gnus-vm.el"      ("em-dirs.el"
1607          "vm interface for Gnus"          "directory navigation commands"
         (news  mail))  
     ("gnus-win.el"  
         "window configuration functions for Gnus"  
         (news))  
     ("gnus.el"  
         "a newsreader for GNU Emacs"  
         (news  mail))  
     ("ietf-drums.el"  
         "functions for parsing RFC822bis headers"  
1608          nil)          nil)
1609      ("imap.el"      ("em-glob.el"
1610          "imap library"          "extended file name globbing"
         (mail))  
     ("mail-parse.el"  
         "interface functions for parsing mail"  
1611          nil)          nil)
1612      ("mail-prsvr.el"      ("em-hist.el"
1613          "interface variables for parsing mail"          "history list management"
1614          nil)          nil)
1615      ("mail-source.el"      ("em-ls.el"
1616          "functions for fetching mail"          "implementation of ls in Lisp"
         (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"  
1617          nil)          nil)
1618      ("mm-decode.el"      ("em-pred.el"
1619          "functions for decoding MIME things"          "argument predicates and modifiers (ala zsh)"
1620          nil)          nil)
1621      ("mm-encode.el"      ("em-prompt.el"
1622          "functions for encoding MIME things "          "command prompts"
1623          nil)          nil)
1624      ("mm-partial.el"      ("em-rebind.el"
1625          "showing message/partial"          "rebind keys when point is at current input"
         (message partial))  
     ("mm-util.el"  
         "Utility functions for Mule and low level things"  
1626          nil)          nil)
1627      ("mm-uu.el"      ("em-script.el"
1628          "return uu stuff as mm handles"          "Eshell script files"
         (postscript uudecode binhex shar forward news))  
     ("mm-view.el"  
         "functions for viewing MIME objects"  
1629          nil)          nil)
1630      ("mml.el"      ("em-smart.el"
1631          "package for parsing and validating MML documents"          "smart display of output"
1632          nil)          nil)
1633      ("nnagent.el"      ("em-term.el"
1634          "offline backend for Gnus"          "running visual commands"
         (news  mail))  
     ("nnbabyl.el"  
         "rmail mbox access for Gnus"  
         (news  mail))  
     ("nndir.el"  
         "single directory newsgroup access for Gnus"  
         (news))  
     ("nndoc.el"  
         "single file access for Gnus"  
         (news))  
     ("nndraft.el"  
         "draft article access for Gnus"  
         (news))  
     ("nneething.el"  
         "arbitrary file access for Gnus"  
         (news  mail))  
     ("nnfolder.el"  
         "mail folder access for Gnus"  
         (mail))  
     ("nngateway.el"  
         "posting news via mail gateways"  
         (news  mail))  
     ("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))  
     ("nnlistserv.el"  
         "retrieving articles via web mailing list archives"  
         (news  mail))  
     ("nnmail.el"  
         "mail support functions for the Gnus mail backends"  
         (news  mail))  
     ("nnmbox.el"  
         "mail mbox access for Gnus"  
         (news  mail))  
     ("nnmh.el"  
         "mhspool access for Gnus"  
         (news  mail))  
     ("nnml.el"  
         "mail spool access for Gnus"  
         (news  mail))  
     ("nnoo.el"  
         "OO Gnus Backends"  
         (news))  
     ("nnslashdot.el"  
         "interfacing with Slashdot"  
         (news))  
     ("nnsoup.el"  
         "SOUP access for Gnus"  
         (news  mail))  
     ("nnspool.el"  
         "spool access for GNU Emacs"  
         (news))  
     ("nntp.el"  
         "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))  
     ("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"  
1635          nil)          nil)
1636      ("rfc2047.el"      ("em-unix.el"
1637          "functions for encoding and decoding rfc2047 messages"          "UNIX command aliases"
1638          nil)          nil)
1639      ("rfc2104.el"      ("em-xtra.el"
1640          "RFC2104 Hashed Message Authentication Codes"          "extra alias functions"
         (mail))  
     ("rfc2231.el"  
         "functions for decoding rfc2231 headers"  
1641          nil)          nil)
1642      ("score-mode.el"      ("esh-arg.el"
1643          "mode for editing Gnus score files"          "argument processing"
1644          (news  mail))          nil)
1645      ("smiley-ems.el"      ("esh-cmd.el"
1646          "displaying smiley faces"          "command invocation"
1647          (news mail multimedia))          nil)
1648      ("starttls.el"      ("esh-ext.el"
1649          "STARTTLS functions"          "commands external to Eshell"
1650          (tls  ssl  openssl  mail  news))          nil)
1651      ("utf7.el"      ("esh-groups.el"
1652          "UTF-7 encoding/decoding for Emacs"          nil
1653          (mail))          nil)
1654      ("uudecode.el"      ("esh-io.el"
1655          "elisp native uudecode"          "I/O management"
1656          (uudecode news))          nil)
1657      ("webmail.el"      ("esh-maint.el"
1658          "interface of web mail"          "init code for building eshell"
1659          (hotmail netaddress my-deja netscape))          nil)
1660        ("esh-mode.el"
1661            "user interface"
1662            nil)
1663        ("esh-module.el"
1664            "Eshell modules"
1665            (processes))
1666        ("esh-opt.el"
1667            "command options processing"
1668            nil)
1669        ("esh-proc.el"
1670            "process management"
1671            nil)
1672        ("esh-test.el"
1673            "Eshell test suite"
1674            nil)
1675        ("esh-util.el"
1676            "general utilities"
1677            nil)
1678        ("esh-var.el"
1679            "handling of variables"
1680            nil)
1681        ("eshell.el"
1682            "the Emacs command shell"
1683            (processes))
1684      ("ccl.el"      ("ccl.el"
1685          "CCL (Code Conversion Language) compiler"          "CCL (Code Conversion Language) compiler"
1686          (ccl  mule  multilingual  character set  coding-system))          (ccl  mule  multilingual  character set  coding-system))
# Line 1825  Line 1888 
1888      ("vietnamese.el"      ("vietnamese.el"
1889          "support for Vietnamese"          "support for Vietnamese"
1890          (multilingual  vietnamese))          (multilingual  vietnamese))
1891      ("blessmail.el"      ("ange-ftp.el"
1892          "decide whether movemail needs special privileges"          "transparent FTP support for GNU Emacs"
1893          (internal))          (comm))
1894      ("emacsbug.el"      ("browse-url.el"
1895          "command to report Emacs bugs to appropriate mailing list"          "pass a URL to a WWW browser"
1896          (maint mail))          (hypertext  hypermedia  mouse))
1897      ("feedmail.el"      ("eudc-bob.el"
1898          "assist other email packages to massage outgoing messages"          "Binary Objects Support for EUDC"
1899          (email  queue  mail  sendmail  message  spray  smtp  draft))          (comm))
1900      ("footnote.el"      ("eudc-export.el"
1901          "footnote support for message mode"          "functions to export EUDC query results"
1902          (mail  news))          (comm))
1903      ("mail-extr.el"      ("eudc-hotlist.el"
1904          "extract full name and address from RFC 822 mail header"          "hotlist management for EUDC"
1905          (mail))          (comm))
1906      ("mail-hist.el"      ("eudc-vars.el"
1907          "headers and message body history for outgoing mail"          "Emacs Unified Directory Client"
1908          (mail  history))          (comm))
1909      ("mail-utils.el"      ("eudc.el"
1910          "utility functions used both by rmail and rnews"          "Emacs Unified Directory Client"
1911          (mail  news))          (comm))
1912      ("mailabbrev.el"      ("eudcb-bbdb.el"
1913          "abbrev-expansion of mail aliases"          "Emacs Unified Directory Client - BBDB Backend"
1914          (mail))          (comm))
1915      ("mailalias.el"      ("eudcb-ldap.el"
1916          "expand and complete mailing address aliases"          "Emacs Unified Directory Client - LDAP Backend"
1917          (mail))          (comm))
1918      ("mailheader.el"      ("eudcb-ph.el"
1919          "mail header parsing, merging, formatting"          "Emacs Unified Directory Client - CCSO PH/QI Backend"
1920          (tools  mail  news))          (comm))
1921      ("mailpost.el"      ("goto-addr.el"
1922          "RMAIL coupler to /usr/uci/post mailer"          "click to browse URL or to send to e-mail address"
1923          (mail))          (mh-e  www  mouse  mail))
1924      ("metamail.el"      ("ldap.el"
1925          "Metamail interface for GNU Emacs"          "client interface to LDAP for Emacs"
1926          (mail  news  mime  multimedia))          (comm))
1927      ("mh-comp.el"      ("net-utils.el"
1928          "mh-e functions for composing messages"          "network functions"
1929          (mail))          (network comm))
1930      ("mh-e.el"      ("netrc.el"
1931          "GNU Emacs interface to the MH mail system"          ".netrc parsing functionality"
1932          (mail))          (news))
1933      ("mh-funcs.el"      ("quickurl.el"
1934          "mh-e functions not everyone will use right away"          "insert an URL based on text at point in buffer"
1935          nil)          (hypermedia))
1936      ("mh-mime.el"      ("rcompile.el"
1937          "mh-e support for composing MIME messages"          "run a compilation on a remote machine"
1938          nil)          (tools  processes))
1939      ("mh-pick.el"      ("rlogin.el"
1940          "make a search pattern and search for a message in mh-e"          "remote login interface"
1941          nil)          (unix  comm))
1942      ("mh-seq.el"      ("snmp-mode.el"
1943          "mh-e sequences support"          "SNMP & SNMPv2 MIB major mode"
1944          nil)          (data))
1945      ("mh-utils.el"      ("telnet.el"
1946          "mh-e code needed for both sending and reading"          "run a telnet session from within an Emacs buffer"
1947          nil)          (unix  comm))
1948      ("mspools.el"      ("tramp-vc.el"
1949          "show mail spools waiting to be read"          "Version control integration for TRAMP.el"
1950          (mail))          (comm  processes))
1951      ("reporter.el"      ("tramp.el"
1952          "customizable bug reporting of lisp programs"          "Transparent Remote Access, Multiple Protocol"
1953          (maint mail tools))          (comm  processes))
1954      ("rfc2368.el"      ("webjump.el"
1955          "support for rfc2368"          "programmable Web hotlist"
1956          (mail))          (comm www))
1957      ("rfc822.el"      ("zone-mode.el"
1958          "hairy rfc822 parser for mail and news and suchlike"          "major mode for editing DNS zone files"
1959          (mail))          (dns  languages))
     ("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))  
     ("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))  
1960      ("5x5.el"      ("5x5.el"
1961          "simple little puzzle game"          "simple little puzzle game"
1962          (games puzzles))          (games puzzles))

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26