/[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.7 by gerd, Fri Aug 31 10:02:59 2001 UTC revision 1.8 by eliz, Fri Dec 21 09:20:35 2001 UTC
# Line 21  Line 21 
21          (convenience languages lisp))          (convenience languages lisp))
22      ("allout.el"      ("allout.el"
23          "extensive outline mode for use alone and with other modes"          "extensive outline mode for use alone and with other modes"
24          (outline mode wp languages))          (outlines mode wp languages))
25      ("ansi-color.el"      ("ansi-color.el"
26          "translate ANSI escape sequences into faces"          "translate ANSI escape sequences into faces"
27          (comm processes terminals services))          (comm processes terminals services))
# Line 60  Line 60 
60          (convenience))          (convenience))
61      ("buff-menu.el"      ("buff-menu.el"
62          "buffer menu main function and support functions"          "buffer menu main function and support functions"
63          nil)          (convenience))
64        ("button.el"
65            "Clickable buttons"
66            (extensions))
67      ("byte-run.el"      ("byte-run.el"
68          "byte-compiler support for inlining"          "byte-compiler support for inlining"
69          (internal))          (internal))
# Line 138  Line 141 
141          (unix  tools))          (unix  tools))
142      ("dired-aux.el"      ("dired-aux.el"
143          "less commonly used parts of dired"          "less commonly used parts of dired"
144          nil)          (files))
145      ("dired-x.el"      ("dired-x.el"
146          "Extra Dired functionality"          "Extra Dired functionality"
147          (dired extensions))          (dired extensions files))
148      ("dired.el"      ("dired.el"
149          "directory-browsing commands"          "directory-browsing commands"
150          nil)          (files))
151      ("dirtrack.el"      ("dirtrack.el"
152          "Directory Tracking by watching the prompt"          "Directory Tracking by watching the prompt"
153          (processes))          (processes))
# Line 253  Line 256 
256      ("find-file.el"      ("find-file.el"
257          "find a file corresponding to this one given a pattern"          "find a file corresponding to this one given a pattern"
258          (c  matching  tools))          (c  matching  tools))
     ("find-gc.el"  
         "detect functions that call the garbage collector"  
         nil)  
259      ("find-lisp.el"      ("find-lisp.el"
260          "emulation of find in Emacs Lisp"          "emulation of find in Emacs Lisp"
261          (unix))          (unix))
# Line 307  Line 307 
307      ("gud.el"      ("gud.el"
308          "Grand Unified Debugger mode for running GDB and other debuggers"          "Grand Unified Debugger mode for running GDB and other debuggers"
309          (unix  tools))          (unix  tools))
310        ("help-fns.el"
311            "Complex help functions"
312            (help  internal))
313      ("help-macro.el"      ("help-macro.el"
314          "makes command line help such as help-for-help"          "makes command line help such as help-for-help"
315          nil)          nil)
316        ("help-mode.el"
317            "`help-mode' used by *Help* buffers"
318            (help  internal))
319      ("help.el"      ("help.el"
320          "help commands for Emacs"          "help commands for Emacs"
321          (help  internal))          (help  internal))
# Line 412  Line 418 
418      ("map-ynp.el"      ("map-ynp.el"
419          "general-purpose boolean question-asker"          "general-purpose boolean question-asker"
420          (lisp  extensions))          (lisp  extensions))
421        ("master.el"
422            "make a buffer the master over another buffer"
423            (comm))
424      ("menu-bar.el"      ("menu-bar.el"
425          "define a default menu bar"          "define a default menu bar"
426          (internal  mouse))          (internal  mouse))
# Line 526  Line 535 
535      ("resume.el"      ("resume.el"
536          "process command line args from within a suspended Emacs job"          "process command line args from within a suspended Emacs job"
537          (processes))          (processes))
538        ("reveal.el"
539            "Automatically reveal hidden text at point"
540            (outlines))
541        ("rfn-eshadow.el"
542            "Highlight `shadowed' part of read-file-name input text"
543            (convenience))
544      ("rot13.el"      ("rot13.el"
545          "display a buffer in rot13"          "display a buffer in rot13"
546          nil)          nil)
547      ("rsz-mini.el"      ("ruler-mode.el"
548          "dynamically resize minibuffer to display entire contents"          "Display a ruler in the header line"
549          (minibuffer  window  frame  display))          (environment))
550      ("s-region.el"      ("s-region.el"
551          "set region using shift key"          "set region using shift key"
552          (terminals))          (terminals))
# Line 586  Line 601 
601      ("subr.el"      ("subr.el"
602          "basic lisp subroutines for Emacs"          "basic lisp subroutines for Emacs"
603          nil)          nil)
     ("sun-curs.el"  
         "cursor definitions for Sun windows"  
         (hardware))  
     ("sun-fns.el"  
         "subroutines of Mouse handling for Sun windows"  
         (hardware))  
