Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e0f712ba
Commit
e0f712ba
authored
Apr 26, 2002
by
Andrew Choi
Browse files
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
parent
501d8923
Changes
73
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
1281 additions
and
2848 deletions
+1281
-2848
ChangeLog
ChangeLog
+7
-0
configure
configure
+342
-156
configure.in
configure.in
+19
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/cus-load.el
lisp/cus-load.el
+26
-17
lisp/finder-inf.el
lisp/finder-inf.el
+332
-332
lisp/loaddefs.el
lisp/loaddefs.el
+139
-90
lisp/term/mac-win.el
lisp/term/mac-win.el
+12
-2
mac/ChangeLog
mac/ChangeLog
+133
-0
mac/Emacs.app/Contents/Info.plist
mac/Emacs.app/Contents/Info.plist
+18
-0
mac/Emacs.app/Contents/PkgInfo
mac/Emacs.app/Contents/PkgInfo
+1
-0
mac/Emacs.app/Contents/Resources/Emacs.rsrc
mac/Emacs.app/Contents/Resources/Emacs.rsrc
+0
-0
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
...cs.app/Contents/Resources/English.lproj/InfoPlist.strings
+5
-0
mac/INSTALL
mac/INSTALL
+125
-47
mac/README
mac/README
+35
-17
mac/cw5-mcp.xml
mac/cw5-mcp.xml
+0
-2084
mac/cw6-mcp.xml
mac/cw6-mcp.xml
+78
-78
mac/inc/alloca.h
mac/inc/alloca.h
+1
-1
mac/inc/config.h
mac/inc/config.h
+3
-1
mac/inc/defs-cw5.h
mac/inc/defs-cw5.h
+0
-23
No files found.
ChangeLog
View file @
e0f712ba
2002-04-26 Andrew Choi <akochoi@shaw.ca>
* configure.in: Add support for powerpc-apple-darwin*.
(HAVE_CARBON): Add.
* make-dist: create directories in mac/Emacs.app.
2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* make-dist: lwlib-Xol* are removed.
...
...
configure
View file @
e0f712ba
This diff is collapsed.
Click to expand it.
configure.in
View file @
e0f712ba
...
...
@@ -128,6 +128,8 @@ AC_ARG_WITH(toolkit-scroll-bars,
don't use Motif or Xaw3d scroll bars])
AC_ARG_WITH(xim,
[ --without-xim don't use X11 XIM])
AC_ARG_WITH(carbon,
[ --without-carbon don't use Carbon GUI on Mac OS X])
#### Make srcdir absolute, if it isn't already. It's important to
#### avoid running the path through pwd unnecessarily, since pwd can
...
...
@@ -1104,6 +1106,13 @@ case "${canonical}" in
machine=f301 opsys=uxpv
;;
## Darwin / Mac OS X
powerpc-apple-darwin* )
machine=powermac opsys=darwin
# Define CPP as follows to make autoconf work correctly.
CPP="cc -E -traditional-cpp"
;;
* )
unported=yes
;;
...
...
@@ -1997,6 +2006,16 @@ if test "${HAVE_X11}" = "yes"; then
fi
fi
### Use Mac OS X Carbon API to implement GUI.
HAVE_CARBON=no
if test "${with_carbon}" != "no"; then
AC_CHECK_HEADER(Carbon/Carbon.h, HAVE_CARBON=yes)
fi
if test "${HAVE_CARBON}" = "yes"; then
AC_DEFINE(HAVE_CARBON)
fi
### Use session management (-lSM -lICE) if available
HAVE_X_SM=no
if test "${HAVE_X11}" = "yes"; then
...
...
lisp/ChangeLog
View file @
e0f712ba
2002-04-26 Andrew Choi <akochoi@shaw.ca>
* term/mac-win.el: Don't call ediff-toggle-multiframe. Set
default directory. Set process-connection-type to nil.
2002-04-26 Richard M. Stallman <rms@gnu.org>
* cus-edit.el (customize-face): Use read-face-name
...
...
lisp/cus-load.el
View file @
e0f712ba
...
...
@@ -36,9 +36,9 @@
(
put
'woman-faces
'custom-loads
'
(
"woman"
))
(
put
'ps-print-vertical
'custom-loads
'
(
"ps-print"
))
(
put
'supercite-hooks
'custom-loads
'
(
"supercite"
))
(
put
'chinese-calendar
'custom-loads
'
(
"cal-china"
))
(
put
'vhdl-menu
'custom-loads
'
(
"vhdl-mode"
))
(
put
'gnus-newsrc
'custom-loads
'
(
"gnus-start"
))
(
put
'chinese-calendar
'custom-loads
'
(
"cal-china"
))
(
put
'expand
'custom-loads
'
(
"expand"
))
(
put
'bookmark
'custom-loads
'
(
"bookmark"
))
(
put
'icon
'custom-loads
'
(
"icon"
))
...
...
@@ -62,7 +62,7 @@
(
put
'dirtrack
'custom-loads
'
(
"dirtrack"
))
(
put
'ediff-window
'custom-loads
'
(
"ediff-help"
"ediff-wind"
))
(
put
'bruce
'custom-loads
'
(
"bruce"
))
(
put
'windows
'custom-loads
'
(
"scroll-all"
"window"
"follow"
"windmove"
))
(
put
'windows
'custom-loads
'
(
"hscroll"
"scroll-all"
"window"
"follow"
"windmove"
))
(
put
'gnus-exit
'custom-loads
'
(
"gnus-group"
"gnus"
))
(
put
'speedbar
'custom-loads
'
(
"speedbar"
))
(
put
'etags
'custom-loads
'
(
"etags"
))
...
...
@@ -112,7 +112,7 @@
(
put
'mh-hook
'custom-loads
'
(
"mh-e"
))
(
put
'yow
'custom-loads
'
(
"yow"
))
(
put
'reftex-defining-label-environments
'custom-loads
'
(
"reftex-vars"
))
(
put
'asm
'custom-loads
'
(
"asm-mode"
"cc-vars"
))
(
put
'asm
'custom-loads
'
(
"asm-mode"
))
(
put
'gnus-score-files
'custom-loads
'
(
"gnus-score"
"gnus"
))
(
put
'mail-abbrev
'custom-loads
'
(
"mailabbrev"
))
(
put
'feedmail
'custom-loads
'
(
"feedmail"
))
...
...
@@ -130,7 +130,7 @@
(
put
'iso-acc
'custom-loads
'
(
"iso-acc"
))
(
put
'gnus-summary-pick
'custom-loads
'
(
"gnus-salt"
))
(
put
'gnus-thread
'custom-loads
'
(
"gnus-sum"
))
(
put
'languages
'custom-loads
'
(
"cus-edit"
"info-look"
"ada-mode"
"antlr-mode"
"asm-mode"
"cperl-mode"
"dcl-mode"
"delphi"
"f90"
"fortran"
"hideshow"
"icon"
"idlwave"
"m4-mode"
"meta-mode"
"modula2"
"octave-mod"
"pascal"
"perl-mode"
"prolog"
"ps-mode"
"sh-script"
"simula"
"tcl"
"vhdl-mode"
"sgml-mode"
"xml-lite"
))
(
put
'languages
'custom-loads
'
(
"cus-edit"
"info-look"
"ada-mode"
"antlr-mode"
"asm-mode"
"cperl-mode"
"dcl-mode"
"delphi"
"f90"
"fortran"
"hideshow"
"icon"
"idlwave"
"m4-mode"
"meta-mode"
"modula2"
"octave-mod"
"pascal"
"perl-mode"
"prolog"
"ps-mode"
"sh-script"
"simula"
"tcl"
"vhdl-mode"
"sgml-mode"
))
(
put
'reftex-miscellaneous-configurations
'custom-loads
'
(
"reftex-vars"
))
(
put
'pong
'custom-loads
'
(
"pong"
))
(
put
'ediff-ptch
'custom-loads
'
(
"ediff-ptch"
))
...
...
@@ -145,8 +145,8 @@
(
put
'smiley
'custom-loads
'
(
"smiley-ems"
))
(
put
'extensions
'custom-loads
'
(
"generic"
"time-stamp"
"wid-edit"
"cust-print"
"eldoc"
"page-ext"
))
(
put
'tetris
'custom-loads
'
(
"tetris"
))
(
put
'appt
'custom-loads
'
(
"appt"
))
(
put
'ebnf-displacement
'custom-loads
'
(
"ebnf2ps"
))
(
put
'appt
'custom-loads
'
(
"appt"
))
(
put
'snmp
'custom-loads
'
(
"snmp-mode"
))
(
put
'speedbar-faces
'custom-loads
'
(
"speedbar"
"vhdl-mode"
))
(
put
'rmail
'custom-loads
'
(
"paths"
"rmail"
"undigest"
))
...
...
@@ -219,8 +219,8 @@
(
put
'auto-save
'custom-loads
'
(
"files"
"startup"
))
(
put
'tpu
'custom-loads
'
(
"tpu-edt"
"tpu-extras"
))
(
put
'w32
'custom-loads
'
(
"w32-vars"
))
(
put
'viper-hooks
'custom-loads
'
(
"viper-init"
))
(
put
'gnus-cite
'custom-loads
'
(
"gnus-cite"
))
(
put
'viper-hooks
'custom-loads
'
(
"viper-init"
))
(
put
'gnus-demon
'custom-loads
'
(
"gnus-demon"
))
(
put
'reftex-optimizations-for-large-documents
'custom-loads
'
(
"reftex-vars"
))
(
put
'viper-misc
'custom-loads
'
(
"viper-cmd"
"viper-init"
"viper"
))
...
...
@@ -246,7 +246,6 @@
(
put
'cperl-indentation-details
'custom-loads
'
(
"cperl-mode"
))
(
put
'mail-extr
'custom-loads
'
(
"mail-extr"
))
(
put
'double
'custom-loads
'
(
"double"
))
(
put
'xml-lite
'custom-loads
'
(
"xml-lite"
))
(
put
'imenu
'custom-loads
'
(
"imenu"
))
(
put
'eshell-var
'custom-loads
'
(
"esh-var"
))
(
put
'scribe
'custom-loads
'
(
"scribe"
))
...
...
@@ -275,10 +274,10 @@
(
put
'generic-x
'custom-loads
'
(
"generic-x"
))
(
put
'partial-completion
'custom-loads
'
(
"complete"
))
(
put
'whitespace
'custom-loads
'
(
"whitespace"
))
(
put
'maint
'custom-loads
'
(
"emacsbug"
"gulp"
"lisp-mnt"
))
(
put
'maint
'custom-loads
'
(
"gulp"
"lisp-mnt"
"emacsbug"
))
(
put
'pages
'custom-loads
'
(
"page-ext"
))
(
put
'message-interface
'custom-loads
'
(
"message"
))
(
put
'diary
'custom-loads
'
(
"calendar"
"diary-lib"
))
(
put
'diary
'custom-loads
'
(
"calendar"
"diary-lib"
"solar"
))
(
put
'custom-magic-faces
'custom-loads
'
(
"cus-edit"
))
(
put
'emacsbug
'custom-loads
'
(
"emacsbug"
))
(
put
'mh-compose
'custom-loads
'
(
"mh-comp"
))
...
...
@@ -302,7 +301,7 @@
(
put
'apropos
'custom-loads
'
(
"apropos"
))
(
put
'gomoku
'custom-loads
'
(
"gomoku"
))
(
put
'eshell-pred
'custom-loads
'
(
"em-pred"
))
(
put
'tools
'custom-loads
'
(
"add-log"
"calculator"
"compare-w"
"diff-mode"
"diff"
"ediff"
"elide-head"
"emerge"
"gud"
"pcvs-defs"
"smerge-mode"
"speedbar"
"tempo"
"tooltip"
"vc"
"which-func"
"
r
co
mpile
"
"co
pyright
"
"compile"
"ebrowse"
"etags"
"glasses"
"make-mode"
))
(
put
'tools
'custom-loads
'
(
"add-log"
"calculator"
"compare-w"
"diff-mode"
"diff"
"ediff"
"elide-head"
"emerge"
"gud"
"pcvs-defs"
"smerge-mode"
"speedbar"
"tempo"
"tooltip"
"vc"
"which-func"
"co
pyright
"
"
r
co
mpile
"
"compile"
"ebrowse"
"etags"
"glasses"
"make-mode"
))
(
put
'gnus-topic
'custom-loads
'
(
"gnus-topic"
))
(
put
'sgml
'custom-loads
'
(
"sgml-mode"
))
(
put
'keyboard
'custom-loads
'
(
"mule"
"chistory"
"type-break"
))
...
...
@@ -365,15 +364,15 @@
(
put
'nnmail-retrieve
'custom-loads
'
(
"nnmail"
))
(
put
'gnus-duplicate
'custom-loads
'
(
"gnus-dup"
))
(
put
'find-function
'custom-loads
'
(
"find-func"
))
(
put
'menu
'custom-loads
'
(
"faces"
"tmm"
"easymenu"
))
(
put
'menu
'custom-loads
'
(
"faces"
"menu-bar"
"tmm"
"easymenu"
))
(
put
'eshell-test
'custom-loads
'
(
"esh-test"
))
(
put
'vhdl-highlight
'custom-loads
'
(
"vhdl-mode"
))
(
put
'widgets
'custom-loads
'
(
"wid-browse"
"wid-edit"
))
(
put
'log-view
'custom-loads
'
(
"log-view"
))
(
put
'PostScript
'custom-loads
'
(
"ps-mode"
))
(
put
'abbrev-mode
'custom-loads
'
(
"abbrev"
"cus-edit"
"mailabbrev"
))
(
put
'eshell-term
'custom-loads
'
(
"em-term"
))
(
put
'earcon
'custom-loads
'
(
"earcon"
))
(
put
'eshell-term
'custom-loads
'
(
"em-term"
))
(
put
'feedmail-headers
'custom-loads
'
(
"feedmail"
))
(
put
'hypermedia
'custom-loads
'
(
"wid-edit"
"metamail"
"browse-url"
"goto-addr"
))
(
put
'image
'custom-loads
'
(
"image-file"
))
...
...
@@ -498,7 +497,7 @@
(
put
'reftex-index-support
'custom-loads
'
(
"reftex-vars"
))
(
put
'pascal
'custom-loads
'
(
"pascal"
))
(
put
'rmail-retrieve
'custom-loads
'
(
"rmail"
"rmailsum"
))
(
put
'data
'custom-loads
'
(
"text-mode"
"arc-mode"
"forms"
"hexl"
"jka-compr"
"saveplace"
"sort"
"tar-mode"
"time-stamp"
"
snmp-mode"
"timeclock
"
))
(
put
'data
'custom-loads
'
(
"text-mode"
"arc-mode"
"forms"
"hexl"
"jka-compr"
"saveplace"
"sort"
"tar-mode"
"time-stamp"
"
timeclock"
"snmp-mode
"
))
(
put
'mail
'custom-loads
'
(
"simple"
"startup"
"time"
"gnus"
"mail-utils"
"mm-decode"
"message"
"imap"
"starttls"
"emacsbug"
"feedmail"
"mail-extr"
"mail-hist"
"mailalias"
"metamail"
"mh-e"
"mspools"
"rmail"
"sendmail"
"smtpmail"
"supercite"
"uce"
"eudc-vars"
"fortune"
))
(
put
'paren-blinking
'custom-loads
'
(
"simple"
))
(
put
'gnus-summary-sort
'custom-loads
'
(
"gnus-sum"
))
...
...
@@ -691,7 +690,7 @@
(
custom-put-if-not
'change-log-conditionals-face
'group-documentation
nil
)
(
custom-put-if-not
'mail-source
'custom-version
"21.1"
)
(
custom-put-if-not
'mail-source
'group-documentation
"The mail-fetching library."
)
(
custom-put-if-not
'smtpmail-auth-credentials
'custom-version
"21.
1
"
)
(
custom-put-if-not
'smtpmail-auth-credentials
'custom-version
"21.
3
"
)
(
custom-put-if-not
'smtpmail-auth-credentials
'standard-value
t
)
(
custom-put-if-not
'minibuffer-prompt
'custom-version
"21.3"
)
(
custom-put-if-not
'minibuffer-prompt
'group-documentation
nil
)
...
...
@@ -777,6 +776,8 @@ the tasks accomplished by such tools.")
(
custom-put-if-not
'tildify
'group-documentation
"Adding missing hard spaces or other text fragments into texts."
)
(
custom-put-if-not
'normal-erase-is-backspace
'custom-version
"21.1"
)
(
custom-put-if-not
'normal-erase-is-backspace
'standard-value
t
)
(
custom-put-if-not
'vc-cvs-global-switches
'custom-version
"21.3"
)
(
custom-put-if-not
'vc-cvs-global-switches
'standard-value
t
)
(
custom-put-if-not
'gnus-article-banner-alist
'custom-version
"21.1"
)
(
custom-put-if-not
'gnus-article-banner-alist
'standard-value
t
)
(
custom-put-if-not
'region
'custom-version
"21.1"
)
...
...
@@ -840,6 +841,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'message-buffer-naming-style
'standard-value
t
)
(
custom-put-if-not
'ps-footer-font-size
'custom-version
"21.1"
)
(
custom-put-if-not
'ps-footer-font-size
'standard-value
t
)
(
custom-put-if-not
'hscroll-margin
'custom-version
"21.3"
)
(
custom-put-if-not
'hscroll-margin
'standard-value
t
)
(
custom-put-if-not
'tags-apropos-additional-actions
'custom-version
"21.1"
)
(
custom-put-if-not
'tags-apropos-additional-actions
'standard-value
t
)
(
custom-put-if-not
'generic-x
'custom-version
"20.3"
)
...
...
@@ -858,6 +861,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'vcursor-interpret-input
'standard-value
t
)
(
custom-put-if-not
'gnus-audio
'custom-version
"21.1"
)
(
custom-put-if-not
'gnus-audio
'group-documentation
"Playing sound in Gnus."
)
(
custom-put-if-not
'diary-sabbath-candles-minutes
'custom-version
"21.1"
)
(
custom-put-if-not
'diary-sabbath-candles-minutes
'standard-value
t
)
(
custom-put-if-not
'trailing-whitespace
'custom-version
"21.1"
)
(
custom-put-if-not
'trailing-whitespace
'group-documentation
nil
)
(
custom-put-if-not
'fortran-comment-line-start
'custom-version
"21.1"
)
...
...
@@ -946,6 +951,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'change-log-version-number-regexp-list
'standard-value
t
)
(
custom-put-if-not
'menu
'custom-version
"21.1"
)
(
custom-put-if-not
'menu
'group-documentation
"Input from the menus."
)
(
custom-put-if-not
'dired-view-command-alist
'custom-version
21.4
)
(
custom-put-if-not
'dired-view-command-alist
'standard-value
t
)
(
custom-put-if-not
'gnus-nocem-check-from
'custom-version
"21.1"
)
(
custom-put-if-not
'gnus-nocem-check-from
'standard-value
t
)
(
custom-put-if-not
'sgml-validate-command
'custom-version
"21.1"
)
...
...
@@ -988,6 +995,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'message-forward-ignored-headers
'standard-value
t
)
(
custom-put-if-not
'eudc
'custom-version
"21.1"
)
(
custom-put-if-not
'eudc
'group-documentation
"Emacs Unified Directory Client."
)
(
custom-put-if-not
'yank-excluded-properties
'custom-version
21.4
)
(
custom-put-if-not
'yank-excluded-properties
'standard-value
t
)
(
custom-put-if-not
'scrolling
'custom-version
"21.1"
)
(
custom-put-if-not
'scrolling
'group-documentation
"Scrolling windows."
)
(
custom-put-if-not
'ps-paragraph-regexp
'custom-version
"21.1"
)
...
...
@@ -1020,8 +1029,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'custom-comment-face
'group-documentation
nil
)
(
custom-put-if-not
'custom-raised-buttons
'custom-version
"21.1"
)
(
custom-put-if-not
'custom-raised-buttons
'standard-value
t
)
(
custom-put-if-not
'gnus-article-x-face-command
'custom-version
"21.1"
)
(
custom-put-if-not
'gnus-article-x-face-command
'standard-value
t
)
(
custom-put-if-not
'gnus-inhibit-user-auto-expire
'custom-version
"21.1"
)
(
custom-put-if-not
'gnus-inhibit-user-auto-expire
'standard-value
t
)
(
custom-put-if-not
'show-paren-ring-bell-on-mismatch
'custom-version
"20.3"
)
...
...
@@ -1034,6 +1041,8 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'gnus-emphasize-whitespace-regexp
'standard-value
t
)
(
custom-put-if-not
'gnus-summary-show-article-charset-alist
'custom-version
"21.1"
)
(
custom-put-if-not
'gnus-summary-show-article-charset-alist
'standard-value
t
)
(
custom-put-if-not
'mail-use-dsn
'custom-version
"21.3"
)
(
custom-put-if-not
'mail-use-dsn
'standard-value
t
)
(
custom-put-if-not
'xscheme-start-hook
'custom-version
20.3
)
(
custom-put-if-not
'xscheme-start-hook
'standard-value
t
)
(
custom-put-if-not
'vc-dired-listing-switches
'custom-version
"21.1"
)
...
...
@@ -1151,7 +1160,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
(
custom-put-if-not
'eval-expression-print-level
'custom-version
"21.1"
)
(
custom-put-if-not
'eval-expression-print-level
'standard-value
t
)
(
defvar
custom-versions-load-alist
'
((
20.3
"xscheme"
)
(
"20.3.3"
"dos-vars"
)
(
21.1
"ange-ftp"
)
(
"20.4"
"files"
"help"
"sh-script"
"compile"
)
(
"21.2"
"add-log"
"sgml-mode"
)
(
"21.3"
"vc-cvs"
"replace"
"ange-ftp"
)
(
21.3
"ange-ftp
"
)
(
"20.3"
"desktop"
"easymenu"
"hscroll"
"dabbrev"
"ffap"
"rmail"
"paren"
"mailabbrev"
"frame"
"uce"
"mouse"
"diary-lib"
"sendmail"
"simple"
"debug"
"hexl"
"vcursor"
"vc"
"compile"
"etags"
"help-mode"
"browse-url"
"add-log"
"find-func"
"cus-edit"
"replace"
)
(
"21.1"
"server"
"debug"
"rmailedit"
"dabbrev"
"isearch"
"gnus-start"
"mule"
"hideshow"
"sendmail"
"paths"
"sgml-mode"
"net-utils"
"cperl-mode"
"rmail"
"font-lock"
"gnus-nocem"
"vc-hooks"
"paren"
"faces"
"vc-rcs"
"fortran"
"vc"
"etags"
"cus-edit"
"vc-sccs"
"gnus-group"
"gnus-sum"
"add-log"
"find-func"
"frame"
"wid-edit"
"smtpmail"
"files"
"nnmail"
"message"
"ps-print"
"vc-cvs"
"simple"
"gnus-agent"
"flyspell"
"gnus-art"
"browse-url"
"speedbar"
)
(
"20.8"
"sql"
))
(
defvar
custom-versions-load-alist
'
((
20.3
"xscheme"
)
(
21.4
"simple"
"dired"
)
(
"20.3.3"
"dos-vars"
)
(
21.1
"ange-ftp"
)
(
"20.4"
"files"
"help"
"sh-script"
"compile"
)
(
"21.2"
"add-log"
"sgml-mode"
)
(
21.3
"ange-ftp"
)
(
"21.3"
"sendmail"
"replace"
"hscroll"
"vc-cvs"
"ange-ftp"
"smtpmail
"
)
(
"20.3"
"desktop"
"easymenu"
"hscroll"
"dabbrev"
"ffap"
"rmail"
"paren"
"mailabbrev"
"frame"
"uce"
"mouse"
"diary-lib"
"sendmail"
"simple"
"debug"
"hexl"
"vcursor"
"vc"
"compile"
"etags"
"help-mode"
"browse-url"
"add-log"
"find-func"
"cus-edit"
"replace"
)
(
"21.1"
"server"
"debug"
"rmailedit"
"dabbrev"
"isearch"
"gnus-start"
"mule"
"hideshow"
"sendmail"
"paths"
"sgml-mode"
"net-utils"
"cperl-mode"
"rmail"
"font-lock"
"gnus-nocem"
"vc-hooks"
"paren"
"faces"
"vc-rcs"
"fortran"
"solar"
"vc"
"etags"
"cus-edit"
"vc-sccs"
"gnus-group"
"gnus-sum"
"smtpmail"
"add-log"
"find-func"
"frame"
"wid-edit"
"files"
"nnmail"
"message"
"ps-print"
"vc-cvs"
"simple"
"gnus-agent"
"flyspell"
"gnus-art"
"browse-url"
"speedbar"
)
(
"20.8"
"sql"
))
"For internal use by custom."
)
(
provide
'cus-load
)
...
...
lisp/finder-inf.el
View file @
e0f712ba
...
...
@@ -335,7 +335,7 @@
"highlight the current line"
(
faces
frames
emulation
))
(
"ibuf-ext.el"
"extensions for ibuffer"
"extensions for ibuffer
"
(
buffer
convenience
))
(
"ibuf-macs.el"
"macros for ibuffer"
...
...
@@ -868,303 +868,6 @@
(
"calcsel2.el"
"selection functions for Calc"
nil
)
(
"binhex.el"
"elisp native binhex decode"
(
binhex
news
))
(
"earcon.el"
"sound effects for messages"
nil
)
(
"flow-fill.el"
"interprete RFC2646 \"flowed\" text"
(
mail
))
(
"format-spec.el"
"functions for formatting arbitrary formatting strings"
(
tools
))
(
"gnus-agent.el"
"unplugged support for Gnus"
nil
)
(
"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 Mule and low level 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
))
(
"pop3.el"
"Post Office Protocol (RFC 1460) interface"
(
mail
))
(
"qp.el"
"Quoted-Printable functions"
(
mail
extensions
))
(
"rfc1843.el"
"HZ (rfc1843) decoding"
(
news
hz
hz+
mail
i18n
))
(
"rfc2045.el"
"functions for decoding rfc2045 headers"
nil
)
(
"rfc2047.el"
"functions for encoding and decoding rfc2047 messages"
nil
)
(
"rfc2104.el"
"RFC2104 Hashed Message Authentication Codes"
(
mail
))
(
"rfc2231.el"
"functions for decoding rfc2231 headers"
nil
)
(
"score-mode.el"
"mode for editing Gnus score files"
(
news
mail
))
(
"smiley-ems.el"
"displaying smiley faces"
(
news
mail
multimedia
))
(
"starttls.el"
"STARTTLS functions"
(
tls
ssl
openssl
mail
news
))
(
"utf7.el"
"UTF-7 encoding/decoding for Emacs"
(
mail
))
(
"uudecode.el"
"elisp native uudecode"
(
uudecode
news
))
(
"webmail.el"
"interface of web mail"
(
hotmail
netaddress
my-deja
netscape
))
(
"appt.el"
"appointment notification functions"
(
calendar
))
...
...
@@ -1498,48 +1201,345 @@
(
"em-xtra.el"
"extra alias functions"
nil
)
(
"esh-arg.el"
"argument processing"
(
"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
))
(
"earcon.el"
"sound effects for messages"
nil
)
(
"flow-fill.el"
"interprete RFC2646 \"flowed\" text"