Mercurial > emacs
changeset 28919:4f53731e6965
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 15 May 2000 14:54:08 +0000 |
parents | e42cd428f056 |
children | 206ed3d74e4b |
files | etc/NEWS lisp/ChangeLog lisp/loaddefs.el src/ChangeLog |
diffstat | 4 files changed, 206 insertions(+), 169 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon May 15 14:51:32 2000 +0000 +++ b/etc/NEWS Mon May 15 14:54:08 2000 +0000 @@ -16,6 +16,8 @@ * Changes in Emacs 21.1 +** The function `getenv' is now callable interactively. + ** The many obsolete language `setup-...-environment' commands have been removed -- use `set-language-environment'.
--- a/lisp/ChangeLog Mon May 15 14:51:32 2000 +0000 +++ b/lisp/ChangeLog Mon May 15 14:54:08 2000 +0000 @@ -1,3 +1,12 @@ +2000-05-15 Gerd Moellmann <gerd@gnu.org> + + * env.el (getenv): New function, interactively callable. + (setenv, getenv): Remove autoload cookies. + + * loadup.el: Load `env'. + + * progmodes/f90.el: Change author's mail address. + 2000-05-14 Dave Love <fx@gnu.org> * mail/rmail.el (rmail-show-message-hook): Customize and offer @@ -22,9 +31,8 @@ 2000-05-13 Eric M. Ludlam <zappo@ultranet.com> - * speedbar.el: Updated the commentary section. - xemacs20p now uses >= when detecting. - require `defimage' safely. + * speedbar.el: Updated the commentary section. xemacs20p now uses + >= when detecting. Require `defimage' safely. (speedbar-easymenu-definition-base): Add toggle for images. (speedbar-easymenu-definition-special): Add flush cache & expand. (speedbar-visiting-tag-hook): Set new defaults. Added options. @@ -33,47 +41,47 @@ (speedbar-use-imenu-flag): Updated custom tag (speedbar-dynamic-tags-function-list): New variable. (speedbar-tag-hierarchy-method): Updated doc & custom. - (speedbar-indentation-width, speedbar-indentation-width) - new variables. - (speedbar-hide-button-brackets-flag): customizable. + (speedbar-indentation-width, speedbar-indentation-width) New + variables. + (speedbar-hide-button-brackets-flag): Customizable. (speedbar-vc-indicator): Doc update. (speedbar-ignored-path-expressions): Updated default value. (speedbar-supported-extension-expressions): Updated default value. (speedbar-syntax-table): Remove {} paren status. - (speedbar-file-key-map, speedbar-buffers-key-map): - Add "=" to act as "+". - Added overlay aliases. - (speedbar-mode): - Use `speedbar-mode-line-update' instead of `force-mode-line-update'. - (speedbar-mode, speedbar-quick-mouse, speedbar-click, - speedbar-double-click): - Use `speedbar-mouse-set-point' instead of `mouse-set-point' + (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act + as "+". Added overlay aliases. + (speedbar-mode): Use `speedbar-mode-line-update' instead of + `force-mode-line-update'. + (speedbar-mode, speedbar-quick-mouse, speedbar-click) + (speedbar-double-click): Use `speedbar-mouse-set-point' instead of + `mouse-set-point' (speedbar-reconfigure-keymaps): Run configure keymap hooks. - (speedbar-item-info-tag-helper): Revamped to handle a wider - range of arbitrary text, and new helper functions. - (speedbar-item-copy, speedbar-item-rename): - Fixed trailing \ in filename finder. + (speedbar-item-info-tag-helper): Revamped to handle a wider range + of arbitrary text, and new helper functions. + (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in + filename finder. (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. (speedbar-directory-buttons): Update path search/expansion. (speedbar-make-tag-line): Pay attention to - `speedbar-indentation-width'. Use more care w/ invisible properties. + `speedbar-indentation-width'. Use more care w/ invisible + properties. (speedbar-change-expand-button-char): Call `speedbar-insert-image-button-maybe'. (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). - (speedbar-sort-tag-hierarchy, - speedbar-prefix-group-tag-hierarchy, - speedbar-trim-words-tag-hierarchy, - speedbar-simple-group-tag-hierarchy): New functions + (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy) + (speedbar-trim-words-tag-hierarchy) + (speedbar-simple-group-tag-hierarchy): New functions (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. - (speedbar-insert-imenu-list, speedbar-insert-etags-list): - New functions. + (speedbar-insert-imenu-list, speedbar-insert-etags-list): New + functions. (speedbar-mouse-set-point): New function (speedbar-power-click): Updated documentation. - (speedbar-line-token, speedbar-goto-this-file): - Handle more types of tag prefix text. - (speedbar-expand-line, speedbar-contract-line): - Make more robust to strange text. - (speedbar-expand-line): Takes universal argument to flush the cache. + (speedbar-line-token, speedbar-goto-this-file): Handle more types + of tag prefix text. + (speedbar-expand-line, speedbar-contract-line): Make more robust + to strange text. + (speedbar-expand-line): Takes universal argument to flush the + cache. (speedbar-flush-expand-line): New function. (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. Use new generator insertion method. @@ -85,14 +93,14 @@ "Revert Buffer" menu items. (speedbar-buffer-buttons-engine): Be smarter when creating a filename tag (for expansion purposes.). - (speedbar-highlight-one-tag-line, speedbar-unhighlight-one-tag-line, - speedbar-recenter-to-top, speedbar-recenter): New functions. + (speedbar-highlight-one-tag-line, + (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top) + (speedbar-recenter): New functions. (defimage-speedbar): Image loading abstraction. - (speedbar-directory-+, speedbar-directory--, - speedbar-file-+, speedbar-file--, speedbar-file-, - speedbar-tag-, speedbar-tag-+, speedbar-tag--, speedbar-tag-gt, - speedbar-tag-v, speedbar-tag-type, speedbar-tag-mail): - New images. + (speedbar-directory-+, speedbar-directory--, speedbar-file-+) + (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+) + (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v) + (speedbar-tag-type, speedbar-tag-mail): New images. (speedbar-expand-image-button-alist): New variable. (speedbar-insert-image-button-maybe): Insert an image over some buttons.
--- a/lisp/loaddefs.el Mon May 15 14:51:32 2000 +0000 +++ b/lisp/loaddefs.el Mon May 15 14:54:08 2000 +0000 @@ -381,7 +381,7 @@ ;;;*** ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp" -;;;;;; "net/ange-ftp.el" (14546 48005)) +;;;;;; "net/ange-ftp.el" (14619 61800)) ;;; Generated autoloads from net/ange-ftp.el (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir) @@ -469,8 +469,8 @@ ;;;*** ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command -;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14411 -;;;;;; 43647)) +;;;;;; apropos-variable apropos-mode) "apropos" "apropos.el" (14617 +;;;;;; 51641)) ;;; Generated autoloads from apropos.el (autoload (quote apropos-mode) "apropos" "\ @@ -641,6 +641,41 @@ ;;;*** +;;;### (autoloads (autoarg-mode autoarg-mode) "autoarg" "autoarg.el" +;;;;;; (14622 51307)) +;;; Generated autoloads from autoarg.el + +(defvar autoarg-mode nil "\ +Toggle Autoarg mode. + +You must modify via \\[customize] for this variable to have an effect.") + +(custom-add-to-group (quote editing) (quote autoarg-mode) (quote custom-variable)) + +(custom-add-load (quote autoarg-mode) (quote autoarg)) + +(autoload (quote autoarg-mode) "autoarg" "\ +Toggle Autoarg mode minor mode globally. +With ARG, turn Autoarg mode on if ARG is positive, off otherwise. +\\<autoarg-mode-map> +In Autoarg mode digits are bound to `digit-argument' -- i.e. they +supply prefix arguments as C-DIGIT and M-DIGIT normally do -- and +C-DIGIT inserts DIGIT. \\[autoarg-terminate] terminates the prefix sequence +and inserts the digits of the autoarg sequence into the buffer. +Without a numeric prefix arg the normal binding of \\[autoarg-terminate] is +invoked, i.e. what it would be with Autoarg mode off. + +For example: +`6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'. +`6 9 a' inserts 69 `a's into the buffer. +`6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and +then invokes the normal binding of \\[autoarg-terminate]. +`C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times. + +\\{autoarg-mode-map}" t nil) + +;;;*** + ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el" ;;;;;; (14532 61420)) ;;; Generated autoloads from progmodes/autoconf.el @@ -2491,20 +2526,10 @@ ;;;*** ;;;### (autoloads (encode-hz-buffer encode-hz-region decode-hz-buffer -;;;;;; decode-hz-region setup-chinese-cns-environment setup-chinese-big5-environment -;;;;;; setup-chinese-gb-environment) "china-util" "language/china-util.el" -;;;;;; (13774 37678)) +;;;;;; decode-hz-region) "china-util" "language/china-util.el" (14623 +;;;;;; 45987)) ;;; Generated autoloads from language/china-util.el -(autoload (quote setup-chinese-gb-environment) "china-util" "\ -Setup multilingual environment (MULE) for Chinese GB2312 users." t nil) - -(autoload (quote setup-chinese-big5-environment) "china-util" "\ -Setup multilingual environment (MULE) for Chinese Big5 users." t nil) - -(autoload (quote setup-chinese-cns-environment) "china-util" "\ -Setup multilingual environment (MULE) for Chinese CNS11643 family users." t nil) - (autoload (quote decode-hz-region) "china-util" "\ Decode HZ/ZW encoded text in the current region. Return the length of resulting text." t nil) @@ -2555,7 +2580,7 @@ ;;;*** -;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14533 31536)) +;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (14617 51703)) ;;; Generated autoloads from emacs-lisp/cl.el (defvar custom-print-functions nil "\ @@ -2659,7 +2684,7 @@ ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command -;;;;;; comint-run make-comint) "comint" "comint.el" (14535 44845)) +;;;;;; comint-run make-comint) "comint" "comint.el" (14619 5053)) ;;; Generated autoloads from comint.el (autoload (quote make-comint) "comint" "\ @@ -3557,7 +3582,7 @@ ;;;*** ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el" -;;;;;; (14552 48684)) +;;;;;; (14619 3306)) ;;; Generated autoloads from cvs-status.el (autoload (quote cvs-status-mode) "cvs-status" "\ @@ -3592,20 +3617,10 @@ ;;;*** ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char -;;;;;; cyrillic-encode-koi8-r-char setup-cyrillic-alternativnyj-environment -;;;;;; setup-cyrillic-koi8-environment setup-cyrillic-iso-environment) -;;;;;; "cyril-util" "language/cyril-util.el" (13774 37678)) +;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el" +;;;;;; (14623 45987)) ;;; Generated autoloads from language/cyril-util.el -(autoload (quote setup-cyrillic-iso-environment) "cyril-util" "\ -Setup multilingual environment (MULE) for Cyrillic ISO-8859-5 users." t nil) - -(autoload (quote setup-cyrillic-koi8-environment) "cyril-util" "\ -Setup multilingual environment (MULE) for Cyrillic KOI8 users." t nil) - -(autoload (quote setup-cyrillic-alternativnyj-environment) "cyril-util" "\ -Setup multilingual environment (MULE) for Cyrillic ALTERNATIVNYJ users." t nil) - (autoload (quote cyrillic-encode-koi8-r-char) "cyril-util" "\ Return KOI8-R external character code of CHAR if appropriate." nil nil) @@ -3973,13 +3988,10 @@ ;;;;;; devanagari-compose-region devanagari-compose-string devanagari-decompose-region ;;;;;; devanagari-decompose-string char-to-glyph-devanagari indian-to-devanagari-string ;;;;;; devanagari-to-indian-region indian-to-devanagari-region devanagari-to-indian -;;;;;; indian-to-devanagari setup-devanagari-environment) "devan-util" -;;;;;; "language/devan-util.el" (14423 51006)) +;;;;;; indian-to-devanagari) "devan-util" "language/devan-util.el" +;;;;;; (14623 45988)) ;;; Generated autoloads from language/devan-util.el -(autoload (quote setup-devanagari-environment) "devan-util" "\ -Setup multilingual environment (MULE) for languages using Devanagari." t nil) - (autoload (quote indian-to-devanagari) "devan-util" "\ Convert IS 13194 character CHAR to Devanagari basic characters. If CHAR is not IS 13194, return CHAR as is." nil nil) @@ -4090,7 +4102,7 @@ ;;;*** ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el" -;;;;;; (14552 48685)) +;;;;;; (14619 3306)) ;;; Generated autoloads from diff-mode.el (autoload (quote diff-mode) "diff-mode" "\ @@ -4910,8 +4922,8 @@ ;;;### (autoloads (ebrowse-save-tree-as ebrowse-tags-query-replace ;;;;;; ebrowse-tags-loop-continue ebrowse-tags-complete-symbol ebrowse-electric-choose-tree -;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14597 -;;;;;; 60306)) +;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (14613 +;;;;;; 26536)) ;;; Generated autoloads from progmodes/ebrowse.el (autoload (quote ebrowse-tree-mode) "ebrowse" "\ @@ -5513,22 +5525,6 @@ ;;;*** -;;;### (autoloads (setenv) "env" "env.el" (13582 12516)) -;;; Generated autoloads from env.el - -(autoload (quote setenv) "env" "\ -Set the value of the environment variable named VARIABLE to VALUE. -VARIABLE should be a string. VALUE is optional; if not provided or is -`nil', the environment variable VARIABLE will be removed. - -Interactively, a prefix argument means to unset the variable. -Interactively, the current value (if any) of the variable -appears at the front of the history list when you type in the new value. - -This function works by modifying `process-environment'." t nil) - -;;;*** - ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags ;;;;;; tags-query-replace tags-search tags-loop-continue next-file ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window @@ -5768,14 +5764,10 @@ ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-mail ethio-fidel-to-sera-mail-or-marker ;;;;;; ethio-fidel-to-sera-buffer ethio-fidel-to-sera-region ethio-sera-to-fidel-marker ;;;;;; ethio-sera-to-fidel-mail ethio-sera-to-fidel-mail-or-marker -;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal -;;;;;; setup-ethiopic-environment) "ethio-util" "language/ethio-util.el" -;;;;;; (14180 44101)) +;;;;;; ethio-sera-to-fidel-buffer ethio-sera-to-fidel-region setup-ethiopic-environment-internal) +;;;;;; "ethio-util" "language/ethio-util.el" (14623 45988)) ;;; Generated autoloads from language/ethio-util.el -(autoload (quote setup-ethiopic-environment) "ethio-util" "\ -Setup multilingual environment for Ethiopic." nil nil) - (autoload (quote setup-ethiopic-environment-internal) "ethio-util" nil nil nil) (autoload (quote ethio-sera-to-fidel-region) "ethio-util" "\ @@ -6066,7 +6058,7 @@ ;;;*** -;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14546 35423)) +;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (14623 45936)) ;;; Generated autoloads from progmodes/f90.el (autoload (quote f90-mode) "f90" "\ @@ -6744,7 +6736,7 @@ ;;;### (autoloads (font-lock-fontify-buffer global-font-lock-mode ;;;;;; global-font-lock-mode font-lock-remove-keywords font-lock-add-keywords ;;;;;; turn-on-font-lock font-lock-mode) "font-lock" "font-lock.el" -;;;;;; (14546 54851)) +;;;;;; (14620 23716)) ;;; Generated autoloads from font-lock.el (defvar font-lock-mode-hook nil "\ @@ -7058,7 +7050,7 @@ ;;;*** ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el" -;;;;;; (14568 44804)) +;;;;;; (14609 53573)) ;;; Generated autoloads from progmodes/glasses.el (autoload (quote glasses-mode) "glasses" "\ @@ -8791,7 +8783,7 @@ ;;;### (autoloads (iswitchb-buffer-other-frame iswitchb-display-buffer ;;;;;; iswitchb-buffer-other-window iswitchb-buffer iswitchb-default-keybindings -;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14586 61846)) +;;;;;; iswitchb-read-buffer) "iswitchb" "iswitchb.el" (14619 3306)) ;;; Generated autoloads from iswitchb.el (autoload (quote iswitchb-read-buffer) "iswitchb" "\ @@ -8834,14 +8826,10 @@ ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku -;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal -;;;;;; setup-japanese-environment) "japan-util" "language/japan-util.el" -;;;;;; (14348 33291)) +;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal) +;;;;;; "japan-util" "language/japan-util.el" (14623 45991)) ;;; Generated autoloads from language/japan-util.el -(autoload (quote setup-japanese-environment) "japan-util" "\ -Setup multilingual environment (MULE) for Japanese." t nil) - (autoload (quote setup-japanese-environment-internal) "japan-util" nil nil nil) (autoload (quote japanese-katakana) "japan-util" "\ @@ -8997,17 +8985,14 @@ ;;;*** -;;;### (autoloads (setup-korean-environment-internal setup-korean-environment) -;;;;;; "korea-util" "language/korea-util.el" (14293 47672)) +;;;### (autoloads (setup-korean-environment-internal) "korea-util" +;;;;;; "language/korea-util.el" (14623 45991)) ;;; Generated autoloads from language/korea-util.el (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\ *The kind of Korean keyboard for Korean input method. \"\" for 2, \"3\" for 3.") -(autoload (quote setup-korean-environment) "korea-util" "\ -Setup multilingual environment (MULE) for Korean." t nil) - (autoload (quote setup-korean-environment-internal) "korea-util" nil nil nil) ;;;*** @@ -9041,15 +9026,11 @@ ;;;*** -;;;### (autoloads (lao-composition-function lao-transcribe-roman-to-lao-string -;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string -;;;;;; setup-lao-environment) "lao-util" "language/lao-util.el" -;;;;;; (14423 51007)) +;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string +;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string) +;;;;;; "lao-util" "language/lao-util.el" (14623 45991)) ;;; Generated autoloads from language/lao-util.el -(autoload (quote setup-lao-environment) "lao-util" "\ -Setup multilingual environment (MULE) for Lao." t nil) - (autoload (quote lao-compose-string) "lao-util" nil nil nil) (autoload (quote lao-transcribe-single-roman-syllable-to-lao) "lao-util" "\ @@ -9073,6 +9054,8 @@ The return value is number of composed characters." nil nil) +(autoload (quote lao-compose-region) "lao-util" nil t nil) + ;;;*** ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" @@ -9203,7 +9186,7 @@ ;;;*** -;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14559 17354)) +;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (14619 3306)) ;;; Generated autoloads from log-edit.el (autoload (quote log-edit) "log-edit" "\ @@ -9217,8 +9200,8 @@ ;;;*** -;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14552 -;;;;;; 48685)) +;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (14619 +;;;;;; 3306)) ;;; Generated autoloads from log-view.el (autoload (quote log-view-mode) "log-view" "\ @@ -9503,7 +9486,7 @@ ;;;*** ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup) -;;;;;; "mailabbrev" "mail/mailabbrev.el" (14495 18025)) +;;;;;; "mailabbrev" "mail/mailabbrev.el" (14608 9472)) ;;; Generated autoloads from mail/mailabbrev.el (autoload (quote mail-abbrevs-setup) "mailabbrev" "\ @@ -9559,7 +9542,7 @@ ;;;*** ;;;### (autoloads (makefile-mode) "make-mode" "progmodes/make-mode.el" -;;;;;; (14570 19448)) +;;;;;; (14608 7464)) ;;; Generated autoloads from progmodes/make-mode.el (autoload (quote makefile-mode) "make-mode" "\ @@ -10109,8 +10092,9 @@ ;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods ;;;;;; list-fontsets describe-fontset describe-font list-coding-categories ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly -;;;;;; describe-coding-system list-charset-chars read-charset list-character-sets) -;;;;;; "mule-diag" "international/mule-diag.el" (14551 28679)) +;;;;;; describe-coding-system describe-char-after list-charset-chars +;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el" +;;;;;; (14621 5038)) ;;; Generated autoloads from international/mule-diag.el (autoload (quote list-character-sets) "mule-diag" "\ @@ -10148,6 +10132,12 @@ (autoload (quote list-charset-chars) "mule-diag" "\ Display a list of characters in the specified character set." t nil) +(autoload (quote describe-char-after) "mule-diag" "\ +Display information of in current buffer at position POS. +The information includes character code, charset and code points in it, +syntax, category, how the character is encoded in a file, +which font is being used for displaying the character." t nil) + (autoload (quote describe-coding-system) "mule-diag" "\ Display information about CODING-SYSTEM." t nil) @@ -10192,22 +10182,7 @@ (autoload (quote describe-fontset) "mule-diag" "\ Display information of FONTSET. -This shows the name, size, and style of FONTSET, and the list of fonts -contained in FONTSET. - -The column WDxHT contains width and height (pixels) of each fontset -\(i.e. those of ASCII font in the fontset). The letter `-' in this -column means that the corresponding fontset is not yet used in any -frame. - -The O column for each font contains one of the following letters: - o -- font already opened - - -- font not yet opened - x -- font can't be opened - ? -- no font specified - -The Charset column for each font contains a name of character set -displayed (for this fontset) using that font." t nil) +This shows which font is used for which character(s)." t nil) (autoload (quote list-fontsets) "mule-diag" "\ Display a list of all fontsets. @@ -10853,7 +10828,7 @@ ;;;*** ;;;### (autoloads (cvs-dired-use-hook cvs-status cvs-update cvs-examine -;;;;;; cvs-checkout) "pcvs" "pcvs.el" (14552 48942)) +;;;;;; cvs-checkout) "pcvs" "pcvs.el" (14619 3307)) ;;; Generated autoloads from pcvs.el (autoload (quote cvs-checkout) "pcvs" "\ @@ -11821,7 +11796,7 @@ ;;;*** ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el" -;;;;;; (14564 29908)) +;;;;;; (14619 3367)) ;;; Generated autoloads from emacs-lisp/regexp-opt.el (autoload (quote regexp-opt) "regexp-opt" "\ @@ -11974,12 +11949,12 @@ ;;;*** ;;;### (autoloads (rmail-set-pop-password rmail-input rmail-mode -;;;;;; rmail rmail-enable-mime rmail-confirm-expunge rmail-secondary-file-regexp -;;;;;; rmail-secondary-file-directory rmail-mail-new-frame rmail-primary-inbox-list -;;;;;; rmail-delete-after-output rmail-highlight-face rmail-highlighted-headers -;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers -;;;;;; rmail-dont-reply-to-names) "rmail" "mail/rmail.el" (14599 -;;;;;; 11221)) +;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge +;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory +;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output +;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers +;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names) +;;;;;; "rmail" "mail/rmail.el" (14623 46032)) ;;; Generated autoloads from mail/rmail.el (defvar rmail-dont-reply-to-names nil "\ @@ -12496,7 +12471,7 @@ ;;;;;; mail-signature mail-personal-alias-file mail-alias-file mail-default-reply-to ;;;;;; mail-archive-file-name mail-header-separator mail-yank-ignored-headers ;;;;;; mail-interactive mail-self-blind mail-specify-envelope-from -;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14588 18519)) +;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (14603 14745)) ;;; Generated autoloads from mail/sendmail.el (defvar mail-from-style (quote angles) "\ @@ -13376,7 +13351,7 @@ ;;;*** ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" -;;;;;; "speedbar.el" (14598 31838)) +;;;;;; "speedbar.el" (14623 45339)) ;;; Generated autoloads from speedbar.el (defalias (quote speedbar) (quote speedbar-frame-mode)) @@ -14242,14 +14217,10 @@ ;;;*** ;;;### (autoloads (thai-composition-function thai-post-read-conversion -;;;;;; thai-compose-buffer thai-compose-string thai-compose-region -;;;;;; setup-thai-environment) "thai-util" "language/thai-util.el" -;;;;;; (14477 53255)) +;;;;;; thai-compose-buffer thai-compose-string thai-compose-region) +;;;;;; "thai-util" "language/thai-util.el" (14623 45991)) ;;; Generated autoloads from language/thai-util.el -(autoload (quote setup-thai-environment) "thai-util" "\ -Setup multilingual environment (MULE) for Thai." t nil) - (autoload (quote thai-compose-region) "thai-util" "\ Compose Thai characters in the region. When called from a program, expects two arguments, @@ -14315,12 +14286,10 @@ ;;;### (autoloads (tibetan-pre-write-conversion tibetan-post-read-conversion ;;;;;; tibetan-compose-buffer tibetan-decompose-buffer tibetan-composition-function ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan -;;;;;; tibetan-tibetan-to-transcription tibetan-char-p setup-tibetan-environment) -;;;;;; "tibet-util" "language/tibet-util.el" (14568 36412)) +;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util" +;;;;;; "language/tibet-util.el" (14623 45991)) ;;; Generated autoloads from language/tibet-util.el -(autoload (quote setup-tibetan-environment) "tibet-util" nil t nil) - (autoload (quote tibetan-char-p) "tibet-util" "\ Check if char CH is Tibetan character. Returns non-nil if CH is Tibetan. Otherwise, returns nil." nil nil) @@ -14379,7 +14348,7 @@ ;;;*** ;;;### (autoloads (display-time-mode display-time display-time-day-and-date -;;;;;; display-time-mode) "time" "time.el" (14526 14916)) +;;;;;; display-time-mode) "time" "time.el" (14619 48411)) ;;; Generated autoloads from time.el (defvar display-time-mode nil "\ @@ -14550,6 +14519,36 @@ ;;;*** +;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-insert-item) +;;;;;; "todo-mode" "calendar/todo-mode.el" (14619 58196)) +;;; Generated autoloads from calendar/todo-mode.el + +(autoload (quote todo-insert-item) "todo-mode" "\ +Insert new TODO list entry. +With a prefix argument solicit the category, otherwise use the current +category." t nil) + +(autoload (quote todo-print) "todo-mode" "\ +Print todo summary using \\[todo-print-function]. +If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted +between each category. + +Number of entries for each category is given by +'todo-print-priorities'." t nil) + +(autoload (quote todo-mode) "todo-mode" "\ +Major mode for editing TODO lists. + +\\{todo-mode-map}" t nil) + +(autoload (quote todo-cp) "todo-mode" "\ +Make a diary entry appear only in the current date's diary" nil nil) + +(autoload (quote todo-show) "todo-mode" "\ +Show TODO list." t nil) + +;;;*** + ;;;### (autoloads (tooltip-mode tooltip-mode) "tooltip" "tooltip.el" ;;;;;; (14495 17998)) ;;; Generated autoloads from tooltip.el @@ -15383,16 +15382,13 @@ ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer -;;;;;; viet-decode-viqr-region setup-vietnamese-environment viet-encode-viscii-char) -;;;;;; "viet-util" "language/viet-util.el" (13876 11275)) +;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util" +;;;;;; "language/viet-util.el" (14623 45992)) ;;; Generated autoloads from language/viet-util.el (autoload (quote viet-encode-viscii-char) "viet-util" "\ Return VISCII character code of CHAR if appropriate." nil nil) -(autoload (quote setup-vietnamese-environment) "viet-util" "\ -Setup multilingual environment (MULE) for Vietnamese VISCII users." t nil) - (autoload (quote viet-decode-viqr-region) "viet-util" "\ Convert `VIQR' mnemonics of the current region to Vietnamese characaters. When called from a program, expects two arguments, @@ -15770,7 +15766,7 @@ ;;;*** ;;;### (autoloads (widget-delete widget-create widget-prompt-value) -;;;;;; "wid-edit" "wid-edit.el" (14508 6458)) +;;;;;; "wid-edit" "wid-edit.el" (14606 42158)) ;;; Generated autoloads from wid-edit.el (autoload (quote widget-prompt-value) "wid-edit" "\ @@ -15847,6 +15843,37 @@ ;;;*** +;;;### (autoloads (woman-find-file woman-dired-find-file woman) "woman" +;;;;;; "woman.el" (14614 53233)) +;;; Generated autoloads from woman.el + +(autoload (quote woman) "woman" "\ +Browse a UN*X man page for TOPIC WithOut using a `man' program. +The major browsing mode used is essentially the standard Man mode. +Choose the filename for the man page using completion, based on the +topic selected from the directories specified in `woman-manpath' and +`woman-path'. The directory expansions and topics are cached for +speed, but a non-nil interactive argument forces the caches to be +updated (e.g. to re-interpret the current directory). + +Used non-interactively, arguments are optional: if they are given then +the argument TOPIC should be a topic string and the RE-CACHE may be +non-nil to force re-caching." t nil) + +(autoload (quote woman-dired-find-file) "woman" "\ +In dired, run the WoMan man-page browser on this file." t nil) + +(autoload (quote woman-find-file) "woman" "\ +Find, decode and browse a specific UN*X man-page source file FILE-NAME. +Use existing buffer if possible; reformat only if prefix arg given. +When called interactively, optional argument REFORMAT forces reformatting +of existing WoMan buffers formatted earlier. +No external programs are used, except that `gunzip' will be used to +decompress the file if appropriate. See the documentation for the +`woman' command for further details." t nil) + +;;;*** + ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el" ;;;;;; (13415 51576)) ;;; Generated autoloads from emulation/ws-mode.el