emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/finder-inf.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/finder-inf.el
Date: Tue, 07 May 2002 21:03:19 -0400

Index: emacs/lisp/finder-inf.el
diff -c emacs/lisp/finder-inf.el:1.14 emacs/lisp/finder-inf.el:1.15
*** emacs/lisp/finder-inf.el:1.14       Fri Apr 26 19:39:04 2002
--- emacs/lisp/finder-inf.el    Tue May  7 21:03:19 2002
***************
*** 78,84 ****
          (data))
      ("chistory.el"
          "list command history"
!         nil)
      ("cmuscheme.el"
          "Scheme process in a buffer. Adapted from tea.el"
          (processes  lisp))
--- 78,84 ----
          (data))
      ("chistory.el"
          "list command history"
!         (convenience))
      ("cmuscheme.el"
          "Scheme process in a buffer. Adapted from tea.el"
          (processes  lisp))
***************
*** 87,93 ****
          (processes))
      ("compare-w.el"
          "compare text between windows for Emacs"
!         nil)
      ("complete.el"
          "partial completion mechanism plus other goodies"
          (abbrev convenience))
--- 87,93 ----
          (processes))
      ("compare-w.el"
          "compare text between windows for Emacs"
!         (convenience files))
      ("complete.el"
          "partial completion mechanism plus other goodies"
          (abbrev convenience))
***************
*** 130,135 ****
--- 130,138 ----
      ("derived.el"
          "allow inheritance of major modes"
          (extensions))
+     ("descr-text.el"
+         "describe text mode"
+         (faces))
      ("desktop.el"
          "save partial status of Emacs when killed"
          (convenience))
***************
*** 237,243 ****
          (faces))
      ("faces.el"
          "Lisp faces"
!         nil)
      ("fast-lock.el"
          "automagic text properties caching for fast Font Lock mode"
          (faces files))
--- 240,246 ----
          (faces))
      ("faces.el"
          "Lisp faces"
!         (internal))
      ("fast-lock.el"
          "automagic text properties caching for fast Font Lock mode"
          (faces files))
***************
*** 245,255 ****
          "find file (or url) at point"
          (files  hypermedia  matching  mouse  convenience))
      ("filecache.el"
!         "Find files using a pre-loaded cache"
          (convenience))
      ("files.el"
          "file input and output commands for Emacs"
          nil)
      ("find-dired.el"
          "run a `find' command and dired the output"
          (unix))
--- 248,261 ----
          "find file (or url) at point"
          (files  hypermedia  matching  mouse  convenience))
      ("filecache.el"
!         "find files using a pre-loaded cache"
          (convenience))
      ("files.el"
          "file input and output commands for Emacs"
          nil)
+     ("filesets.el"
+         "handle group of files"
+         (filesets convenience))
      ("find-dired.el"
          "run a `find' command and dired the output"
          (unix))
***************
*** 267,273 ****
          (help))
      ("float-sup.el"
          "detect absence of floating-point support in Emacs runtime"
!         nil)
      ("flow-ctrl.el"
          "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control"
          (hardware))
--- 273,279 ----
          (help))
      ("float-sup.el"
          "detect absence of floating-point support in Emacs runtime"
!         (internal))
      ("flow-ctrl.el"
          "help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control"
          (hardware))
***************
*** 441,447 ****
          (convenience))
      ("misc.el"
          "some nonstandard basic editing commands for Emacs"
!         nil)
      ("mouse-copy.el"
          "one-click text copy and move"
          (mouse))
--- 447,453 ----
          (convenience))
      ("misc.el"
          "some nonstandard basic editing commands for Emacs"
!         (convenience))
      ("mouse-copy.el"
          "one-click text copy and move"
          (mouse))
***************
*** 582,588 ****
          (processes))
      ("simple.el"
          "basic editing commands for Emacs"
!         nil)
      ("skeleton.el"
          "Lisp language extension for writing statement skeletons"
          (extensions  abbrev  languages  tools))
--- 588,594 ----
          (processes))
      ("simple.el"
          "basic editing commands for Emacs"
!         (internal))
      ("skeleton.el"
          "Lisp language extension for writing statement skeletons"
          (extensions  abbrev  languages  tools))
***************
*** 609,615 ****
          nil)
      ("subr.el"
          "basic lisp subroutines for Emacs"
!         nil)
      ("tabify.el"
          "tab conversion commands for Emacs"
          nil)
--- 615,621 ----
          nil)
      ("subr.el"
          "basic lisp subroutines for Emacs"
!         (internal))
      ("tabify.el"
          "tab conversion commands for Emacs"
          nil)
***************
*** 619,627 ****
      ("tar-mode.el"
          "simple editing of tar files from GNU emacs"
          (unix))