604      ("tabify.el"      ("tabify.el"
605          "tab conversion commands for Emacs"          "tab conversion commands for Emacs"
606          nil)          nil)
# Line 637  Line 646 
646      ("type-break.el"      ("type-break.el"
647          "encourage rests from typing at appropriate intervals"          "encourage rests from typing at appropriate intervals"
648          (extensions  timers))          (extensions  timers))
     ("uncompress.el"  
         "auto-decompression hook for visiting .Z files"  
         nil)  
649      ("uniquify.el"      ("uniquify.el"
650          "unique buffer names dependent on file name"          "unique buffer names dependent on file name"
651          nil)          (files))
652      ("unused.el"      ("unused.el"
653          "editing commands in GNU Emacs that turned out not to be used"          "editing commands in GNU Emacs that turned out not to be used"
654          (emulations))          (emulations))
# Line 663  Line 669 
669          nil)          nil)
670      ("vc.el"      ("vc.el"
671          "drive a version-control system from within Emacs"          "drive a version-control system from within Emacs"
672          nil)          (tools))
673      ("vcursor.el"      ("vcursor.el"
674          "manipulate an alternative (\"virtual\") cursor"          "manipulate an alternative (\"virtual\") cursor"
675          (virtual cursor  convenience))          (virtual cursor  convenience))
# Line 672  Line 678 
678          (internal))          (internal))
679      ("view.el"      ("view.el"
680          "peruse file or buffer without editing"          "peruse file or buffer without editing"
681          nil)          (files))
682      ("vms-patch.el"      ("vms-patch.el"
683          "override parts of files.el for VMS"          "override parts of files.el for VMS"
684          (vms))          (vms))
# Line 687  Line 693 
693          (hardware))          (hardware))
694      ("w32-fns.el"      ("w32-fns.el"
695          "Lisp routines for Windows NT"          "Lisp routines for Windows NT"
696          nil)          (internal))
697      ("which-func.el"      ("which-func.el"
698          "print current function in mode line"          "print current function in mode line"
699          (mode-line  imenu  tools))          (mode-line  imenu  tools))
# Line 708  Line 714 
714          (window  movement  convenience))          (window  movement  convenience))
715      ("window.el"      ("window.el"
716          "GNU Emacs window commands aside from those written in C"          "GNU Emacs window commands aside from those written in C"
717          nil)          (internal))
718      ("winner.el"      ("winner.el"
719          "Restore old window configurations"          "Restore old window configurations"
720          (convenience frames))          (convenience frames))
721      ("woman.el"      ("woman.el"
722          "browse UN*X manual pages `wo (without) man'"          "browse UN*X manual pages `wo (without) man'"
723          (help  man  un*x  manual))          (help  man  un*x  manual))
     ("x-apollo.el"  
         "Apollo support functions"  
         nil)  
     ("x-menu.el"  
         "menu support for X"  
         nil)  
