aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-30 19:51:14 +0000
committerGerd Moellmann2001-01-30 19:51:14 +0000
commitefaa080bd7d9e7a911cc4527771ae93796190f7c (patch)
tree0b647fa4213d99c3b0d9bbcdc7d3d4cd5aae53b8 /lisp
parentbdc9238e5f2a9b5614cc1393a9ba8502b13b2ae2 (diff)
downloademacs-efaa080bd7d9e7a911cc4527771ae93796190f7c.tar.gz
emacs-efaa080bd7d9e7a911cc4527771ae93796190f7c.zip
*** empty log message ***emacs-pretest-21.0.97
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/cus-load.el4
-rw-r--r--lisp/finder-inf.el11
-rw-r--r--lisp/loaddefs.el60
4 files changed, 54 insertions, 25 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bf83c18cd8b..a9c0ec51b6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-01-30 Gerd Moellmann <gerd@gnu.org> 12001-01-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4
3 * frame.el (frame-notice-user-settings): Do the tool-bar 5 * frame.el (frame-notice-user-settings): Do the tool-bar
4 stuff only for graphical displays. Fix a braino. 6 stuff only for graphical displays. Fix a braino.
5 7
@@ -51,7 +53,7 @@
51 53
522001-01-29 Sam Steingold <sds@gnu.org> 542001-01-29 Sam Steingold <sds@gnu.org>
53 55
54 * vc-cvs.el: replaced (require 'vc) with a bunch of 56 * vc-cvs.el: Replaced (require 'vc) with a bunch of
55 `autoload' statements. 57 `autoload' statements.
56 58
572001-01-29 Eli Zaretskii <eliz@is.elta.co.il> 592001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
diff --git a/lisp/cus-load.el b/lisp/cus-load.el
index dffe3ed925b..d762ad4427c 100644
--- a/lisp/cus-load.el
+++ b/lisp/cus-load.el
@@ -957,8 +957,6 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
957(custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t) 957(custom-put-if-not 'show-paren-ring-bell-on-mismatch 'standard-value t)
958(custom-put-if-not 'rmail-default-body-file 'custom-version "20.3") 958(custom-put-if-not 'rmail-default-body-file 'custom-version "20.3")
959(custom-put-if-not 'rmail-default-body-file 'standard-value t) 959(custom-put-if-not 'rmail-default-body-file 'standard-value t)
960(custom-put-if-not 'ansi-color-for-comint-mode 'custom-version "21.1")
961(custom-put-if-not 'ansi-color-for-comint-mode 'standard-value t)
962(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'custom-version "21.1") 960(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'custom-version "21.1")
963(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t) 961(custom-put-if-not 'gnus-emphasize-whitespace-regexp 'standard-value t)
964(custom-put-if-not 'gnus-summary-show-article-charset-alist 'custom-version "21.1") 962(custom-put-if-not 'gnus-summary-show-article-charset-alist 'custom-version "21.1")
@@ -1066,7 +1064,7 @@ as a PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>.")
1066(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1") 1064(custom-put-if-not 'eval-expression-print-level 'custom-version "21.1")
1067(custom-put-if-not 'eval-expression-print-level 'standard-value t) 1065(custom-put-if-not 'eval-expression-print-level 'standard-value t)
1068 1066
1069(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "vc" "ansi-color" "ediff-init" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql")) 1067(defvar custom-versions-load-alist '(("20.3.3" "dos-vars") (21.1 "ange-ftp") ("20.4" "files" "help" "sh-script" "compile") ("20.3" "desktop" "easymenu" "hscroll" "dabbrev" "ffap" "rmail" "paren" "mailabbrev" "frame" "uce" "mouse" "diary-lib" "sendmail" "simple" "debug" "hexl" "vcursor" "vc" "compile" "etags" "help" "browse-url" "add-log" "find-func" "cus-edit" "replace") ("21.1" "server" "debug" "dabbrev" "isearch" "gnus-start" "mule" "vc" "ediff-init" "paths" "sgml-mode" "net-utils" "cperl-mode" "rmail" "font-lock" "gnus-nocem" "vc-hooks" "paren" "faces" "fortran" "etags" "cus-edit" "frame" "vc-sccs" "gnus-group" "gnus-sum" "add-log" "find-func" "wid-edit" "vc-rcs" "files" "nnmail" "message" "vc-cvs" "simple" "gnus-agent" "flyspell" "gnus-art" "browse-url" "speedbar") ("20.8" "sql"))
1070 "For internal use by custom.") 1068 "For internal use by custom.")
1071 1069
1072(provide 'cus-load) 1070(provide 'cus-load)
diff --git a/lisp/finder-inf.el b/lisp/finder-inf.el
index e3390f5ef2a..4e8411ede23 100644
--- a/lisp/finder-inf.el
+++ b/lisp/finder-inf.el
@@ -102,6 +102,9 @@
102 ("cus-face.el" 102 ("cus-face.el"
103 "customization support for faces." 103 "customization support for faces."
104 (help faces)) 104 (help faces))
105 ("cus-load.el"
106 "automatically extracted custom dependencies"
107 nil)
105 ("cus-start.el" 108 ("cus-start.el"
106 "define customization properties of builtins." 109 "define customization properties of builtins."
107 (internal)) 110 (internal))
@@ -1407,6 +1410,9 @@
1407 ("titdic-cnv.el" 1410 ("titdic-cnv.el"
1408 "convert cxterm dictionary (TIT format) to Quail package" 1411 "convert cxterm dictionary (TIT format) to Quail package"
1409 (quail tit cxterm)) 1412 (quail tit cxterm))
1413 ("utf-8.el"
1414 "Limited UTF-8 decoding/encoding support"
1415 (multilingual unicode utf-8))
1410 ("china-util.el" 1416 ("china-util.el"
1411 "utilities for Chinese" 1417 "utilities for Chinese"
1412 (mule multilingual chinese)) 1418 (mule multilingual chinese))
@@ -2266,9 +2272,4 @@
2266 2272
2267(provide 'finder-inf) 2273(provide 'finder-inf)
2268 2274
2269;;; Local Variables:
2270;;; version-control: never
2271;;; no-byte-compile: t
2272;;; no-update-autoloads: t
2273;;; End:
2274;;; finder-inf.el ends here 2275;;; finder-inf.el ends here
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 08e8a87727e..af6c298be7f 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -404,6 +404,28 @@ directory, so that Emacs will know its current contents." t nil)
404 404
405;;;*** 405;;;***
406 406
407;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
408;;;;;; "ansi-color" "ansi-color.el" (14965 36539))
409;;; Generated autoloads from ansi-color.el
410
411(autoload (quote ansi-color-for-comint-mode-on) "ansi-color" "\
412Set `ansi-color-for-comint-mode' to t." t nil)
413
414(autoload (quote ansi-color-process-output) "ansi-color" "\
415Maybe translate SGR control sequences of comint output into text-properties.
416
417Depending on variable `ansi-color-for-comint-mode' the comint output is
418either not processed, SGR control sequences are filtered using
419`ansi-color-filter-region', or SGR control sequences are translated into
420text-properties using `ansi-color-apply-on-region'.
421
422The comint output is assumed to lie between the marker
423`comint-last-output-start' and the process-mark.
424
425This is a good function to put in `comint-output-filter-functions'." nil nil)
426
427;;;***
428
407;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules) 429;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
408;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14885 13467)) 430;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (14885 13467))
409;;; Generated autoloads from progmodes/antlr-mode.el 431;;; Generated autoloads from progmodes/antlr-mode.el
@@ -5914,8 +5936,8 @@ Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
5914 5936
5915;;;*** 5937;;;***
5916 5938
5917;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (14777 5939;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (14966
5918;;;;;; 22205)) 5940;;;;;; 38375))
5919;;; Generated autoloads from elide-head.el 5941;;; Generated autoloads from elide-head.el
5920 5942
5921(autoload (quote elide-head) "elide-head" "\ 5943(autoload (quote elide-head) "elide-head" "\
@@ -9020,7 +9042,7 @@ Image files are those whose name has an extension in
9020;;;*** 9042;;;***
9021 9043
9022;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 9044;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
9023;;;;;; imenu-sort-function) "imenu" "imenu.el" (14942 54438)) 9045;;;;;; imenu-sort-function) "imenu" "imenu.el" (14965 37091))
9024;;; Generated autoloads from imenu.el 9046;;; Generated autoloads from imenu.el
9025 9047
9026(defvar imenu-sort-function nil "\ 9048(defvar imenu-sort-function nil "\
@@ -9142,6 +9164,8 @@ The function in this variable is called when selecting a normal index-item.")
9142 9164
9143(make-variable-buffer-local (quote imenu-default-goto-function)) 9165(make-variable-buffer-local (quote imenu-default-goto-function))
9144 9166
9167(make-variable-buffer-local (quote imenu-syntax-alist))
9168
9145(make-variable-buffer-local (quote imenu-case-fold-search)) 9169(make-variable-buffer-local (quote imenu-case-fold-search))
9146 9170
9147(autoload (quote imenu-add-to-menubar) "imenu" "\ 9171(autoload (quote imenu-add-to-menubar) "imenu" "\
@@ -10157,11 +10181,15 @@ Major mode for browsing CVS log output." t nil)
10157;;;*** 10181;;;***
10158 10182
10159;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer 10183;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
10160;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14692 10184;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (14967
10161;;;;;; 45304)) 10185;;;;;; 5972))
10162;;; Generated autoloads from lpr.el 10186;;; Generated autoloads from lpr.el
10163 10187
10164(defvar printer-name (if (memq system-type (quote (ms-dos windows-nt))) "PRN") "\ 10188(defvar lpr-windows-system (memq system-type (quote (emx win32 w32 mswindows ms-dos windows-nt))))
10189
10190(defvar lpr-lp-system (memq system-type (quote (usg-unix-v dgux hpux irix))))
10191
10192(defvar printer-name (and lpr-windows-system "PRN") "\
10165*The name of a local printer to which data is sent for printing. 10193*The name of a local printer to which data is sent for printing.
10166\(Note that PostScript files are sent to `ps-printer-name', which see.) 10194\(Note that PostScript files are sent to `ps-printer-name', which see.)
10167 10195
@@ -10182,7 +10210,7 @@ It is recommended to set `printer-name' instead of including an explicit
10182switch on this list. 10210switch on this list.
10183See `lpr-command'.") 10211See `lpr-command'.")
10184 10212
10185(defvar lpr-command (cond ((memq system-type (quote (ms-dos windows-nt))) "") ((memq system-type (quote (usg-unix-v dgux hpux irix))) "lp") (t "lpr")) "\ 10213(defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\
10186*Name of program for printing a file. 10214*Name of program for printing a file.
10187 10215
10188On MS-DOS and MS-Windows systems, if the value is an empty string then 10216On MS-DOS and MS-Windows systems, if the value is an empty string then
@@ -11074,11 +11102,11 @@ Multiplication puzzle with GNU Emacs." t nil)
11074 11102
11075;;;*** 11103;;;***
11076 11104
11077;;;### (autoloads (msb-mode) "msb" "msb.el" (14854 32222)) 11105;;;### (autoloads (msb-mode) "msb" "msb.el" (14965 57143))
11078;;; Generated autoloads from msb.el 11106;;; Generated autoloads from msb.el
11079 11107
11080(defvar msb-mode nil "\ 11108(defvar msb-mode nil "\
11081Toggle Msb mode on or off. 11109Non-nil if Msb mode is enabled.
11082See the command `msb-mode' for a description of this minor-mode. 11110See the command `msb-mode' for a description of this minor-mode.
11083Setting this variable directly does not take effect; 11111Setting this variable directly does not take effect;
11084use either \\[customize] or the function `msb-mode'.") 11112use either \\[customize] or the function `msb-mode'.")
@@ -12108,7 +12136,7 @@ Setup shell-mode to use pcomplete." nil nil)
12108 12136
12109;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status 12137;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
12110;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs" 12138;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
12111;;;;;; "pcvs.el" (14962 39486)) 12139;;;;;; "pcvs.el" (14966 38375))
12112;;; Generated autoloads from pcvs.el 12140;;; Generated autoloads from pcvs.el
12113 12141
12114(autoload (quote cvs-checkout) "pcvs" "\ 12142(autoload (quote cvs-checkout) "pcvs" "\
@@ -13340,7 +13368,7 @@ variable." t nil)
13340;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 13368;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
13341;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 13369;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
13342;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 13370;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
13343;;;;;; "rmail" "mail/rmail.el" (14961 12689)) 13371;;;;;; "rmail" "mail/rmail.el" (14965 23688))
13344;;; Generated autoloads from mail/rmail.el 13372;;; Generated autoloads from mail/rmail.el
13345 13373
13346(defvar rmail-dont-reply-to-names nil "\ 13374(defvar rmail-dont-reply-to-names nil "\
@@ -13355,7 +13383,7 @@ the variable `rmail-dont-reply-to-names', for when the user does not set
13355value is the user's name.) 13383value is the user's name.)
13356It is useful to set this variable in the site customization file.") 13384It is useful to set this variable in the site customization file.")
13357 13385
13358(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:\\|^content-transfer-encoding:\\|^x-coding-system:\\|^return-path:\\|^errors-to:\\|^return-receipt-to:\\|^x-attribution:\\|^x-disclaimer:" "\ 13386(defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:") "\
13359*Regexp to match header fields that Rmail should normally hide. 13387*Regexp to match header fields that Rmail should normally hide.
13360This variable is used for reformatting the message header, 13388This variable is used for reformatting the message header,
13361which normally happens once for each message, 13389which normally happens once for each message,
@@ -15275,7 +15303,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
15275;;;*** 15303;;;***
15276 15304
15277;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" 15305;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
15278;;;;;; "progmodes/tcl.el" (14651 36906)) 15306;;;;;; "progmodes/tcl.el" (14965 55646))
15279;;; Generated autoloads from progmodes/tcl.el 15307;;; Generated autoloads from progmodes/tcl.el
15280 15308
15281(autoload (quote tcl-mode) "tcl" "\ 15309(autoload (quote tcl-mode) "tcl" "\
@@ -15979,7 +16007,7 @@ If DATE is malformed, a zero time will be returned." nil nil)
15979;;;*** 16007;;;***
15980 16008
15981;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" 16009;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
15982;;;;;; "time-stamp.el" (14962 39486)) 16010;;;;;; "time-stamp.el" (14966 38375))
15983;;; Generated autoloads from time-stamp.el 16011;;; Generated autoloads from time-stamp.el
15984 16012
15985(autoload (quote time-stamp) "time-stamp" "\ 16013(autoload (quote time-stamp) "time-stamp" "\
@@ -16835,7 +16863,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
16835 16863
16836;;;*** 16864;;;***
16837 16865
16838;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14961 12689)) 16866;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (14966 38375))
16839;;; Generated autoloads from vc-cvs.el 16867;;; Generated autoloads from vc-cvs.el
16840 (defun vc-cvs-registered (f) 16868 (defun vc-cvs-registered (f)
16841 (when (file-readable-p (expand-file-name 16869 (when (file-readable-p (expand-file-name
@@ -17675,7 +17703,7 @@ With arg, turn Winner mode on if and only if arg is positive." t nil)
17675;;;*** 17703;;;***
17676 17704
17677;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" 17705;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman"
17678;;;;;; "woman.el" (14835 62039)) 17706;;;;;; "woman.el" (14966 38375))
17679;;; Generated autoloads from woman.el 17707;;; Generated autoloads from woman.el
17680 17708
17681(autoload (quote woman) "woman" "\ 17709(autoload (quote woman) "woman" "\