-     ("tcp.el"
-         "TCP/IP stream emulation for GNU Emacs"
-         nil)
      ("tempo.el"
          "Flexible template insertion"
          (extensions  languages  tools))
--- 625,630 ----
***************
*** 868,873 ****
--- 871,1029 ----
      ("calcsel2.el"
          "selection functions for Calc"
          nil)
+     ("em-alias.el"
+         "creation and management of command aliases"
+         nil)
+     ("em-banner.el"
+         "sample module that displays a login banner"
+         nil)
+     ("em-basic.el"
+         "basic shell builtin commands"
+         nil)
+     ("em-cmpl.el"
+         "completion using the TAB key"
+         nil)
+     ("em-dirs.el"
+         "directory navigation commands"
+         nil)
+     ("em-glob.el"
+         "extended file name globbing"
+         nil)
+     ("em-hist.el"
+         "history list management"
+         nil)
+     ("em-ls.el"
+         "implementation of ls in Lisp"
+         nil)
+     ("em-pred.el"
+         "argument predicates and modifiers (ala zsh)"
+         nil)
+     ("em-prompt.el"
+         "command prompts"
+         nil)
+     ("em-rebind.el"
+         "rebind keys when point is at current input"
+         nil)
+     ("em-script.el"
+         "Eshell script files"
+         nil)
+     ("em-smart.el"
+         "smart display of output"
+         nil)
+     ("em-term.el"
+         "running visual commands"
+         nil)
+     ("em-unix.el"
+         "UNIX command aliases"
+         nil)
+     ("em-xtra.el"
+         "extra alias functions"
+         nil)
+     ("esh-arg.el"
+         "argument processing"
+         nil)
+     ("esh-cmd.el"
+         "command invocation"
+         nil)
+     ("esh-ext.el"
+         "commands external to Eshell"
+         nil)
+     ("esh-groups.el"
+         nil
+         nil)
+     ("esh-io.el"
+         "I/O management"
+         nil)
+     ("esh-maint.el"
+         "init code for building eshell"
+         nil)
+     ("esh-mode.el"
+         "user interface"
+         nil)
+     ("esh-module.el"
+         "Eshell modules"
+         (processes))
+     ("esh-opt.el"
+         "command options processing"
+         nil)
+     ("esh-proc.el"
+         "process management"
+         nil)
+     ("esh-test.el"
+         "Eshell test suite"
+         nil)
+     ("esh-util.el"
+         "general utilities"
+         nil)
+     ("esh-var.el"
+         "handling of variables"
+         nil)
+     ("eshell.el"
+         "the Emacs command shell"
+         (processes))
+     ("ange-ftp.el"
+         "transparent FTP support for GNU Emacs"
+         (comm))
+     ("browse-url.el"
+         "pass a URL to a WWW browser"
+         (hypertext  hypermedia  mouse))
+     ("eudc-bob.el"
+         "Binary Objects Support for EUDC"
+         (comm))
+     ("eudc-export.el"
+         "functions to export EUDC query results"
+         (comm))
+     ("eudc-hotlist.el"
+         "hotlist management for EUDC"
+         (comm))
+     ("eudc-vars.el"
+         "Emacs Unified Directory Client"
+         (comm))
+     ("eudc.el"
+         "Emacs Unified Directory Client"
+         (comm))
+     ("eudcb-bbdb.el"
+         "Emacs Unified Directory Client - BBDB Backend"
+         (comm))
+     ("eudcb-ldap.el"
+         "Emacs Unified Directory Client - LDAP Backend"
+         (comm))
+     ("eudcb-ph.el"
+         "Emacs Unified Directory Client - CCSO PH/QI Backend"
+         (comm))
+     ("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 comm))
+     ("netrc.el"
+         ".netrc parsing functionality"
+         (news))
+     ("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"
+         (unix  comm))
+     ("webjump.el"
+         "programmable Web hotlist"
+         (comm www))
+     ("zone-mode.el"
+         "major mode for editing DNS zone files"
+         (dns  languages))
      ("appt.el"
          "appointment notification functions"
          (calendar))
***************
*** 1079,1086 ****
          "symbolic regular expressions"
          (extensions))
      ("syntax.el"
!         "Helper functions to find syntactic context"
!         nil)
      ("tq.el"
          "utility to maintain a transaction queue"
          (extensions))
--- 1235,1242 ----
          "symbolic regular expressions"
          (extensions))
      ("syntax.el"
!         "helper functions to find syntactic context"
!         (internal))
      ("tq.el"
          "utility to maintain a transaction queue"
          (extensions))
***************
*** 1090,1095 ****
--- 1246,1260 ----
      ("crisp.el"
          "CRiSP/Brief Emacs emulator"
          (emulations brief crisp))