724      ("xml.el"      ("xml.el"
725          "XML parser"          "XML parser"
726          (xml))          (xml))
# Line 730  Line 730 
730      ("xt-mouse.el"      ("xt-mouse.el"
731          "support the mouse when emacs run in an xterm"          "support the mouse when emacs run in an xterm"
732          (mouse  terminals))          (mouse  terminals))
733      ("ccl.el"      ("calc-aent.el"
734          "CCL (Code Conversion Language) compiler"          "algebraic entry functions for Calc"
         (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"  
735          nil)          nil)
736      ("fontset.el"      ("calc-alg.el"
737          "commands for handling fontset"          "algebraic functions for Calc "
         (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))  
     ("utf-8.el"  
         "limited UTF-8 decoding/encoding support"  
         (multilingual  unicode  utf-8  i18n))  
     ("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 query 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"  
738          nil)          nil)
739      ("webjump.el"      ("calc-arith.el"
740          "programmable Web hotlist"          "arithmetic functions for Calc"
741          (comm www))          nil)
742      ("zone-mode.el"      ("calc-bin.el"
743          "major mode for editing DNS zone files"          "binary functions for Calc"
744          (dns  languages))          nil)
745        ("calc-comb.el"
746            "combinatoric functions for Calc"
747            nil)
748        ("calc-cplx.el"
749            "Complex number functions for Calc"
750            nil)
751        ("calc-embed.el"
752            "embed Calc in a buffer"
753            nil)
754        ("calc-ext.el"
755            "various extension functions for Calc"
756            nil)
757        ("calc-fin.el"
758            "financial functions for Calc"
759            nil)
760        ("calc-forms.el"
761            "data format conversion functions for Calc"
762            nil)
763        ("calc-frac.el"
764            "fraction functions for Calc"
765            nil)
766        ("calc-funcs.el"
767            "well-known functions for Calc"
768            nil)
769        ("calc-graph.el"
770            "graph output functions for Calc"
771            nil)
772        ("calc-help.el"
773            "help display functions for Calc,"
774            nil)
775        ("calc-incom.el"
776            "complex data type input functions for Calc"
777            nil)
778        ("calc-keypd.el"
779            "mouse-capable keypad input for Calc"
780            nil)
781        ("calc-lang.el"
782            "calc language functions"
783            nil)
784        ("calc-macs.el"
785            "important macros for Calc"
786            nil)
787        ("calc-maint.el"
788            "maintenance routines for Calc"
789            nil)
790        ("calc-map.el"
791            "higher-order functions for Calc"
792            nil)
793        ("calc-math.el"
794            "mathematical functions for Calc"
795            nil)
796        ("calc-misc.el"
797            "miscellaenous functions for Calc"
798            nil)
799        ("calc-mode.el"
800            "calculator modes for Calc"
801            nil)
802        ("calc-mtx.el"
803            "matrix functions for Calc"
804            nil)
805        ("calc-poly.el"
806            "polynomial functions for Calc"
807            nil)
808        ("calc-prog.el"
809            "user programmability functions for Calc"
810            nil)
811        ("calc-rewr.el"
812            "rewriting functions for Calc"
813            nil)
814        ("calc-rules.el"
815            "rules for simplifying algebraic expressions in Calc"
816            nil)
817        ("calc-sel.el"
818            "data selection functions for Calc"
819            nil)
820        ("calc-stat.el"
821            "statistical functions for Calc"
822            nil)
823        ("calc-store.el"
824            "value storage functions for Calc"
825            nil)
826        ("calc-stuff.el"
827            "miscellaneous functions for Calc"
828            nil)
829        ("calc-trail.el"
830            "functions for manipulating the Calc \"trail\""
831            nil)
832        ("calc-undo.el"
833            "undo functions for Calc"
834            nil)
835        ("calc-units.el"
836            "unit conversion functions for Calc"
837            nil)
838        ("calc-vec.el"
839            "vector functions for Calc"
840            nil)
841        ("calc-yank.el"
842            "kill-ring functionality for Calc"
843            nil)
844        ("calc.el"
845            "the GNU Emacs calculator"
846            (convenience  extensions))
847        ("calcalg2.el"
848            "more algebraic functions for Calc"
849            nil)
850        ("calcalg3.el"
851            "more algebraic functions for Calc"
852            nil)
853        ("calccomp.el"
854            "composition functions for Calc"
855            nil)
856        ("calcsel2.el"
857            "selection functions for Calc"
858            nil)
859        ("binhex.el"
860            "elisp native binhex decode"
861            (binhex news))
862        ("earcon.el"
863            "sound effects for messages"
864            nil)
865        ("flow-fill.el"
866            "interprete RFC2646 \"flowed\" text"
867            (mail))
868        ("format-spec.el"
869            "functions for formatting arbitrary formatting strings"
870            (tools))
871        ("gnus-agent.el"
872            "unplugged support for Gnus"
873            nil)
874        ("gnus-art.el"
875            "article mode commands for Gnus"
876            (news))
877        ("gnus-async.el"
878            "asynchronous support for Gnus"
879            (news))
880        ("gnus-audio.el"
881            "sound effects for Gnus"
882            (news  mail  multimedia))
883        ("gnus-bcklg.el"
884            "backlog functions for Gnus"
885            (news))
886        ("gnus-cache.el"
887            "cache interface for Gnus"
888            (news))
889        ("gnus-cite.el"
890            "parse citations in articles for Gnus"
891            nil)
892        ("gnus-cus.el"
893            "customization commands for Gnus"
894            (news))
895        ("gnus-demon.el"
896            "daemonic Gnus behaviour"
897            (news))
898        ("gnus-draft.el"
899            "draft message support for Gnus"
900            (news))
901        ("gnus-dup.el"
902            "suppression of duplicate articles in Gnus"
903            (news))
904        ("gnus-eform.el"
905            "a mode for editing forms for Gnus"
906            (news))
907        ("gnus-ems.el"
908            "functions for making Gnus work under different Emacsen"
909            (news))
910        ("gnus-gl.el"
911            "an interface to GroupLens for Gnus"
912            (news  score))
913        ("gnus-group.el"
914            "group mode commands for Gnus"
915            (news))
916        ("gnus-int.el"
917            "backend interface functions for Gnus"
918            (news))
919        ("gnus-kill.el"
920            "kill commands for Gnus"
921            (news))
922        ("gnus-logic.el"
923            "advanced scoring code for Gnus"
924            (news))
925        ("gnus-mh.el"
926            "mh-e interface for Gnus"
927            (news))
928        ("gnus-ml.el"
929            "mailing list minor mode for Gnus"
930            (news))
931        ("gnus-mlspl.el"
932            "a group params-based mail splitting mechanism"
933            (news  mail))
934        ("gnus-move.el"
935            "commands for moving Gnus from one server to another"
936            (news))
937        ("gnus-msg.el"
938            "mail and post interface for Gnus"
939            (news))
940        ("gnus-mule.el"
941            "provide backward compatibility function to GNUS"
942            (news  i18n))
943        ("gnus-nocem.el"
944            "NoCeM pseudo-cancellation treatment"
945            (news))
946        ("gnus-range.el"
947            "range and sequence functions for Gnus"
948            (news))
949        ("gnus-salt.el"
950            "alternate summary mode interfaces for Gnus"
951            (news))
952        ("gnus-score.el"
953            "scoring code for Gnus"
954            (news))
955        ("gnus-setup.el"
956            "initialization & setup for Gnus 5"
957            (news))
958        ("gnus-soup.el"
959            "SOUP packet writing support for Gnus"
960            (news  mail))
961        ("gnus-spec.el"
962            "format spec functions for Gnus"
963            (news))
964        ("gnus-srvr.el"
965            "virtual server support for Gnus"
966            (news))
967        ("gnus-start.el"
968            "startup functions for Gnus"
969            (news))
970        ("gnus-sum.el"
971            "summary mode commands for Gnus"
972            (news))
973        ("gnus-topic.el"
974            "a folding minor mode for Gnus group buffers"
975            (news))
976        ("gnus-undo.el"
977            "minor mode for undoing in Gnus"
978            (news))
979        ("gnus-util.el"
980            "utility functions for Gnus"
981            (news))
982        ("gnus-uu.el"
983            "extract (uu)encoded files in Gnus"
984            nil)
985        ("gnus-vm.el"
986            "vm interface for Gnus"
987            (news  mail))
988        ("gnus-win.el"
989            "window configuration functions for Gnus"
990            (news))
991        ("gnus.el"
992            "a newsreader for GNU Emacs"
993            (news  mail))
994        ("ietf-drums.el"
995            "functions for parsing RFC822bis headers"
996            nil)
997        ("imap.el"
998            "imap library"
999            (mail))
1000        ("mail-parse.el"
1001            "interface functions for parsing mail"
1002            nil)
1003        ("mail-prsvr.el"
1004            "interface variables for parsing mail"
1005            nil)
1006        ("mail-source.el"
1007            "functions for fetching mail"
1008            (news  mail))
1009        ("mailcap.el"
1010            "MIME media types configuration"
1011            (news  mail  multimedia))
1012        ("message.el"
1013            "composing mail and news messages"
1014            (mail  news))
1015        ("messcompat.el"
1016            "making message mode compatible with mail mode"
1017            (mail  news))
1018        ("mm-bodies.el"
1019            "functions for decoding MIME things"
1020            nil)
1021        ("mm-decode.el"
1022            "functions for decoding MIME things"
1023            nil)
1024        ("mm-encode.el"
1025            "functions for encoding MIME things "
1026            nil)
1027        ("mm-partial.el"
1028            "showing message/partial"
1029            (message partial))
1030        ("mm-util.el"
1031            "Utility functions for Mule and low level things"
1032            nil)
1033        ("mm-uu.el"
1034            "return uu stuff as mm handles"
1035            (postscript uudecode binhex shar forward news))
1036        ("mm-view.el"
1037            "functions for viewing MIME objects"
1038            nil)
1039        ("mml.el"
1040            "package for parsing and validating MML documents"
1041            nil)
1042        ("nnagent.el"
1043            "offline backend for Gnus"
1044            (news  mail))
1045        ("nnbabyl.el"
1046            "rmail mbox access for Gnus"
1047            (news  mail))
1048        ("nndir.el"
1049            "single directory newsgroup access for Gnus"
1050            (news))
1051        ("nndoc.el"
1052            "single file access for Gnus"
1053            (news))
1054        ("nndraft.el"
1055            "draft article access for Gnus"
1056            (news))
1057        ("nneething.el"
1058            "arbitrary file access for Gnus"
1059            (news  mail))
1060        ("nnfolder.el"
1061            "mail folder access for Gnus"
1062            (mail))
1063        ("nngateway.el"
1064            "posting news via mail gateways"
1065            (news  mail))
1066        ("nnheader.el"
1067            "header access macros for Gnus and its backends"
1068            (news))
1069        ("nnimap.el"
1070            "imap backend for Gnus"
1071            (mail))
1072        ("nnkiboze.el"
1073            "select virtual news access for Gnus"
1074            (news))
1075        ("nnlistserv.el"
1076            "retrieving articles via web mailing list archives"
1077            (news  mail))
1078        ("nnmail.el"
1079            "mail support functions for the Gnus mail backends"
1080            (news  mail))
1081        ("nnmbox.el"
1082            "mail mbox access for Gnus"
1083            (news  mail))
1084        ("nnmh.el"
1085            "mhspool access for Gnus"
1086            (news  mail))
1087        ("nnml.el"
1088            "mail spool access for Gnus"
1089            (news  mail))
1090        ("nnoo.el"
1091            "OO Gnus Backends"
1092            (news))
1093        ("nnslashdot.el"
1094            "interfacing with Slashdot"
1095            (news))
1096        ("nnsoup.el"
1097            "SOUP access for Gnus"
1098            (news  mail))
1099        ("nnspool.el"
1100            "spool access for GNU Emacs"
1101            (news))
1102        ("nntp.el"
1103            "nntp access for Gnus"
1104            (news))
1105        ("nnultimate.el"
1106            "interfacing with the Ultimate Bulletin Board system"
1107            (news))
1108        ("nnvirtual.el"
1109            "virtual newsgroups access for Gnus"
1110            (news))
1111        ("nnwarchive.el"
1112            "interfacing with web archives"
1113            (news egroups mail-archive))
1114        ("nnweb.el"
1115            "retrieving articles via web search engines"
1116            (news))
1117        ("parse-time.el"
1118            "parsing time strings"
1119            (util))
1120        ("pop3.el"
1121            "Post Office Protocol (RFC 1460) interface"
1122            (mail))
1123        ("qp.el"
1124            "Quoted-Printable functions"
1125            (mail  extensions))
1126        ("rfc1843.el"
1127            "HZ (rfc1843) decoding"
1128            (news hz hz+ mail i18n))
1129        ("rfc2045.el"
1130            "functions for decoding rfc2045 headers"
1131            nil)
1132        ("rfc2047.el"
1133            "functions for encoding and decoding rfc2047 messages"
1134            nil)
1135        ("rfc2104.el"
1136            "RFC2104 Hashed Message Authentication Codes"
1137            (mail))
1138        ("rfc2231.el"
1139            "functions for decoding rfc2231 headers"
1140            nil)
1141        ("score-mode.el"
1142            "mode for editing Gnus score files"
1143            (news  mail))
1144        ("smiley-ems.el"
1145            "displaying smiley faces"
1146            (news mail multimedia))
1147        ("starttls.el"
1148            "STARTTLS functions"
1149            (tls  ssl  openssl  mail  news))
1150        ("time-date.el"
1151            "date and time handling functions"
1152            (mail news util))
1153        ("utf7.el"
1154            "UTF-7 encoding/decoding for Emacs"
1155            (mail))
1156        ("uudecode.el"
1157            "elisp native uudecode"
1158            (uudecode news))
1159        ("webmail.el"
1160            "interface of web mail"
1161            (hotmail netaddress my-deja netscape))
1162      ("appt.el"      ("appt.el"
1163          "appointment notification functions"          "appointment notification functions"
1164          (calendar))          (calendar))
# Line 1042  Line 1309 
1309      ("find-func.el"      ("find-func.el"
1310          "find the definition of the Emacs Lisp function near point"          "find the definition of the Emacs Lisp function near point"
1311          (emacs-lisp  functions  variables))          (emacs-lisp  functions  variables))
1312        ("find-gc.el"
1313            "detect functions that call the garbage collector"
1314            nil)
1315      ("float.el"      ("float.el"
1316          "obsolete floating point arithmetic package"          "obsolete floating point arithmetic package"
1317          (extensions))          (extensions))
# Line 1053  Line 1323 
1323          (help))          (help))
1324      ("levents.el"      ("levents.el"
1325          "emulate the Lucid event data type and associated functions"          "emulate the Lucid event data type and associated functions"
1326          nil)          (emulations))
1327      ("lisp-mnt.el"      ("lisp-mnt.el"
1328          "minor mode for Emacs Lisp maintainers"          "minor mode for Emacs Lisp maintainers"
1329          (docs))          (docs))
# Line 1071  Line 1341 
1341          (emulations))          (emulations))
1342      ("lucid.el"      ("lucid.el"
1343          "emulate some Lucid Emacs functions"          "emulate some Lucid Emacs functions"
1344          nil)          (emulations))
1345      ("pp.el"      ("pp.el"
1346          "pretty printer for Emacs Lisp"          "pretty printer for Emacs Lisp"
1347          nil)          (lisp))
1348      ("re-builder.el"      ("re-builder.el"
1349          "building Regexps with visual feedback"          "building Regexps with visual feedback"
1350          (matching  lisp  tools))          (matching  lisp  tools))
# Line 1084  Line 1354 
1354      ("ring.el"      ("ring.el"
1355          "handle rings of items"          "handle rings of items"
1356          (extensions))          (extensions))
1357        ("rx.el"
1358            "sexp notation for regular expressions"
1359            (strings  regexps  extensions))
1360      ("shadow.el"      ("shadow.el"
1361          "locate Emacs Lisp file shadowings"          "locate Emacs Lisp file shadowings"
1362          (lisp))          (lisp))
1363      ("sregex.el"      ("sregex.el"
1364          "symbolic regular expressions"          "symbolic regular expressions"
1365          (extensions))          (extensions))
1366        ("syntax.el"
1367            "Helper functions to find syntactic context"
1368            nil)
1369      ("tq.el"      ("tq.el"
1370          "utility to maintain a transaction queue"          "utility to maintain a transaction queue"
1371          (extensions))          (extensions))
# Line 1258  Line 1534 
1534      ("eshell.el"      ("eshell.el"
1535          "the Emacs command shell"          "the Emacs command shell"
1536          (processes))          (processes))
1537      ("binhex.el"      ("ccl.el"
1538          "elisp native binhex decode"          "CCL (Code Conversion Language) compiler"
1539          (binhex news))          (ccl  mule  multilingual  character set  coding-system))
1540      ("earcon.el"      ("characters.el"
1541          "sound effects for messages"          "set syntax and category for multibyte characters"
1542          nil)          (multibyte character  character set  syntax  category))
1543      ("flow-fill.el"      ("code-pages.el"
1544          "interprete RFC2646 \"flowed\" text"          "coding systems for assorted codepages"
1545          (mail))          (i18n))
1546      ("format-spec.el"      ("codepage.el"
1547          "functions for formatting arbitrary formatting strings"          "MS-DOS/MS-Windows specific coding systems"
1548          (tools))          (i18n ms-dos ms-windows codepage))
1549      ("gnus-agent.el"      ("encoded-kb.el"
1550          "unplugged support for Gnus"          "handler to input multibyte characters encoded somehow"
         nil)  
     ("gnus-art.el"  
         "article mode commands for Gnus"  
         (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"  
         nil)  
     ("gnus-cus.el"  
         "customization commands for Gnus"  
         (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"  
         nil)  
     ("gnus-vm.el"  
         "vm interface for Gnus"  
         (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"  
         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"  
         "package for parsing and validating MML documents"  
         nil)  
     ("nnagent.el"  
         "offline backend for Gnus"  
         (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))  
     ("parse-time.el"  
         "parsing time strings"  
         (util))  
     ("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"  
1551          nil)          nil)
1552      ("score-mode.el"      ("fontset.el"
1553          "mode for editing Gnus score files"          "commands for handling fontset"
1554          (news  mail))          (mule  multilingual  fontset))
1555      ("smiley-ems.el"      ("isearch-x.el"
1556          "displaying smiley faces"          "extended isearch handling commands"
1557          (news mail multimedia))          (multilingual  isearch))
1558      ("starttls.el"      ("iso-acc.el"
1559          "STARTTLS functions"          "minor mode providing electric accent keys"
1560          (tls  ssl  openssl  mail  news))          (i18n))
1561      ("time-date.el"      ("iso-ascii.el"
1562          "date and time handling functions"          "set up char tables for ISO 8859/1 on ASCII terminals"
1563          (mail news util))          (i18n))
1564      ("utf7.el"      ("iso-cvt.el"
1565          "UTF-7 encoding/decoding for Emacs"          "translate ISO 8859-1 from/to various encodings"
1566          (mail))          (tex  iso  latin  i18n))
1567      ("uudecode.el"      ("iso-insert.el"
1568          "elisp native uudecode"          "insert functions for ISO 8859/1"
1569          (uudecode news))          (i18n))
1570      ("webmail.el"      ("iso-swed.el"
1571          "interface of web mail"          "set up char tables for ISO 8859/1 for Swedish/Finnish ttys"
1572          (hotmail netaddress my-deja netscape))          (i18n))
1573      ("tool-bar.el"      ("iso-transl.el"
1574          "setting up the tool bar"          "keyboard input definitions for ISO 8859-1"
1575          (mouse frames))          (i18n))
1576        ("ja-dic-cnv.el"
1577            "convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp"
1578            (mule  multilingual  japanese))
1579        ("ja-dic-utl.el"
1580            "utilities for handling Japanese dictionary (SKK-JISYO.L)"
1581            (mule  multilingual  japanese))
1582        ("kinsoku.el"
1583            "`Kinsoku' processing funcs"
1584            (mule  kinsoku))
1585        ("kkc.el"
1586            "Kana Kanji converter"
1587            (mule  multilingual  japanese))
1588        ("latin-1.el"
1589            "set up case-conversion and syntax tables for ISO Latin-1"
1590            (i18n))
1591        ("latin-2.el"
1592            "set up case-conversion and syntax tables for ISO Latin-2"
1593            (i18n))
1594        ("latin-3.el"
1595            "set up case-conversion and syntax tables for ISO Latin-3"
1596            (i18n))
1597        ("latin-4.el"
1598            "set up case-conversion and syntax tables for ISO Latin-4"
1599            (i18n))
1600        ("latin-5.el"
1601            "set up case-conversion and syntax tables for ISO latin-5"
1602            (i18n))
1603        ("latin-8.el"
1604            "set up case-conversion and syntax tables for ISO Latin-8"
1605            (i18n))
1606        ("latin-9.el"
1607            "set up case-conversion and syntax tables for ISO Latin-9"
1608            (i18n))
1609        ("latin1-disp.el"
1610            "display tables for other ISO 8859 on Latin-1 terminals"
1611            (i18n))
1612        ("mule-cmds.el"
1613            "commands for mulitilingual environment"
1614            (mule  multilingual))
1615        ("mule-conf.el"
1616            "configure multilingual environment"
1617            (mule  multilingual  character set  coding system))
1618        ("mule-diag.el"
1619            "show diagnosis of multilingual environment (Mule)"
1620            (multilingual  charset  coding system  fontset  diagnosis  i18n))
1621        ("mule-util.el"
1622            "utility functions for mulitilingual environment (mule)"
1623            (mule  multilingual))
1624        ("mule.el"
1625            "basic commands for mulitilingual environment"
1626            (mule  multilingual  character set  coding system))
1627        ("ogonek.el"
1628            "change the encoding of Polish diacritics"
1629            (i18n))
1630        ("quail.el"
1631            "provides simple input method for multilingual text"
1632            (mule  multilingual  input method  i18n))
1633        ("swedish.el"
1634            "miscellaneous functions for dealing with Swedish"
1635            (i18n))
1636        ("titdic-cnv.el"
1637            "convert cxterm dictionary (TIT format) to Quail package"
1638            (quail  tit  cxterm))
1639        ("ucs-tables.el"
1640            "translation to, from and via Unicode"
1641            (i18n))
1642        ("utf-8-subst.el"
1643            "translation of untranslatable utf-8 to CJK"
1644            (i18n))
1645        ("utf-8.el"
1646            "Limited UTF-8 decoding/encoding support"
1647            (multilingual  unicode  utf-8  i18n))
1648      ("china-util.el"      ("china-util.el"
1649          "utilities for Chinese"          "utilities for Chinese"
1650          (mule  multilingual  chinese))          (mule  multilingual  chinese))
# Line 1580  Line 1661 
1661          "support for Czech"          "support for Czech"
1662          (multilingual  czech))          (multilingual  czech))
1663      ("devan-util.el"      ("devan-util.el"
1664          "support for Devanagari Script Composition"          "Support for composing Devanagari characters"
1665          (multilingual  indian  devanagari))          (multilingual  devanagari))
1666      ("devanagari.el"      ("devanagari.el"
1667          "support for Devanagari"          "Support for Devanagari"
1668          (multilingual  indian  devanagari))          (multilingual  indian  devanagari))
1669      ("english.el"      ("english.el"
1670          "support for English"          "support for English"
# Line 1597  Line 1678 
1678      ("european.el"      ("european.el"
1679          "support for European languages"          "support for European languages"
1680          (multilingual  european))          (multilingual  european))
1681        ("georgian.el"
1682            "language support for Georgian"
1683            (i18n))
1684      ("greek.el"      ("greek.el"
1685          "support for Greek"          "support for Greek"
1686          (multilingual  greek))          (multilingual  greek))
1687      ("hebrew.el"      ("hebrew.el"
1688          "support for Hebrew"          "support for Hebrew"
1689          (multilingual  hebrew))          (multilingual  hebrew))
1690        ("ind-util.el"
1691            "Transliteration and Misc. Tools for Indian Languages"
1692            (multilingual  indian  devanagari))
1693      ("indian.el"      ("indian.el"
1694          "support for Indian Languages"          "Indian languages support"
1695          (multilingual  indian))          (multilingual  indian))
1696      ("japan-util.el"      ("japan-util.el"
1697          "utilities for Japanese"          "utilities for Japanese"
# Line 1645  Line 1732 
1732      ("tibetan.el"      ("tibetan.el"
1733          "support for Tibetan language"          "support for Tibetan language"
1734          (multilingual  tibetan))          (multilingual  tibetan))
1735        ("utf-8-lang.el"
1736            "generic UTF-8 language environment"
1737            (i18n))
1738      ("viet-util.el"      ("viet-util.el"
1739          "utilities for Vietnamese"          "utilities for Vietnamese"
1740          (mule  multilingual  vietnamese))          (mule  multilingual  vietnamese))
# Line 1741  Line 1831 
1831      ("rmailsum.el"      ("rmailsum.el"
1832          "make summary buffers for the mail reader"          "make summary buffers for the mail reader"
1833          (mail))          (mail))
     ("sc.el"  
         "old name for supercite"  
         nil)  
1834      ("sendmail.el"      ("sendmail.el"
1835          "mail sending commands for Emacs."          "mail sending commands for Emacs."
1836          (mail))          (mail))
# Line 1765  Line 1852 
1852      ("vms-pmail.el"      ("vms-pmail.el"
1853          "use Emacs as the editor within VMS mail"          "use Emacs as the editor within VMS mail"
1854          (vms))          (vms))
1855        ("ange-ftp.el"
1856            "transparent FTP support for GNU Emacs"
1857            (comm))
1858        ("browse-url.el"
1859            "pass a URL to a WWW browser"
1860            (hypertext  hypermedia  mouse))
1861        ("eudc-bob.el"
1862            "Binary Objects Support for EUDC"
1863            (help))
1864        ("eudc-export.el"
1865            "functions to export EUDC query results"
1866            (help))
1867        ("eudc-hotlist.el"
1868            "hotlist management for EUDC"
1869            (help))
1870        ("eudc-vars.el"
1871            "Emacs Unified Directory Client"
1872            (help))
1873        ("eudc.el"
1874            "Emacs Unified Directory Client"
1875            (help))
1876        ("eudcb-bbdb.el"
1877            "Emacs Unified Directory Client - BBDB Backend"
1878            (help))
1879        ("eudcb-ldap.el"
1880            "Emacs Unified Directory Client - LDAP Backend"
1881            (help))
1882        ("eudcb-ph.el"
1883            "Emacs Unified Directory Client - CCSO PH/QI Backend"
1884            (help))
1885        ("goto-addr.el"
1886            "click to browse URL or to send to e-mail address"
1887            (mh-e  www  mouse  mail))
1888        ("ldap.el"
1889            "client interface to LDAP for Emacs"
1890            (comm))
1891        ("net-utils.el"
1892            "network functions"
1893            (network communications))
1894        ("quickurl.el"
1895            "insert an URL based on text at point in buffer"
1896            (hypermedia))
1897        ("rcompile.el"
1898            "run a compilation on a remote machine"
1899            (tools  processes))
1900        ("rlogin.el"
1901            "remote login interface"
1902            (unix  comm))
1903        ("snmp-mode.el"
1904            "SNMP & SNMPv2 MIB major mode"
1905            (data))
1906        ("telnet.el"
1907            "run a telnet session from within an Emacs buffer"
1908            (unix  comm))
1909        ("webjump.el"
1910            "programmable Web hotlist"
1911            (comm www))
1912        ("zone-mode.el"
1913            "major mode for editing DNS zone files"
1914            (dns  languages))
1915      ("5x5.el"      ("5x5.el"
1916          "simple little puzzle game"          "simple little puzzle game"
1917          (games puzzles))          (games puzzles))
# Line 1863  Line 2010 
2010          (languages ada xref))          (languages ada xref))
2011      ("antlr-mode.el"      ("antlr-mode.el"
2012          "major mode for ANTLR grammar files"          "major mode for ANTLR grammar files"
2013          nil)          (languages))
2014      ("asm-mode.el"      ("asm-mode.el"
2015          "mode for editing assembler code"          "mode for editing assembler code"
2016          (tools  languages))          (tools  languages))
# Line 1964  Line 2111 
2111          "hides selected code within ifdef"          "hides selected code within ifdef"
2112          (c  outlines))          (c  outlines))
2113      ("hideshow.el"      ("hideshow.el"
2114          "minor mode cmds to selectively display blocks of code"          "minor mode cmds to selectively display code/comment blocks"
2115          (c c++ java lisp tools editing comments blocks hiding outlines))          (c c++ java lisp tools editing comments blocks hiding outlines))
2116      ("icon.el"      ("icon.el"
2117          "mode for editing Icon code"          "mode for editing Icon code"
# Line 2152  Line 2299 
2299      ("underline.el"      ("underline.el"
2300          "insert/remove underlining (done by overstriking) in Emacs"          "insert/remove underlining (done by overstriking) in Emacs"
2301          (wp))          (wp))
2302        ("tool-bar.el"
2303            "setting up the tool bar"
2304            (mouse frames))
2305  ))  ))
2306    
2307  (provide 'finder-inf)  (provide 'finder-inf)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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