aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-03-22 23:40:48 +0000
committerStefan Monnier2002-03-22 23:40:48 +0000
commit44d38e8d278d2da145241f59e1fb94e3995d44af (patch)
tree7db5fc8824f6675c67e8e350973bfa9d42c8f918
parent29ad9e5671bfcf49190eca314f51988eb76e1581 (diff)
downloademacs-44d38e8d278d2da145241f59e1fb94e3995d44af.tar.gz
emacs-44d38e8d278d2da145241f59e1fb94e3995d44af.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog19
-rw-r--r--lisp/loaddefs.el386
-rw-r--r--src/ChangeLog15
3 files changed, 201 insertions, 219 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 36681df9483..29c55d3d361 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12002-03-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * Makefile.in (finder-inf.el): Remove.
4 (finder-data): Don't depend on finder-inf.el any more.
5 (compile, compile-always): Handle the case where some files
6 from DONTCOMPILE are missing (it tried to compile them).
7 (bootstrap-clean): Use src/emacs only if executable.
8 (bootstrap): Update subdirs.el and finder-inf.el.
9
10 * finder.el: Don't load finder-inf.el during byte-compilation.
11
12 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
13 Don't consider cvs-removed files as under VC control.
14 VC wouldn't handle them properly anyway and it confuses
15 vc-file-not-found-hook.
16
17 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
18 Add autoload cookie.
19
12002-03-22 Eli Zaretskii <eliz@is.elta.co.il> 202002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2 21
3 * calendar/calendar.el (calendar): Doc fix. 22 * calendar/calendar.el (calendar): Doc fix.
diff --git a/lisp/loaddefs.el b/lisp/loaddefs.el
index 565e6b7ca85..09733c05e60 100644
--- a/lisp/loaddefs.el
+++ b/lisp/loaddefs.el
@@ -1173,8 +1173,8 @@ seconds." t nil)
1173 1173
1174;;;*** 1174;;;***
1175 1175
1176;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15505 1176;;;### (autoloads (bibtex-mode) "bibtex" "textmodes/bibtex.el" (15507
1177;;;;;; 59092)) 1177;;;;;; 13708))
1178;;; Generated autoloads from textmodes/bibtex.el 1178;;; Generated autoloads from textmodes/bibtex.el
1179 1179
1180(autoload (quote bibtex-mode) "bibtex" "\ 1180(autoload (quote bibtex-mode) "bibtex" "\
@@ -1668,7 +1668,7 @@ corresponding bookmark function from Lisp (the one without the
1668;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program 1668;;;;;; browse-url-of-buffer browse-url-of-file browse-url-generic-program
1669;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program 1669;;;;;; browse-url-save-file browse-url-new-window-flag browse-url-galeon-program
1670;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url" 1670;;;;;; browse-url-browser-display browse-url-browser-function) "browse-url"
1671;;;;;; "net/browse-url.el" (15505 59088)) 1671;;;;;; "net/browse-url.el" (15509 27625))
1672;;; Generated autoloads from net/browse-url.el 1672;;; Generated autoloads from net/browse-url.el
1673 1673
1674(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\ 1674(defvar browse-url-browser-function (if (memq system-type (quote (windows-nt ms-dos))) (quote browse-url-default-windows-browser) (quote browse-url-default-browser)) "\
@@ -1686,7 +1686,7 @@ regexp should probably be \".\" to specify a default browser.")
1686*The X display for running the browser, if not same as Emacs'.") 1686*The X display for running the browser, if not same as Emacs'.")
1687 1687
1688(defvar browse-url-galeon-program "galeon" "\ 1688(defvar browse-url-galeon-program "galeon" "\
1689The name by which to invoke Galeon.") 1689*The name by which to invoke Galeon.")
1690 1690
1691(defvar browse-url-new-window-flag nil "\ 1691(defvar browse-url-new-window-flag nil "\
1692*If non-nil, always open a new browser window with appropriate browsers. 1692*If non-nil, always open a new browser window with appropriate browsers.
@@ -2042,9 +2042,10 @@ Also see `make-text-button'." nil nil)
2042;;;*** 2042;;;***
2043 2043
2044;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile 2044;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2045;;;;;; display-call-tree byte-compile compile-defun byte-compile-file 2045;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2046;;;;;; byte-recompile-directory byte-force-recompile) "bytecomp" 2046;;;;;; compile-defun byte-compile-file byte-recompile-directory
2047;;;;;; "emacs-lisp/bytecomp.el" (15455 18401)) 2047;;;;;; byte-force-recompile) "bytecomp" "emacs-lisp/bytecomp.el"
2048;;;;;; (15515 47286))
2048;;; Generated autoloads from emacs-lisp/bytecomp.el 2049;;; Generated autoloads from emacs-lisp/bytecomp.el
2049 2050
2050(autoload (quote byte-force-recompile) "bytecomp" "\ 2051(autoload (quote byte-force-recompile) "bytecomp" "\
@@ -2096,6 +2097,11 @@ The call tree also lists those functions which are not known to be called
2096\(that is, to which no calls have been compiled), and which cannot be 2097\(that is, to which no calls have been compiled), and which cannot be
2097invoked interactively." t nil) 2098invoked interactively." t nil)
2098 2099
2100(autoload (quote batch-byte-compile-if-not-done) "bytecomp" "\
2101Like `byte-compile-file' but doesn't recompile if already up to date.
2102Use this from the command line, with `-batch';
2103it won't work in an interactive Emacs." nil nil)
2104
2099(autoload (quote batch-byte-compile) "bytecomp" "\ 2105(autoload (quote batch-byte-compile) "bytecomp" "\
2100Run `byte-compile-file' on the files remaining on the command line. 2106Run `byte-compile-file' on the files remaining on the command line.
2101Use this from the command line, with `-batch'; 2107Use this from the command line, with `-batch';
@@ -3396,7 +3402,7 @@ corresponding args of `make-coding-system'. If MNEMONIC isn't given,
3396 3402
3397;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage 3403;;;### (autoloads (codepage-setup cp-supported-codepages cp-offset-for-codepage
3398;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage) 3404;;;;;; cp-language-for-codepage cp-charset-for-codepage cp-make-coding-systems-for-codepage)
3399;;;;;; "codepage" "international/codepage.el" (15400 1476)) 3405;;;;;; "codepage" "international/codepage.el" (15507 30173))
3400;;; Generated autoloads from international/codepage.el 3406;;; Generated autoloads from international/codepage.el
3401 3407
3402(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\ 3408(autoload (quote cp-make-coding-systems-for-codepage) "codepage" "\
@@ -3929,7 +3935,7 @@ Insert a copyright by $ORGANIZATION notice at cursor." t nil)
3929;;;*** 3935;;;***
3930 3936
3931;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el" 3937;;;### (autoloads (cperl-mode) "cperl-mode" "progmodes/cperl-mode.el"
3932;;;;;; (15505 59091)) 3938;;;;;; (15506 60335))
3933;;; Generated autoloads from progmodes/cperl-mode.el 3939;;; Generated autoloads from progmodes/cperl-mode.el
3934 3940
3935(autoload (quote cperl-mode) "cperl-mode" "\ 3941(autoload (quote cperl-mode) "cperl-mode" "\
@@ -4447,7 +4453,7 @@ If the argument is nil, we return the display table to its standard state." t ni
4447;;;*** 4453;;;***
4448 4454
4449;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el" 4455;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
4450;;;;;; (15455 18398)) 4456;;;;;; (15509 27673))
4451;;; Generated autoloads from dabbrev.el 4457;;; Generated autoloads from dabbrev.el
4452 4458
4453(define-key esc-map "/" (quote dabbrev-expand)) 4459(define-key esc-map "/" (quote dabbrev-expand))
@@ -4911,7 +4917,7 @@ Minor mode for viewing/editing context diffs.
4911;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink 4917;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
4912;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename 4918;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
4913;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches) 4919;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
4914;;;;;; "dired" "dired.el" (15505 59085)) 4920;;;;;; "dired" "dired.el" (15513 43367))
4915;;; Generated autoloads from dired.el 4921;;; Generated autoloads from dired.el
4916 4922
4917(defvar dired-listing-switches "-al" "\ 4923(defvar dired-listing-switches "-al" "\
@@ -5884,7 +5890,7 @@ or if an error occurs, leave point after it with mark at the original point." t
5884;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor 5890;;;;;; ediff-merge-directory-revisions ediff-merge-directories-with-ancestor
5885;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions 5891;;;;;; ediff-merge-directories ediff-directories3 ediff-directory-revisions
5886;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3 5892;;;;;; ediff-directories ediff-buffers3 ediff-buffers ediff-files3
5887;;;;;; ediff-files) "ediff" "ediff.el" (15505 59085)) 5893;;;;;; ediff-files) "ediff" "ediff.el" (15512 11746))
5888;;; Generated autoloads from ediff.el 5894;;; Generated autoloads from ediff.el
5889 5895
5890(autoload (quote ediff-files) "ediff" "\ 5896(autoload (quote ediff-files) "ediff" "\
@@ -6067,7 +6073,7 @@ With optional NODE, goes to that node." t nil)
6067;;;*** 6073;;;***
6068 6074
6069;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el" 6075;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
6070;;;;;; (15505 59085)) 6076;;;;;; (15512 11746))
6071;;; Generated autoloads from ediff-mult.el 6077;;; Generated autoloads from ediff-mult.el
6072 6078
6073(autoload (quote ediff-show-registry) "ediff-mult" "\ 6079(autoload (quote ediff-show-registry) "ediff-mult" "\
@@ -6078,7 +6084,7 @@ Display Ediff's registry." t nil)
6078;;;*** 6084;;;***
6079 6085
6080;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) 6086;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
6081;;;;;; "ediff-util" "ediff-util.el" (15505 59085)) 6087;;;;;; "ediff-util" "ediff-util.el" (15512 11746))
6082;;; Generated autoloads from ediff-util.el 6088;;; Generated autoloads from ediff-util.el
6083 6089
6084(autoload (quote ediff-toggle-multiframe) "ediff-util" "\ 6090(autoload (quote ediff-toggle-multiframe) "ediff-util" "\
@@ -6263,7 +6269,7 @@ displayed." t nil)
6263;;;*** 6269;;;***
6264 6270
6265;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el" 6271;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
6266;;;;;; (15371 46424)) 6272;;;;;; (15513 16623))
6267;;; Generated autoloads from mail/emacsbug.el 6273;;; Generated autoloads from mail/emacsbug.el
6268 6274
6269(autoload (quote report-emacs-bug) "emacsbug" "\ 6275(autoload (quote report-emacs-bug) "emacsbug" "\
@@ -7552,7 +7558,7 @@ Change the filter on a find-lisp-find-dired buffer to REGEXP." t nil)
7552;;;*** 7558;;;***
7553 7559
7554;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords) 7560;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
7555;;;;;; "finder" "finder.el" (15371 46415)) 7561;;;;;; "finder" "finder.el" (15515 48463))
7556;;; Generated autoloads from finder.el 7562;;; Generated autoloads from finder.el
7557 7563
7558(autoload (quote finder-list-keywords) "finder" "\ 7564(autoload (quote finder-list-keywords) "finder" "\
@@ -8380,7 +8386,7 @@ Update the format specification near point." t nil)
8380;;;*** 8386;;;***
8381 8387
8382;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" 8388;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start"
8383;;;;;; "gnus/gnus-start.el" (15425 28363)) 8389;;;;;; "gnus/gnus-start.el" (15514 12379))
8384;;; Generated autoloads from gnus/gnus-start.el 8390;;; Generated autoloads from gnus/gnus-start.el
8385 8391
8386(autoload (quote gnus-unload) "gnus-start" "\ 8392(autoload (quote gnus-unload) "gnus-start" "\
@@ -9235,7 +9241,7 @@ Also see `automatic-hscrolling'." t nil)
9235;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable 9241;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
9236;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode 9242;;;;;; ibuffer-included-in-filters-p ibuffer-interactive-filter-by-mode
9237;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext" 9243;;;;;; ibuffer-mouse-filter-by-mode ibuffer-auto-mode) "ibuf-ext"
9238;;;;;; "ibuf-ext.el" (15505 59086)) 9244;;;;;; "ibuf-ext.el" (15510 23131))
9239;;; Generated autoloads from ibuf-ext.el 9245;;; Generated autoloads from ibuf-ext.el
9240 9246
9241(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\ 9247(autoload (quote ibuffer-auto-mode) "ibuf-ext" "\
@@ -9470,7 +9476,7 @@ bound to the current value of the filter." nil (quote macro))
9470;;;*** 9476;;;***
9471 9477
9472;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers) 9478;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
9473;;;;;; "ibuffer" "ibuffer.el" (15505 59086)) 9479;;;;;; "ibuffer" "ibuffer.el" (15510 23157))
9474;;; Generated autoloads from ibuffer.el 9480;;; Generated autoloads from ibuffer.el
9475 9481
9476(autoload (quote ibuffer-list-buffers) "ibuffer" "\ 9482(autoload (quote ibuffer-list-buffers) "ibuffer" "\
@@ -9854,7 +9860,7 @@ Image files are those whose name has an extension in
9854;;;*** 9860;;;***
9855 9861
9856;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar 9862;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
9857;;;;;; imenu-sort-function) "imenu" "imenu.el" (15505 59086)) 9863;;;;;; imenu-sort-function) "imenu" "imenu.el" (15509 27826))
9858;;; Generated autoloads from imenu.el 9864;;; Generated autoloads from imenu.el
9859 9865
9860(defvar imenu-sort-function nil "\ 9866(defvar imenu-sort-function nil "\
@@ -10884,7 +10890,7 @@ use either M-x customize of the function `latin1-display'.")
10884;;;*** 10890;;;***
10885 10891
10886;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" 10892;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
10887;;;;;; "lazy-lock.el" (15444 42462)) 10893;;;;;; "lazy-lock.el" (15509 27929))
10888;;; Generated autoloads from lazy-lock.el 10894;;; Generated autoloads from lazy-lock.el
10889 10895
10890(autoload (quote lazy-lock-mode) "lazy-lock" "\ 10896(autoload (quote lazy-lock-mode) "lazy-lock" "\
@@ -11284,8 +11290,8 @@ This function normally would be called when the message is sent." nil nil)
11284 11290
11285;;;### (autoloads (mail-fetch-field mail-unquote-printable-region 11291;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
11286;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p 11292;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
11287;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15371 11293;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (15512
11288;;;;;; 46424)) 11294;;;;;; 17296))
11289;;; Generated autoloads from mail/mail-utils.el 11295;;; Generated autoloads from mail/mail-utils.el
11290 11296
11291(defvar mail-use-rfc822 nil "\ 11297(defvar mail-use-rfc822 nil "\
@@ -11517,7 +11523,7 @@ yourself the value of `master-of' by calling `master-show-slave'." t nil)
11517;;;;;; message-signature message-indent-citation-function message-cite-function 11523;;;;;; message-signature message-indent-citation-function message-cite-function
11518;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function 11524;;;;;; message-yank-prefix message-citation-line-function message-send-mail-function
11519;;;;;; message-user-organization-file message-signature-separator 11525;;;;;; message-user-organization-file message-signature-separator
11520;;;;;; message-from-style) "message" "gnus/message.el" (15455 18402)) 11526;;;;;; message-from-style) "message" "gnus/message.el" (15514 12379))
11521;;; Generated autoloads from gnus/message.el 11527;;; Generated autoloads from gnus/message.el
11522 11528
11523(defvar message-from-style (quote default) "\ 11529(defvar message-from-style (quote default) "\
@@ -12026,7 +12032,7 @@ different buffer menu using the function `msb'." t nil)
12026;;;;;; describe-current-coding-system describe-current-coding-system-briefly 12032;;;;;; describe-current-coding-system describe-current-coding-system-briefly
12027;;;;;; describe-coding-system describe-char-after describe-character-set 12033;;;;;; describe-coding-system describe-char-after describe-character-set
12028;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag" 12034;;;;;; list-charset-chars read-charset list-character-sets) "mule-diag"
12029;;;;;; "international/mule-diag.el" (15468 8218)) 12035;;;;;; "international/mule-diag.el" (15509 4062))
12030;;; Generated autoloads from international/mule-diag.el 12036;;; Generated autoloads from international/mule-diag.el
12031 12037
12032(autoload (quote list-character-sets) "mule-diag" "\ 12038(autoload (quote list-character-sets) "mule-diag" "\
@@ -12508,7 +12514,7 @@ Revert posting and mailing methods to the standard Emacs methods." t nil)
12508;;;*** 12514;;;***
12509 12515
12510;;;### (autoloads (disable-command enable-command disabled-command-hook) 12516;;;### (autoloads (disable-command enable-command disabled-command-hook)
12511;;;;;; "novice" "novice.el" (15455 18400)) 12517;;;;;; "novice" "novice.el" (15513 5696))
12512;;; Generated autoloads from novice.el 12518;;; Generated autoloads from novice.el
12513 12519
12514(defvar disabled-command-hook (quote disabled-command-hook) "\ 12520(defvar disabled-command-hook (quote disabled-command-hook) "\
@@ -12832,7 +12838,7 @@ C-Escape does list-buffers." t nil)
12832;;;*** 12838;;;***
12833 12839
12834;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select" 12840;;;### (autoloads (pc-selection-mode pc-selection-mode) "pc-select"
12835;;;;;; "emulation/pc-select.el" (15455 18402)) 12841;;;;;; "emulation/pc-select.el" (15509 28072))
12836;;; Generated autoloads from emulation/pc-select.el 12842;;; Generated autoloads from emulation/pc-select.el
12837 12843
12838(defvar pc-selection-mode nil "\ 12844(defvar pc-selection-mode nil "\
@@ -13234,7 +13240,7 @@ they are not defaultly assigned to keys." t nil)
13234;;;*** 13240;;;***
13235 13241
13236;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el" 13242;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
13237;;;;;; (15505 62853)) 13243;;;;;; (15507 32977))
13238;;; Generated autoloads from textmodes/po.el 13244;;; Generated autoloads from textmodes/po.el
13239 13245
13240(autoload (quote po-find-file-coding-system) "po" "\ 13246(autoload (quote po-find-file-coding-system) "po" "\
@@ -14342,19 +14348,19 @@ variable." t nil)
14342;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output 14348;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
14343;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers 14349;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
14344;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) 14350;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names)
14345;;;;;; "rmail" "mail/rmail.el" (15464 26331)) 14351;;;;;; "rmail" "mail/rmail.el" (15511 37635))
14346;;; Generated autoloads from mail/rmail.el 14352;;; Generated autoloads from mail/rmail.el
14347 14353
14348(defvar rmail-dont-reply-to-names nil "\ 14354(defvar rmail-dont-reply-to-names nil "\
14349*A regexp specifying names to prune of reply to messages. 14355*A regexp specifying addresses to prune from a reply message.
14350A value of nil means exclude your own login name as an address 14356A value of nil means exclude your own email address as an address
14351plus whatever is specified by `rmail-default-dont-reply-to-names'.") 14357plus whatever is specified by `rmail-default-dont-reply-to-names'.")
14352 14358
14353(defvar rmail-default-dont-reply-to-names "info-" "\ 14359(defvar rmail-default-dont-reply-to-names "info-" "\
14354A regular expression specifying part of the value of the default value of 14360A regular expression specifying part of the value of the default value of
14355the variable `rmail-dont-reply-to-names', for when the user does not set 14361the variable `rmail-dont-reply-to-names', for when the user does not set
14356`rmail-dont-reply-to-names' explicitly. (The other part of the default 14362`rmail-dont-reply-to-names' explicitly. (The other part of the default
14357value is the user's name.) 14363value is the user's email address and name.)
14358It is useful to set this variable in the site customization file.") 14364It is useful to set this variable in the site customization file.")
14359 14365
14360(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:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") "\ 14366(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:\\|^x-trace:" "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") "\
@@ -15383,12 +15389,12 @@ Prefix arg means just kill any existing server communications subprocess." t nil
15383;;;*** 15389;;;***
15384 15390
15385;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el" 15391;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
15386;;;;;; (15505 59092)) 15392;;;;;; (15509 11491))
15387;;; Generated autoloads from textmodes/sgml-mode.el 15393;;; Generated autoloads from textmodes/sgml-mode.el
15388 15394
15389(autoload (quote sgml-mode) "sgml-mode" "\ 15395(autoload (quote sgml-mode) "sgml-mode" "\
15390Major mode for editing SGML documents. 15396Major mode for editing SGML documents.
15391Makes > match <. Makes / blink matching /. 15397Makes > match <.
15392Keys <, &, SPC within <>, \" and ' can be electric depending on 15398Keys <, &, SPC within <>, \" and ' can be electric depending on
15393`sgml-quick-keys'. 15399`sgml-quick-keys'.
15394 15400
@@ -15554,8 +15560,8 @@ buffer called `*Shadows*'. Shadowings are located by calling the
15554;;;*** 15560;;;***
15555 15561
15556;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group 15562;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
15557;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15371 15563;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (15508
15558;;;;;; 46425)) 15564;;;;;; 64852))
15559;;; Generated autoloads from shadowfile.el 15565;;; Generated autoloads from shadowfile.el
15560 15566
15561(autoload (quote shadow-define-cluster) "shadowfile" "\ 15567(autoload (quote shadow-define-cluster) "shadowfile" "\
@@ -18048,65 +18054,6 @@ FRAC should be the inverse of the fractional value; for example, a value of
18048 18054
18049;;;*** 18055;;;***
18050 18056
18051;;;### (autoloads (unify-8859-on-decoding-mode unify-8859-on-encoding-mode)
18052;;;;;; "ucs-tables" "international/ucs-tables.el" (15425 28363))
18053;;; Generated autoloads from international/ucs-tables.el
18054
18055(defvar unify-8859-on-encoding-mode nil "\
18056Non-nil if Unify-8859-On-Encoding mode is enabled.
18057See the command `unify-8859-on-encoding-mode' for a description of this minor-mode.
18058Setting this variable directly does not take effect;
18059use either \\[customize] or the function `unify-8859-on-encoding-mode'.")
18060
18061(custom-add-to-group (quote mule) (quote unify-8859-on-encoding-mode) (quote custom-variable))
18062
18063(custom-add-load (quote unify-8859-on-encoding-mode) (quote ucs-tables))
18064
18065(autoload (quote unify-8859-on-encoding-mode) "ucs-tables" "\
18066Set up translation tables for unifying ISO 8859 characters on encoding.
18067
18068The ISO 8859 characters sets overlap, e.g. 8859-1 (Latin-1) and
180698859-15 (Latin-9) differ only in a few characters. Emacs normally
18070distinguishes equivalent characters from those ISO-8859 character sets
18071which are built in to Emacs. This behaviour is essentially inherited
18072from the European-originated international standards. Treating them
18073equivalently, by translating to and from a single representation is
18074called `unification'. (The `utf-8' coding system treats the
18075characters of European scripts in a unified manner.)
18076
18077In this mode, on encoding -- i.e. output operations -- non-ASCII
18078characters from the built-in ISO 8859 and `mule-unicode-0100-24ff'
18079charsets are handled automatically by the coding system used if it can
18080represent them. Thus, say, an e-acute from the Latin-1 charset (the
18081unified representation) in a buffer saved as Latin-9 will be encoded
18082directly to a byte value 233. By default, in contrast, you would be
18083prompted for a general coding system to use for saving the file, which
18084can cope with separate Latin-1 and Latin-9 representations of e-acute.
18085
18086See also command `unify-8859-on-decoding-mode'." t nil)
18087
18088(defvar unify-8859-on-decoding-mode nil "\
18089Non-nil if Unify-8859-On-Decoding mode is enabled.
18090See the command `unify-8859-on-decoding-mode' for a description of this minor-mode.
18091Setting this variable directly does not take effect;
18092use either \\[customize] or the function `unify-8859-on-decoding-mode'.")
18093
18094(custom-add-to-group (quote mule) (quote unify-8859-on-decoding-mode) (quote custom-variable))
18095
18096(custom-add-load (quote unify-8859-on-decoding-mode) (quote ucs-tables))
18097
18098(autoload (quote unify-8859-on-decoding-mode) "ucs-tables" "\
18099Set up translation table for unifying ISO 8859 characters on decoding.
18100On decoding -- i.e. input operations -- non-ASCII characters from the
18101built-in ISO 8859 charsets are unified by mapping them into the
18102`iso-latin-1' and `mule-unicode-0100-24ff' charsets.
18103
18104This sets the parent of `standard-translation-table-for-decode'.
18105
18106See also command `unify-8859-on-encoding-mode'." t nil)
18107
18108;;;***
18109
18110;;;### (autoloads (ununderline-region underline-region) "underline" 18057;;;### (autoloads (ununderline-region underline-region) "underline"
18111;;;;;; "textmodes/underline.el" (15371 46417)) 18058;;;;;; "textmodes/underline.el" (15371 46417))
18112;;; Generated autoloads from textmodes/underline.el 18059;;; Generated autoloads from textmodes/underline.el
@@ -18201,7 +18148,7 @@ If FILE-NAME is non-nil, save the result to FILE-NAME." t nil)
18201;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers 18148;;;;;; vc-directory vc-resolve-conflicts vc-merge vc-insert-headers
18202;;;;;; vc-version-other-window vc-diff vc-register vc-next-action 18149;;;;;; vc-version-other-window vc-diff vc-register vc-next-action
18203;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook 18150;;;;;; vc-do-command edit-vc-file with-vc-file vc-branch-part vc-before-checkin-hook
18204;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15505 59087)) 18151;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc.el" (15515 47301))
18205;;; Generated autoloads from vc.el 18152;;; Generated autoloads from vc.el
18206 18153
18207(defvar vc-checkout-hook nil "\ 18154(defvar vc-checkout-hook nil "\
@@ -18434,7 +18381,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18434 18381
18435;;;*** 18382;;;***
18436 18383
18437;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15505 59087)) 18384;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (15515 47561))
18438;;; Generated autoloads from vc-cvs.el 18385;;; Generated autoloads from vc-cvs.el
18439 (defun vc-cvs-registered (f) 18386 (defun vc-cvs-registered (f)
18440 (when (file-readable-p (expand-file-name 18387 (when (file-readable-p (expand-file-name
@@ -18445,7 +18392,7 @@ colors. `vc-annotate-background' specifies the background color." t nil)
18445;;;*** 18392;;;***
18446 18393
18447;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el" 18394;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
18448;;;;;; (15483 47733)) 18395;;;;;; (15510 8498))
18449;;; Generated autoloads from vc-rcs.el 18396;;; Generated autoloads from vc-rcs.el
18450 18397
18451(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\ 18398(defvar vc-rcs-master-templates (quote ("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
@@ -18457,7 +18404,7 @@ For a description of possible values, see `vc-check-master-templates'.")
18457;;;*** 18404;;;***
18458 18405
18459;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el" 18406;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
18460;;;;;; (15483 47733)) 18407;;;;;; (15510 8683))
18461;;; Generated autoloads from vc-sccs.el 18408;;; Generated autoloads from vc-sccs.el
18462 18409
18463(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\ 18410(defvar vc-sccs-master-templates (quote ("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
@@ -19536,126 +19483,127 @@ Zone-mode does two things:
19536 19483
19537;;;*** 19484;;;***
19538 19485
19539;;;### (autoloads nil nil ("textmodes/texnfo-upd.el" "term/x-win.el" 19486;;;### (autoloads nil nil ("international/ucs-tables.el" "calc/calc-graph.el"
19540;;;;;; "play/gamegrid.el" "language/slovak.el" "language/european.el" 19487;;;;;; "term/w32-win.el" "language/japanese.el" "international/mule.el"
19541;;;;;; "language/czech.el" "gnus/qp.el" "xml.el" "w32-fns.el" "subr.el" 19488;;;;;; "eshell/esh-var.el" "w32-vars.el" "vc-hooks.el" "paths.el"
19542;;;;;; "startup.el" "simple.el" "mouse.el" "help.el" "frame.el" 19489;;;;;; "textmodes/text-mode.el" "register.el" "term/xterm.el" "term/tty-colors.el"
19543;;;;;; "files.el" "faces.el" "ediff-init.el" "dos-fns.el" "cus-start.el" 19490;;;;;; "term/rxvt.el" "term/pc-win.el" "net/ldap.el" "net/eudcb-ph.el"
19544;;;;;; "calc/calcalg3.el" "calc/calcalg2.el" "calc/calc-maint.el" 19491;;;;;; "net/eudcb-ldap.el" "net/eudcb-bbdb.el" "net/eudc-vars.el"
19545;;;;;; "calc/calc-macs.el" "textmodes/reftex-sel.el" "textmodes/paragraphs.el" 19492;;;;;; "emacs-lisp/cl-seq.el" "calendar/parse-time.el" "scroll-bar.el"
19546;;;;;; "international/mule-cmds.el" "eshell/esh-io.el" "eshell/esh-ext.el" 19493;;;;;; "generic-x.el" "obsolete/mlsupport.el" "obsolete/hilit19.el"
19547;;;;;; "eshell/esh-cmd.el" "eshell/em-unix.el" "eshell/em-smart.el" 19494;;;;;; "obsolete/cplus-md.el" "mail/mh-pick.el" "language/vietnamese.el"
19548;;;;;; "eshell/em-rebind.el" "eshell/em-prompt.el" "eshell/em-pred.el" 19495;;;;;; "language/utf-8-lang.el" "language/tibetan.el" "language/thai.el"
19549;;;;;; "eshell/em-hist.el" "eshell/em-glob.el" "eshell/em-dirs.el" 19496;;;;;; "language/lao.el" "language/korean.el" "language/indian.el"
19550;;;;;; "eshell/em-cmpl.el" "eshell/em-alias.el" "emacs-lisp/lisp.el" 19497;;;;;; "language/hebrew.el" "language/greek.el" "language/georgian.el"
19551;;;;;; "mail/uce.el" "gnus/mm-encode.el" "gnus/mail-source.el" "gnus/gnus-sum.el" 19498;;;;;; "language/cyrillic.el" "language/chinese.el" "international/utf-8.el"
19552;;;;;; "tempo.el" "replace.el" "menu-bar.el" "emulation/viper-util.el" 19499;;;;;; "international/utf-8-subst.el" "international/ogonek.el"
19553;;;;;; "gnus/mml.el" "gnus/mm-view.el" "calendar/cal-menu.el" "window.el" 19500;;;;;; "international/iso-insert.el" "international/characters.el"
19554;;;;;; "isearch.el" "indent.el" "finder-inf.el" "ediff-wind.el" 19501;;;;;; "calc/calc-mtx.el" "calc/calc-math.el" "calc/calc-forms.el"
19555;;;;;; "ediff-hook.el" "term/sun-mouse.el" "emacs-lisp/lisp-mode.el" 19502;;;;;; "gnus/nntp.el" "gnus/nnspool.el" "gnus/nnmail.el" "gnus/mailcap.el"
19556;;;;;; "progmodes/mantemp.el" "progmodes/idlw-toolbar.el" "progmodes/idlw-rinfo.el" 19503;;;;;; "gnus/imap.el" "gnus/gnus-cite.el" "eshell/em-ls.el" "emulation/viper-mous.el"
19557;;;;;; "progmodes/ebnf-yac.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-iso.el" 19504;;;;;; "emulation/viper-macs.el" "emulation/viper-keym.el" "emulation/viper-init.el"
19558;;;;;; "progmodes/ebnf-bnf.el" "progmodes/cc-menus.el" "progmodes/cc-engine.el" 19505;;;;;; "emulation/viper-ex.el" "emulation/viper-cmd.el" "emulation/tpu-mapper.el"
19559;;;;;; "progmodes/cc-defs.el" "progmodes/cc-compat.el" "progmodes/cc-cmds.el" 19506;;;;;; "emulation/edt-mapper.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/find-gc.el"
19560;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-align.el" "progmodes/ada-xref.el" 19507;;;;;; "emacs-lisp/ewoc.el" "emacs-lisp/cl-macs.el" "emacs-lisp/byte-opt.el"
19561;;;;;; "progmodes/ada-prj.el" "play/meese.el" "play/gametree.el" 19508;;;;;; "emacs-lisp/authors.el" "textmodes/reftex-global.el" "textmodes/makeinfo.el"
19562;;;;;; "obsolete/x-menu.el" "obsolete/x-apollo.el" "obsolete/uncompress.el" 19509;;;;;; "textmodes/fill.el" "term/internal.el" "xscheme.el" "vt-control.el"
19563;;;;;; "obsolete/sun-fns.el" "obsolete/sun-curs.el" "obsolete/sc.el" 19510;;;;;; "version.el" "select.el" "pcvs-util.el" "pcvs-info.el" "format.el"
19564;;;;;; "obsolete/rnews.el" "obsolete/profile.el" "obsolete/ooutline.el" 19511;;;;;; "foldout.el" "float-sup.el" "ediff-vers.el" "ediff-merg.el"
19565;;;;;; "obsolete/c-mode.el" "mail/vms-pmail.el" "mail/rfc822.el" 19512;;;;;; "custom.el" "case-table.el" "buff-menu.el" "allout.el" "abbrevlist.el"
19566;;;;;; "mail/rfc2368.el" "mail/mspools.el" "mail/mh-seq.el" "mail/mh-funcs.el" 19513;;;;;; "abbrev.el" "byte-run.el" "cdl.el" "cus-dep.el" "dos-vars.el"
19567;;;;;; "mail/mailpost.el" "mail/mailheader.el" "mail/blessmail.el" 19514;;;;;; "dos-w32.el" "electric.el" "emacs-lock.el" "env.el" "forms-d2.el"
19568;;;;;; "language/romanian.el" "language/misc-lang.el" "language/ethiopic.el" 19515;;;;;; "forms-pass.el" "kermit.el" "map-ynp.el" "misc.el" "mouse-copy.el"
19569;;;;;; "language/english.el" "language/devanagari.el" "international/swedish.el" 19516;;;;;; "mouse-drag.el" "patcomp.el" "regi.el" "s-region.el" "saveplace.el"
19570;;;;;; "international/latin-9.el" "international/latin-8.el" "international/latin-5.el" 19517;;;;;; "soundex.el" "tcp.el" "timezone.el" "uniquify.el" "unused.el"
19571;;;;;; "international/latin-4.el" "international/latin-3.el" "international/latin-2.el" 19518;;;;;; "vcursor.el" "vms-patch.el" "vmsproc.el" "vt100-led.el" "widget.el"
19572;;;;;; "international/latin-1.el" "international/ja-dic-utl.el" 19519;;;;;; "term/AT386.el" "term/apollo.el" "term/bg-mouse.el" "term/bobcat.el"
19573;;;;;; "international/ja-dic-cnv.el" "international/iso-swed.el" 19520;;;;;; "term/iris-ansi.el" "term/keyswap.el" "term/linux.el" "term/lk201.el"
19574;;;;;; "international/iso-ascii.el" "calc/calcsel2.el" "calc/calccomp.el" 19521;;;;;; "term/mac-win.el" "term/news.el" "term/sun.el" "term/sup-mouse.el"
19575;;;;;; "calc/calc-yank.el" "calc/calc-vec.el" "calc/calc-units.el" 19522;;;;;; "term/tvi970.el" "term/vt100.el" "term/vt102.el" "term/vt125.el"
19576;;;;;; "calc/calc-undo.el" "calc/calc-trail.el" "calc/calc-stuff.el" 19523;;;;;; "term/vt200.el" "term/vt201.el" "term/vt220.el" "term/vt240.el"
19577;;;;;; "calc/calc-store.el" "calc/calc-stat.el" "calc/calc-sel.el" 19524;;;;;; "term/vt300.el" "term/vt320.el" "term/vt400.el" "term/vt420.el"
19578;;;;;; "calc/calc-rules.el" "calc/calc-rewr.el" "calc/calc-prog.el" 19525;;;;;; "term/wyse50.el" "textmodes/bib-mode.el" "textmodes/page-ext.el"
19579;;;;;; "calc/calc-poly.el" "calc/calc-mode.el" "calc/calc-misc.el" 19526;;;;;; "textmodes/page.el" "textmodes/refbib.el" "textmodes/refer.el"
19580;;;;;; "calc/calc-map.el" "calc/calc-lang.el" "calc/calc-keypd.el" 19527;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el" "textmodes/reftex-parse.el"
19581;;;;;; "calc/calc-incom.el" "calc/calc-help.el" "calc/calc-funcs.el" 19528;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-toc.el" "textmodes/reftex-vars.el"
19582;;;;;; "calc/calc-frac.el" "calc/calc-fin.el" "calc/calc-embed.el" 19529;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-islam.el"
19583;;;;;; "calc/calc-cplx.el" "calc/calc-comb.el" "calc/calc-bin.el" 19530;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-mayan.el"
19584;;;;;; "calc/calc-arith.el" "calc/calc-alg.el" "calc/calc-aent.el" 19531;;;;;; "calendar/cal-move.el" "calendar/cal-persia.el" "calendar/cal-tex.el"
19585;;;;;; "gnus/webmail.el" "gnus/utf7.el" "gnus/starttls.el" "gnus/rfc2231.el" 19532;;;;;; "calendar/cal-x.el" "emacs-lisp/assoc.el" "emacs-lisp/cl-compat.el"
19586;;;;;; "gnus/rfc2104.el" "gnus/rfc2047.el" "gnus/rfc2045.el" "gnus/rfc1843.el" 19533;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-specs.el" "emacs-lisp/cust-print.el"
19587;;;;;; "gnus/pop3.el" "gnus/nnweb.el" "gnus/nnwarchive.el" "gnus/nnvirtual.el" 19534;;;;;; "emacs-lisp/float.el" "emacs-lisp/gulp.el" "emacs-lisp/levents.el"
19588;;;;;; "gnus/nnultimate.el" "gnus/nnslashdot.el" "gnus/nnoo.el" 19535;;;;;; "emacs-lisp/lmenu.el" "emacs-lisp/lselect.el" "emacs-lisp/lucid.el"
19589;;;;;; "gnus/nnmh.el" "gnus/nnmbox.el" "gnus/nnlistserv.el" "gnus/nnimap.el" 19536;;;;;; "emacs-lisp/sregex.el" "emulation/edt-lk201.el" "emulation/edt-pc.el"
19590;;;;;; "gnus/nnheader.el" "gnus/nngateway.el" "gnus/nneething.el" 19537;;;;;; "emulation/edt-vt100.el" "eshell/em-banner.el" "eshell/em-basic.el"
19591;;;;;; "gnus/nndraft.el" "gnus/nndir.el" "gnus/nnbabyl.el" "gnus/nnagent.el" 19538;;;;;; "eshell/em-script.el" "eshell/em-term.el" "eshell/em-xtra.el"
19592;;;;;; "gnus/mm-decode.el" "gnus/mm-bodies.el" "gnus/messcompat.el" 19539;;;;;; "eshell/esh-arg.el" "eshell/esh-maint.el" "eshell/esh-module.el"
19593;;;;;; "gnus/mail-prsvr.el" "gnus/mail-parse.el" "gnus/ietf-drums.el" 19540;;;;;; "eshell/esh-opt.el" "eshell/esh-proc.el" "eshell/esh-util.el"
19594;;;;;; "gnus/gnus-vm.el" "gnus/gnus-uu.el" "gnus/gnus-util.el" "gnus/gnus-undo.el" 19541;;;;;; "gnus/flow-fill.el" "gnus/format-spec.el" "gnus/gnus-async.el"
19595;;;;;; "gnus/gnus-topic.el" "gnus/gnus-srvr.el" "gnus/gnus-setup.el" 19542;;;;;; "gnus/gnus-bcklg.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
19596;;;;;; "gnus/gnus-score.el" "gnus/gnus-salt.el" "gnus/gnus-range.el" 19543;;;;;; "gnus/gnus-draft.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
19597;;;;;; "gnus/gnus-nocem.el" "gnus/gnus-mh.el" "gnus/gnus-logic.el" 19544;;;;;; "gnus/gnus-ems.el" "gnus/gnus-gl.el" "gnus/gnus-int.el" "gnus/gnus-logic.el"
19598;;;;;; "gnus/gnus-int.el" "gnus/gnus-gl.el" "gnus/gnus-ems.el" "gnus/gnus-eform.el" 19545;;;;;; "gnus/gnus-mh.el" "gnus/gnus-nocem.el" "gnus/gnus-range.el"
19599;;;;;; "gnus/gnus-dup.el" "gnus/gnus-draft.el" "gnus/gnus-demon.el" 19546;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
19600;;;;;; "gnus/gnus-cus.el" "gnus/gnus-bcklg.el" "gnus/gnus-async.el" 19547;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
19601;;;;;; "gnus/format-spec.el" "gnus/flow-fill.el" "eshell/esh-util.el" 19548;;;;;; "gnus/gnus-util.el" "gnus/gnus-vm.el" "gnus/ietf-drums.el"
19602;;;;;; "eshell/esh-proc.el" "eshell/esh-opt.el" "eshell/esh-module.el" 19549;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/messcompat.el"
19603;;;;;; "eshell/esh-maint.el" "eshell/esh-arg.el" "eshell/em-xtra.el" 19550;;;;;; "gnus/mm-bodies.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el"
19604;;;;;; "eshell/em-term.el" "eshell/em-script.el" "eshell/em-basic.el" 19551;;;;;; "gnus/nndraft.el" "gnus/nngateway.el" "gnus/nnheader.el"
19605;;;;;; "eshell/em-banner.el" "emulation/edt-vt100.el" "emulation/edt-pc.el" 19552;;;;;; "gnus/nnimap.el" "gnus/nnlistserv.el" "gnus/nnmbox.el" "gnus/nnmh.el"
19606;;;;;; "emulation/edt-lk201.el" "emacs-lisp/sregex.el" "emacs-lisp/lucid.el" 19553;;;;;; "gnus/nnoo.el" "gnus/nnslashdot.el" "gnus/nnultimate.el"
19607;;;;;; "emacs-lisp/lselect.el" "emacs-lisp/lmenu.el" "emacs-lisp/levents.el" 19554;;;;;; "gnus/nnvirtual.el" "gnus/nnwarchive.el" "gnus/nnweb.el"
19608;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/float.el" "emacs-lisp/cust-print.el" 19555;;;;;; "gnus/pop3.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
19609;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-compat.el" 19556;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/starttls.el" "gnus/utf7.el"
19610;;;;;; "emacs-lisp/assoc.el" "calendar/cal-x.el" "calendar/cal-tex.el" 19557;;;;;; "gnus/webmail.el" "calc/calc-aent.el" "calc/calc-alg.el"
19611;;;;;; "calendar/cal-persia.el" "calendar/cal-move.el" "calendar/cal-mayan.el" 19558;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
19612;;;;;; "calendar/cal-julian.el" "calendar/cal-iso.el" "calendar/cal-islam.el" 19559;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-fin.el"
19613;;;;;; "calendar/cal-french.el" "calendar/cal-coptic.el" "calendar/cal-china.el" 19560;;;;;; "calc/calc-frac.el" "calc/calc-funcs.el" "calc/calc-help.el"
19614;;;;;; "textmodes/reftex-vars.el" "textmodes/reftex-toc.el" "textmodes/reftex-ref.el" 19561;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
19615;;;;;; "textmodes/reftex-parse.el" "textmodes/reftex-dcr.el" "textmodes/reftex-auc.el" 19562;;;;;; "calc/calc-map.el" "calc/calc-misc.el" "calc/calc-mode.el"
19616;;;;;; "textmodes/refer.el" "textmodes/refbib.el" "textmodes/page.el" 19563;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el"
19617;;;;;; "textmodes/page-ext.el" "textmodes/bib-mode.el" "term/wyse50.el" 19564;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el"
19618;;;;;; "term/vt420.el" "term/vt400.el" "term/vt320.el" "term/vt300.el" 19565;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el"
19619;;;;;; "term/vt240.el" "term/vt220.el" "term/vt201.el" "term/vt200.el" 19566;;;;;; "calc/calc-undo.el" "calc/calc-units.el" "calc/calc-vec.el"
19620;;;;;; "term/vt125.el" "term/vt102.el" "term/vt100.el" "term/tvi970.el" 19567;;;;;; "calc/calc-yank.el" "calc/calccomp.el" "calc/calcsel2.el"
19621;;;;;; "term/sup-mouse.el" "term/sun.el" "term/news.el" "term/mac-win.el" 19568;;;;;; "international/iso-ascii.el" "international/iso-swed.el"
19622;;;;;; "term/lk201.el" "term/linux.el" "term/keyswap.el" "term/iris-ansi.el" 19569;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
19623;;;;;; "term/bobcat.el" "term/bg-mouse.el" "term/apollo.el" "term/AT386.el" 19570;;;;;; "international/latin-1.el" "international/latin-2.el" "international/latin-3.el"
19624;;;;;; "widget.el" "vt100-led.el" "vmsproc.el" "vms-patch.el" "vcursor.el" 19571;;;;;; "international/latin-4.el" "international/latin-5.el" "international/latin-8.el"
19625;;;;;; "unused.el" "uniquify.el" "timezone.el" "tcp.el" "subdirs.el" 19572;;;;;; "international/latin-9.el" "international/swedish.el" "language/devanagari.el"
19626;;;;;; "soundex.el" "saveplace.el" "s-region.el" "regi.el" "pcvs-parse.el" 19573;;;;;; "language/english.el" "language/ethiopic.el" "language/misc-lang.el"
19627;;;;;; "patcomp.el" "mouse-drag.el" "mouse-copy.el" "misc.el" "map-ynp.el" 19574;;;;;; "language/romanian.el" "mail/blessmail.el" "mail/mailheader.el"
19628;;;;;; "kermit.el" "forms-pass.el" "forms-d2.el" "env.el" "emacs-lock.el" 19575;;;;;; "mail/mailpost.el" "mail/mh-funcs.el" "mail/mh-seq.el" "mail/mspools.el"
19629;;;;;; "electric.el" "dos-w32.el" "dos-vars.el" "cus-dep.el" "cdl.el" 19576;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/vms-pmail.el" "obsolete/c-mode.el"
19630;;;;;; "byte-run.el" "abbrev.el" "abbrevlist.el" "allout.el" "buff-menu.el" 19577;;;;;; "obsolete/ooutline.el" "obsolete/profile.el" "obsolete/rnews.el"
19631;;;;;; "case-table.el" "custom.el" "ediff-diff.el" "ediff-merg.el" 19578;;;;;; "obsolete/sc.el" "obsolete/sun-curs.el" "obsolete/sun-fns.el"
19632;;;;;; "ediff-ptch.el" "ediff-vers.el" "float-sup.el" "foldout.el" 19579;;;;;; "obsolete/uncompress.el" "obsolete/x-apollo.el" "obsolete/x-menu.el"
19633;;;;;; "format.el" "pcvs-info.el" "pcvs-util.el" "select.el" "version.el" 19580;;;;;; "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
19634;;;;;; "vt-control.el" "xscheme.el" "term/internal.el" "textmodes/fill.el" 19581;;;;;; "progmodes/ada-xref.el" "progmodes/cc-align.el" "progmodes/cc-bytecomp.el"
19635;;;;;; "textmodes/makeinfo.el" "textmodes/reftex-global.el" "emacs-lisp/authors.el" 19582;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el"
19636;;;;;; "emacs-lisp/byte-opt.el" "emacs-lisp/cl-macs.el" "emacs-lisp/ewoc.el" 19583;;;;;; "progmodes/cc-engine.el" "progmodes/cc-menus.el" "progmodes/ebnf-bnf.el"
19637;;;;;; "emacs-lisp/find-gc.el" "emacs-lisp/lisp-mnt.el" "emulation/edt-mapper.el" 19584;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
19638;;;;;; "emulation/tpu-mapper.el" "emulation/viper-cmd.el" "emulation/viper-ex.el" 19585;;;;;; "progmodes/idlw-rinfo.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
19639;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el" 19586;;;;;; "emacs-lisp/lisp-mode.el" "term/sun-mouse.el" "ediff-hook.el"
19640;;;;;; "emulation/viper-mous.el" "eshell/em-ls.el" "eshell/esh-groups.el" 19587;;;;;; "ediff-wind.el" "indent.el" "isearch.el" "window.el" "calendar/cal-menu.el"
19641;;;;;; "gnus/gnus-cite.el" "gnus/imap.el" "gnus/mailcap.el" "gnus/mm-util.el" 19588;;;;;; "gnus/mm-view.el" "gnus/mml.el" "emulation/viper-util.el"
19642;;;;;; "gnus/nnmail.el" "gnus/nnspool.el" "gnus/nntp.el" "calc/calc-forms.el" 19589;;;;;; "replace.el" "tempo.el" "gnus/gnus-sum.el" "gnus/mm-encode.el"
19643;;;;;; "calc/calc-math.el" "calc/calc-mtx.el" "international/characters.el" 19590;;;;;; "mail/uce.el" "emacs-lisp/lisp.el" "eshell/em-alias.el" "eshell/em-cmpl.el"
19644;;;;;; "international/iso-insert.el" "international/ogonek.el" "international/utf-8-subst.el" 19591;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
19645;;;;;; "international/utf-8.el" "language/chinese.el" "language/cyrillic.el" 19592;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
19646;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" 19593;;;;;; "eshell/em-smart.el" "eshell/em-unix.el" "eshell/esh-cmd.el"
19647;;;;;; "language/indian.el" "language/korean.el" "language/lao.el" 19594;;;;;; "eshell/esh-io.el" "international/mule-cmds.el" "textmodes/paragraphs.el"
19648;;;;;; "language/thai.el" "language/tibetan.el" "language/utf-8-lang.el" 19595;;;;;; "textmodes/reftex-sel.el" "calc/calc-macs.el" "calc/calc-maint.el"
19649;;;;;; "language/vietnamese.el" "mail/mh-pick.el" "obsolete/cplus-md.el" 19596;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "cus-start.el" "dos-fns.el"
19650;;;;;; "obsolete/hilit19.el" "obsolete/mlsupport.el" "cus-load.el" 19597;;;;;; "faces.el" "help.el" "mouse.el" "subr.el" "w32-fns.el" "xml.el"
19651;;;;;; "generic-x.el" "loadup.el" "scroll-bar.el" "calendar/parse-time.el" 19598;;;;;; "gnus/qp.el" "language/czech.el" "language/european.el" "language/slovak.el"
19652;;;;;; "emacs-lisp/cl-seq.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" 19599;;;;;; "play/gamegrid.el" "term/x-win.el" "textmodes/texnfo-upd.el"
19653;;;;;; "net/eudcb-ldap.el" "net/eudcb-ph.el" "net/ldap.el" "term/pc-win.el" 19600;;;;;; "bindings.el" "ediff-diff.el" "ediff-init.el" "ediff-ptch.el"
19654;;;;;; "term/rxvt.el" "term/tty-colors.el" "term/xterm.el" "bindings.el" 19601;;;;;; "files.el" "frame.el" "menu-bar.el" "pcvs-parse.el" "simple.el"
19655;;;;;; "register.el" "textmodes/text-mode.el" "paths.el" "vc-hooks.el" 19602;;;;;; "startup.el" "gnus/gnus-uu.el" "gnus/mail-source.el" "gnus/mm-decode.el"
19656;;;;;; "w32-vars.el" "eshell/esh-var.el" "international/mule-conf.el" 19603;;;;;; "gnus/mm-util.el" "gnus/nneething.el" "calendar/cal-french.el"
19657;;;;;; "international/mule.el" "language/japanese.el" "term/w32-win.el" 19604;;;;;; "eshell/esh-ext.el" "international/mule-conf.el" "cus-load.el"
19658;;;;;; "calc/calc-graph.el") (15505 63231 751722)) 19605;;;;;; "loadup.el" "subdirs.el" "eshell/esh-groups.el") (15515 48497
19606;;;;;; 448372))
19659 19607
19660;;;*** 19608;;;***
19661 19609
diff --git a/src/ChangeLog b/src/ChangeLog
index 425a30a62f7..ecc99df2de8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12002-03-22 Stefan Monnier <monnier@cs.yale.edu>
2
3 * Makefile.in (bootstrapclean): New target.
4 (bootstrap-temacs, bootstrap-doc): Remove.
5 (bootstrap-emacs): Use a bog-standard `temacs'.
6 Don't bother to build a DOC file.
7
8 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
9
10 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
11 in temacs even if !CANNOT_DUMP.
12 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
13
14 * alloc.c (check_pure_size): Only output a warning.
15
12002-03-22 Jason Rumney <jasonr@gnu.org> 162002-03-22 Jason Rumney <jasonr@gnu.org>
2 17
3 * w32fns.c (Fx_create_frame): Enable tool-bar when images are 18 * w32fns.c (Fx_create_frame): Enable tool-bar when images are