+     ("cua-base.el"
+         "emulate CUA key bindings"
+         (keyboard emulation convenience cua))
+     ("cua-gmrk.el"
+         "CUA unified global mark support"
+         (keyboard emulations convenience cua mark))
+     ("cua-rect.el"
+         "CUA unified rectangle support"
+         (keyboard emulations convenience cua))
      ("edt-lk201.el"
          "enhanced EDT keypad mode emulation for LK-201 keyboards"
          (emulations))
***************
*** 1105,1110 ****
--- 1270,1278 ----
      ("edt.el"
          "enhanced EDT keypad mode emulation for GNU Emacs 19"
          (emulations))
+     ("keypad.el"
+         "simplified keypad bindings"
+         (keyboard convenience))
      ("pc-mode.el"
          "emulate certain key bindings used on PCs"
          (emulations))
***************
*** 1153,1248 ****
      ("ws-mode.el"
          "WordStar emulation mode for GNU Emacs"
          (emulations))
-     ("em-alias.el"
-         "creation and management of command aliases"
-         nil)
-     ("em-banner.el"
-         "sample module that displays a login banner"
-         nil)
-     ("em-basic.el"
-         "basic shell builtin commands"
-         nil)
-     ("em-cmpl.el"
-         "completion using the TAB key"
-         nil)
-     ("em-dirs.el"
-         "directory navigation commands"
-         nil)
-     ("em-glob.el"
-         "extended file name globbing"
-         nil)
-     ("em-hist.el"
-         "history list management"
-         nil)
-     ("em-ls.el"
-         "implementation of ls in Lisp"
-         nil)
-     ("em-pred.el"
-         "argument predicates and modifiers (ala zsh)"
-         nil)
-     ("em-prompt.el"
-         "command prompts"
-         nil)
-     ("em-rebind.el"
-         "rebind keys when point is at current input"
-         nil)
-     ("em-script.el"
-         "Eshell script files"
-         nil)
-     ("em-smart.el"
-         "smart display of output"
-         nil)
-     ("em-term.el"
-         "running visual commands"
-         nil)
-     ("em-unix.el"
-         "UNIX command aliases"
-         nil)
-     ("em-xtra.el"
-         "extra alias functions"
-         nil)
-     ("esh-arg.el"
-         "argument processing"
-         nil)
-     ("esh-cmd.el"
-         "command invocation"
-         nil)
-     ("esh-ext.el"
-         "commands external to Eshell"
-         nil)
-     ("esh-groups.el"
-         nil
-         nil)
-     ("esh-io.el"
-         "I/O management"
-         nil)
-     ("esh-maint.el"
-         "init code for building eshell"
-         nil)
-     ("esh-mode.el"
-         "user interface"
-         nil)
-     ("esh-module.el"
-         "Eshell modules"
-         (processes))
-     ("esh-opt.el"
-         "command options processing"
-         nil)
-     ("esh-proc.el"
-         "process management"
-         nil)
-     ("esh-test.el"
-         "Eshell test suite"
-         nil)
-     ("esh-util.el"
-         "general utilities"
-         nil)
-     ("esh-var.el"
-         "handling of variables"
-         nil)
-     ("eshell.el"
-         "the Emacs command shell"
-         (processes))
      ("binhex.el"
          "elisp native binhex decode"
          (binhex news))
--- 1321,1326 ----
***************
*** 1858,1926 ****
      ("vms-pmail.el"
          "use Emacs as the editor within VMS mail"
          (vms))
-     ("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"
-         (comm))
-     ("eudc-export.el"
-         "functions to export EUDC query results"
-         (comm))
-     ("eudc-hotlist.el"
-         "hotlist management for EUDC"
-         (comm))
-     ("eudc-vars.el"
-         "Emacs Unified Directory Client"
-         (comm))
-     ("eudc.el"
-         "Emacs Unified Directory Client"
-         (comm))
-     ("eudcb-bbdb.el"
-         "Emacs Unified Directory Client - BBDB Backend"
-         (comm))
-     ("eudcb-ldap.el"
-         "Emacs Unified Directory Client - LDAP Backend"
-         (comm))
-     ("eudcb-ph.el"
-         "Emacs Unified Directory Client - CCSO PH/QI Backend"
-         (comm))
-     ("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 comm))
-     ("netrc.el"
-         ".netrc parsing functionality"
-         (news))
-     ("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"
-         (unix  comm))
-     ("webjump.el"
-         "programmable Web hotlist"
-         (comm www))
-     ("zone-mode.el"
-         "major mode for editing DNS zone files"
-         (dns  languages))
      ("5x5.el"
          "simple little puzzle game"
          (games puzzles))
--- 1936,1941 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]