diff options
| author | Andreas Schwab | 2002-07-22 19:02:44 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-07-22 19:02:44 +0000 |
| commit | 5fe0ea6a256eb81163e1f7095d60fa62716ae75a (patch) | |
| tree | 9d46cbf8b2dbbec03ae15b59cfd5eaf2d62a61d7 | |
| parent | b4c4047461e792759949f171d43e8c45371a44eb (diff) | |
| download | emacs-5fe0ea6a256eb81163e1f7095d60fa62716ae75a.tar.gz emacs-5fe0ea6a256eb81163e1f7095d60fa62716ae75a.zip | |
Fixup encoding.
| -rw-r--r-- | lisp/ChangeLog | 188 |
1 files changed, 94 insertions, 94 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5fce8ea262..a171893fd7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -432,7 +432,7 @@ | |||
| 432 | * calendar/timeclock.el (timeclock-in): Handle the case where no | 432 | * calendar/timeclock.el (timeclock-in): Handle the case where no |
| 433 | log file exists (ie the very first call). | 433 | log file exists (ie the very first call). |
| 434 | 434 | ||
| 435 | 2002-07-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 435 | 2002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 436 | 436 | ||
| 437 | * net/ange-ftp.el: Do not hook into file-name-handler-alist, this | 437 | * net/ange-ftp.el: Do not hook into file-name-handler-alist, this |
| 438 | is done by Tramp. | 438 | is done by Tramp. |
| @@ -508,7 +508,7 @@ | |||
| 508 | (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic | 508 | (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic |
| 509 | alphabet) to "Cyrillic-ISO". | 509 | alphabet) to "Cyrillic-ISO". |
| 510 | 510 | ||
| 511 | 2002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 511 | 2002-07-11 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 512 | 512 | ||
| 513 | * net/tramp.el (tramp-default-method): New default method "sm" | 513 | * net/tramp.el (tramp-default-method): New default method "sm" |
| 514 | which I guess to be good for most people. | 514 | which I guess to be good for most people. |
| @@ -921,7 +921,7 @@ | |||
| 921 | (uniquify-delayed-rationalize-file-buffer-names): | 921 | (uniquify-delayed-rationalize-file-buffer-names): |
| 922 | Rename from delayed-uniquify-rationalize-file-buffer-names. | 922 | Rename from delayed-uniquify-rationalize-file-buffer-names. |
| 923 | 923 | ||
| 924 | 2002-06-27 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 924 | 2002-06-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 925 | 925 | ||
| 926 | * net/tramp.el (tramp-file-name-structure) | 926 | * net/tramp.el (tramp-file-name-structure) |
| 927 | (tramp-multi-file-name-hop-structure): Split for easier readability. | 927 | (tramp-multi-file-name-hop-structure): Split for easier readability. |
| @@ -970,7 +970,7 @@ | |||
| 970 | 970 | ||
| 971 | * dired.el (dired-find-alternate-file): Mark as disabled. | 971 | * dired.el (dired-find-alternate-file): Mark as disabled. |
| 972 | 972 | ||
| 973 | 2002-06-25 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 973 | 2002-06-25 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 974 | 974 | ||
| 975 | * net/tramp.el (tramp-ftp-method): New user option. | 975 | * net/tramp.el (tramp-ftp-method): New user option. |
| 976 | (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. | 976 | (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. |
| @@ -1058,7 +1058,7 @@ | |||
| 1058 | * progmodes/f90.el (f90-do-auto-fill): Respect the value of | 1058 | * progmodes/f90.el (f90-do-auto-fill): Respect the value of |
| 1059 | comment-auto-fill-only-comments. | 1059 | comment-auto-fill-only-comments. |
| 1060 | 1060 | ||
| 1061 | 2002-06-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 1061 | 2002-06-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 1062 | 1062 | ||
| 1063 | * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. | 1063 | * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. |
| 1064 | This is not a handled operation. | 1064 | This is not a handled operation. |
| @@ -1544,7 +1544,7 @@ | |||
| 1544 | * select.el (xselect-convert-to-string): If VALUE is a string, | 1544 | * select.el (xselect-convert-to-string): If VALUE is a string, |
| 1545 | return a cons of TYPE and the string. | 1545 | return a cons of TYPE and the string. |
| 1546 | 1546 | ||
| 1547 | 2002-06-05 Pavel Janík <Pavel@Janik.cz> | 1547 | 2002-06-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1548 | 1548 | ||
| 1549 | * language/cyrillic.el (cyrillic-alternativnyj-decode-table): | 1549 | * language/cyrillic.el (cyrillic-alternativnyj-decode-table): |
| 1550 | Fix the table to contain correct characters. | 1550 | Fix the table to contain correct characters. |
| @@ -1980,7 +1980,7 @@ | |||
| 1980 | (mail-default-directory): New user option. | 1980 | (mail-default-directory): New user option. |
| 1981 | (mail, mail-recover): Use that option. | 1981 | (mail, mail-recover): Use that option. |
| 1982 | 1982 | ||
| 1983 | 2002-05-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 1983 | 2002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 1984 | 1984 | ||
| 1985 | * international/mule.el (auto-coding-alist): Use emacs-mule | 1985 | * international/mule.el (auto-coding-alist): Use emacs-mule |
| 1986 | for auto-save files. | 1986 | for auto-save files. |
| @@ -2158,7 +2158,7 @@ | |||
| 2158 | (dabbrev-upcase-means-case-search): Doc fix. | 2158 | (dabbrev-upcase-means-case-search): Doc fix. |
| 2159 | (dabbrev-case-replace): Fix custom tags and docs. | 2159 | (dabbrev-case-replace): Fix custom tags and docs. |
| 2160 | 2160 | ||
| 2161 | 2002-05-14 Jochen Küpper <jochen@jochen-kuepper.de> | 2161 | 2002-05-14 Jochen K,A|(Bpper <jochen@jochen-kuepper.de> |
| 2162 | 2162 | ||
| 2163 | * calc/calc-units.el (math-standard-units): Update from CODATA. | 2163 | * calc/calc-units.el (math-standard-units): Update from CODATA. |
| 2164 | 2164 | ||
| @@ -2220,7 +2220,7 @@ | |||
| 2220 | (occur-engine): If there are no more matches, then finish | 2220 | (occur-engine): If there are no more matches, then finish |
| 2221 | searching the current buffer. | 2221 | searching the current buffer. |
| 2222 | 2222 | ||
| 2223 | 2002-05-12 Pavel Janík <Pavel@Janik.cz> | 2223 | 2002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2224 | 2224 | ||
| 2225 | * net/ange-ftp.el (ange-ftp-try-passive-mode) | 2225 | * net/ange-ftp.el (ange-ftp-try-passive-mode) |
| 2226 | (ange-ftp-passive-host-alist): Change :version attributes to be | 2226 | (ange-ftp-passive-host-alist): Change :version attributes to be |
| @@ -2262,7 +2262,7 @@ | |||
| 2262 | 2262 | ||
| 2263 | * subr.el (functionp): Catch errors in indirect-function. | 2263 | * subr.el (functionp): Catch errors in indirect-function. |
| 2264 | 2264 | ||
| 2265 | 2002-05-12 Pavel Janík <Pavel@Janik.cz> | 2265 | 2002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2266 | 2266 | ||
| 2267 | * net/ldap.el (ldap-search-internal): Unfold folded lines before | 2267 | * net/ldap.el (ldap-search-internal): Unfold folded lines before |
| 2268 | parsing. | 2268 | parsing. |
| @@ -2345,7 +2345,7 @@ | |||
| 2345 | 2345 | ||
| 2346 | * wid-edit.el (checkbox): New check-mark image. | 2346 | * wid-edit.el (checkbox): New check-mark image. |
| 2347 | 2347 | ||
| 2348 | 2002-05-08 Pavel Janík <Pavel@Janik.cz> | 2348 | 2002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2349 | 2349 | ||
| 2350 | * filesets.el (filesets-running-xemacs): Fix last change. | 2350 | * filesets.el (filesets-running-xemacs): Fix last change. |
| 2351 | 2351 | ||
| @@ -2365,7 +2365,7 @@ | |||
| 2365 | (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): | 2365 | (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): |
| 2366 | Defvar them to nil if running in Emacs. | 2366 | Defvar them to nil if running in Emacs. |
| 2367 | 2367 | ||
| 2368 | 2002-05-08 Pavel Janík <Pavel@Janik.cz> | 2368 | 2002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2369 | 2369 | ||
| 2370 | * textmodes/flyspell.el (make-flyspell-overlay): Add help text | 2370 | * textmodes/flyspell.el (make-flyspell-overlay): Add help text |
| 2371 | to flyspell overlays. | 2371 | to flyspell overlays. |
| @@ -2620,7 +2620,7 @@ | |||
| 2620 | Only interpret delete-selection property if mark-active. | 2620 | Only interpret delete-selection property if mark-active. |
| 2621 | (cua-mode): Fixed require in defcustom. | 2621 | (cua-mode): Fixed require in defcustom. |
| 2622 | 2622 | ||
| 2623 | 2002-05-01 Pavel Janík <Pavel@Janik.cz> | 2623 | 2002-05-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2624 | 2624 | ||
| 2625 | * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of | 2625 | * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of |
| 2626 | error call. | 2626 | error call. |
| @@ -2755,7 +2755,7 @@ | |||
| 2755 | 2755 | ||
| 2756 | * language/viet-util.el: Update Commentary section. | 2756 | * language/viet-util.el: Update Commentary section. |
| 2757 | 2757 | ||
| 2758 | 2002-04-29 Pavel Janík <Pavel@Janik.cz> | 2758 | 2002-04-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2759 | 2759 | ||
| 2760 | * filesets.el (filesets-data): Doc fix. | 2760 | * filesets.el (filesets-data): Doc fix. |
| 2761 | (filesets-running-xemacs): Define even when compiling. | 2761 | (filesets-running-xemacs): Define even when compiling. |
| @@ -2820,7 +2820,7 @@ | |||
| 2820 | * replace.el (occur-revert-arguments): | 2820 | * replace.el (occur-revert-arguments): |
| 2821 | Renamed from occur-revert-properties. All uses changed. | 2821 | Renamed from occur-revert-properties. All uses changed. |
| 2822 | 2822 | ||
| 2823 | 2002-04-28 Pavel Janík <Pavel@Janik.cz> | 2823 | 2002-04-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2824 | 2824 | ||
| 2825 | * recentf.el (recentf-menu-before): Use string to specify path in | 2825 | * recentf.el (recentf-menu-before): Use string to specify path in |
| 2826 | the menu. | 2826 | the menu. |
| @@ -3197,7 +3197,7 @@ | |||
| 3197 | when finding the end. Take more care in analyzing the results | 3197 | when finding the end. Take more care in analyzing the results |
| 3198 | of intangibility after line-move-to-column. | 3198 | of intangibility after line-move-to-column. |
| 3199 | 3199 | ||
| 3200 | 2002-04-22 Pavel Janík <Pavel@Janik.cz> | 3200 | 2002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3201 | 3201 | ||
| 3202 | * international/mule-diag.el (list-input-methods-1): Doc fix | 3202 | * international/mule-diag.el (list-input-methods-1): Doc fix |
| 3203 | (LEIM is now part of the standard distribution). | 3203 | (LEIM is now part of the standard distribution). |
| @@ -4193,7 +4193,7 @@ | |||
| 4193 | 4193 | ||
| 4194 | * term.el (term-emulate-terminal): Fix last change. | 4194 | * term.el (term-emulate-terminal): Fix last change. |
| 4195 | 4195 | ||
| 4196 | 2002-04-16 Pavel Janík <Pavel@Janik.cz> | 4196 | 2002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4197 | 4197 | ||
| 4198 | * bindings.el (mode-line-mode-menu): Update names to reflect | 4198 | * bindings.el (mode-line-mode-menu): Update names to reflect |
| 4199 | latest changes. | 4199 | latest changes. |
| @@ -4269,7 +4269,7 @@ | |||
| 4269 | (exchange-point-and-mark): Temporarily enable transient-mark-mode | 4269 | (exchange-point-and-mark): Temporarily enable transient-mark-mode |
| 4270 | if prefix arg. | 4270 | if prefix arg. |
| 4271 | 4271 | ||
| 4272 | 2002-04-14 Pavel Janík <Pavel@Janik.cz> | 4272 | 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4273 | 4273 | ||
| 4274 | * speedbar.el (speedbar-tag-hierarchy-method) | 4274 | * speedbar.el (speedbar-tag-hierarchy-method) |
| 4275 | (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. | 4275 | (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. |
| @@ -4279,7 +4279,7 @@ | |||
| 4279 | * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at | 4279 | * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at |
| 4280 | beginning of buffer. | 4280 | beginning of buffer. |
| 4281 | 4281 | ||
| 4282 | 2002-04-14 Pavel Janík <Pavel@Janik.cz> | 4282 | 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4283 | 4283 | ||
| 4284 | * speedbar.el (speedbar-generic-item-info) | 4284 | * speedbar.el (speedbar-generic-item-info) |
| 4285 | (speedbar-sort-tags): Doc fix. | 4285 | (speedbar-sort-tags): Doc fix. |
| @@ -4308,7 +4308,7 @@ | |||
| 4308 | (gamegrid-add-score): Just dispatch on `system-type' to one of the | 4308 | (gamegrid-add-score): Just dispatch on `system-type' to one of the |
| 4309 | previous two functions. | 4309 | previous two functions. |
| 4310 | 4310 | ||
| 4311 | 2002-04-13 Pavel Janík <Pavel@Janik.cz> | 4311 | 2002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4312 | 4312 | ||
| 4313 | * iswitchb.el: Update commentary to include new function | 4313 | * iswitchb.el: Update commentary to include new function |
| 4314 | iswitchb-exclude-nonmatching. | 4314 | iswitchb-exclude-nonmatching. |
| @@ -4373,7 +4373,7 @@ | |||
| 4373 | (fill-region-as-paragraph): Compare to `to' rather than eobp. | 4373 | (fill-region-as-paragraph): Compare to `to' rather than eobp. |
| 4374 | (fill-paragraph): Don't rebind fill-paragraph-function. | 4374 | (fill-paragraph): Don't rebind fill-paragraph-function. |
| 4375 | 4375 | ||
| 4376 | 2002-04-11 Pavel Janík <Pavel@Janik.cz> | 4376 | 2002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4377 | 4377 | ||
| 4378 | * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. | 4378 | * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. |
| 4379 | 4379 | ||
| @@ -4487,7 +4487,7 @@ | |||
| 4487 | Use sgml-parse-tag-backward to find start point. | 4487 | Use sgml-parse-tag-backward to find start point. |
| 4488 | (sgml-looking-back-at): Doc fix. | 4488 | (sgml-looking-back-at): Doc fix. |
| 4489 | 4489 | ||
| 4490 | 2002-04-09 Pavel Janík <Pavel@Janik.cz> | 4490 | 2002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4491 | 4491 | ||
| 4492 | * isearch.el (isearch-message-prefix): Use minibuffer-prompt face | 4492 | * isearch.el (isearch-message-prefix): Use minibuffer-prompt face |
| 4493 | for prompt. | 4493 | for prompt. |
| @@ -4536,7 +4536,7 @@ | |||
| 4536 | * vc-cvs.el (vc-cvs-valid-version-number-p): New function. | 4536 | * vc-cvs.el (vc-cvs-valid-version-number-p): New function. |
| 4537 | (vc-cvs-checkin): Use it. | 4537 | (vc-cvs-checkin): Use it. |
| 4538 | 4538 | ||
| 4539 | 2002-04-08 Pavel Janík <Pavel@Janik.cz> | 4539 | 2002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4540 | 4540 | ||
| 4541 | * files.el (display-time-string): Fix last change. | 4541 | * files.el (display-time-string): Fix last change. |
| 4542 | 4542 | ||
| @@ -4551,7 +4551,7 @@ | |||
| 4551 | default-process-coding-system. | 4551 | default-process-coding-system. |
| 4552 | (coding-system-change-text-conversion): Fix case where CODING is nil. | 4552 | (coding-system-change-text-conversion): Fix case where CODING is nil. |
| 4553 | 4553 | ||
| 4554 | 2002-04-07 Pavel Janík <Pavel@Janik.cz> | 4554 | 2002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4555 | 4555 | ||
| 4556 | * subr.el (play-sound): Move here from simple.el. | 4556 | * subr.el (play-sound): Move here from simple.el. |
| 4557 | 4557 | ||
| @@ -4578,7 +4578,7 @@ | |||
| 4578 | 4578 | ||
| 4579 | * textmodes/xml-lite.el: Remove. | 4579 | * textmodes/xml-lite.el: Remove. |
| 4580 | 4580 | ||
| 4581 | 2002-04-05 Pavel Janík <Pavel@Janik.cz> | 4581 | 2002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4582 | 4582 | ||
| 4583 | * simple.el (play-sound): New function (uses play-sound-internal). | 4583 | * simple.el (play-sound): New function (uses play-sound-internal). |
| 4584 | 4584 | ||
| @@ -4602,7 +4602,7 @@ | |||
| 4602 | * textmodes/sgml-mode.el: Add missing require. | 4602 | * textmodes/sgml-mode.el: Add missing require. |
| 4603 | (sgml-lexical-context): Fix up CDATA detection for boundary cases. | 4603 | (sgml-lexical-context): Fix up CDATA detection for boundary cases. |
| 4604 | 4604 | ||
| 4605 | 2002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4605 | 2002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 4606 | 4606 | ||
| 4607 | * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to | 4607 | * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to |
| 4608 | spot indicated by text property `cvs-goal-column', if present. | 4608 | spot indicated by text property `cvs-goal-column', if present. |
| @@ -4670,7 +4670,7 @@ | |||
| 4670 | (sgml-parse-tag-backward): Extend support for CDATA to include | 4670 | (sgml-parse-tag-backward): Extend support for CDATA to include |
| 4671 | conditional sections. | 4671 | conditional sections. |
| 4672 | 4672 | ||
| 4673 | 2002-04-03 Pavel Janík <Pavel@Janik.cz> | 4673 | 2002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4674 | 4674 | ||
| 4675 | * cus-start.el: Rename `autoselect-window' to | 4675 | * cus-start.el: Rename `autoselect-window' to |
| 4676 | `mouse-autoselect-window'. | 4676 | `mouse-autoselect-window'. |
| @@ -4744,7 +4744,7 @@ | |||
| 4744 | (xml-lite-parse-tag-backward): Simplify parsing by assuming we | 4744 | (xml-lite-parse-tag-backward): Simplify parsing by assuming we |
| 4745 | always start within text. Make use of sgml-unclosed-tag-p. | 4745 | always start within text. Make use of sgml-unclosed-tag-p. |
| 4746 | 4746 | ||
| 4747 | 2002-04-01 Ville Skyttä <ville.skytta@xemacs.org> | 4747 | 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> |
| 4748 | 4748 | ||
| 4749 | * tcl.el (tcl-imenu-generic-expression): New value. | 4749 | * tcl.el (tcl-imenu-generic-expression): New value. |
| 4750 | (tcl-imenu-create-index-function): Function deleted. | 4750 | (tcl-imenu-create-index-function): Function deleted. |
| @@ -4754,7 +4754,7 @@ | |||
| 4754 | (inferior-tcl-mode): Doc fix. | 4754 | (inferior-tcl-mode): Doc fix. |
| 4755 | Change not legally significant. | 4755 | Change not legally significant. |
| 4756 | 4756 | ||
| 4757 | 2002-04-01 Pavel Janík <Pavel@Janik.cz> | 4757 | 2002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4758 | 4758 | ||
| 4759 | * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. | 4759 | * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. |
| 4760 | 4760 | ||
| @@ -4955,7 +4955,7 @@ | |||
| 4955 | for comments. | 4955 | for comments. |
| 4956 | (xml-lite-in-string-p): Simplify. | 4956 | (xml-lite-in-string-p): Simplify. |
| 4957 | 4957 | ||
| 4958 | 2002-03-27 Pavel Janík <Pavel@Janik.cz> | 4958 | 2002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4959 | 4959 | ||
| 4960 | * allout.el (outline-layout): Doc fix. | 4960 | * allout.el (outline-layout): Doc fix. |
| 4961 | 4961 | ||
| @@ -5023,7 +5023,7 @@ | |||
| 5023 | 5023 | ||
| 5024 | * subr.el (substring-no-properties): Function deleted (now in C). | 5024 | * subr.el (substring-no-properties): Function deleted (now in C). |
| 5025 | 5025 | ||
| 5026 | 2002-03-25 Pavel Janík <Pavel@Janik.cz> | 5026 | 2002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5027 | 5027 | ||
| 5028 | * mwheel.el (mouse-wheel-mode): Use global-set-key and | 5028 | * mwheel.el (mouse-wheel-mode): Use global-set-key and |
| 5029 | global-unset-key. | 5029 | global-unset-key. |
| @@ -5064,7 +5064,7 @@ | |||
| 5064 | fore- and background colors of the faces we create, since facemenu | 5064 | fore- and background colors of the faces we create, since facemenu |
| 5065 | doesn't. | 5065 | doesn't. |
| 5066 | 5066 | ||
| 5067 | 2002-03-24 Pavel Janík <Pavel@Janik.cz> | 5067 | 2002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5068 | 5068 | ||
| 5069 | * mwheel.el (mouse-wheel-mode): Use the result of | 5069 | * mwheel.el (mouse-wheel-mode): Use the result of |
| 5070 | current-global-map instead of the variable `global-map'. | 5070 | current-global-map instead of the variable `global-map'. |
| @@ -5119,7 +5119,7 @@ | |||
| 5119 | * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter | 5119 | * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter |
| 5120 | directions as the last action. | 5120 | directions as the last action. |
| 5121 | 5121 | ||
| 5122 | 2002-03-21 Pavel Janík <Pavel@Janik.cz> | 5122 | 2002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5123 | 5123 | ||
| 5124 | * startup.el (fancy-splash-tail, normal-splash-screen): | 5124 | * startup.el (fancy-splash-tail, normal-splash-screen): |
| 5125 | Update copyright. | 5125 | Update copyright. |
| @@ -5307,7 +5307,7 @@ | |||
| 5307 | <top-level>: Remove the setup for all known codepages: it seems | 5307 | <top-level>: Remove the setup for all known codepages: it seems |
| 5308 | to cause crashes in the CCL driver. | 5308 | to cause crashes in the CCL driver. |
| 5309 | 5309 | ||
| 5310 | 2002-03-16 Pavel Janík <Pavel@Janik.cz> | 5310 | 2002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5311 | 5311 | ||
| 5312 | * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) | 5312 | * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) |
| 5313 | (bibtex-entry-field-alist): Doc fix. | 5313 | (bibtex-entry-field-alist): Doc fix. |
| @@ -5325,7 +5325,7 @@ | |||
| 5325 | * files.el (load-completion): New function. | 5325 | * files.el (load-completion): New function. |
| 5326 | (load-library): Use it. | 5326 | (load-library): Use it. |
| 5327 | 5327 | ||
| 5328 | 2002-03-15 Pavel Janík <Pavel@Janik.cz> | 5328 | 2002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5329 | 5329 | ||
| 5330 | * calendar/cal-french.el (calendar-goto-french-date): Fix prompt | 5330 | * calendar/cal-french.el (calendar-goto-french-date): Fix prompt |
| 5331 | to match the actual code. | 5331 | to match the actual code. |
| @@ -5468,7 +5468,7 @@ | |||
| 5468 | 5468 | ||
| 5469 | * comint.el: Remove documentation on setting up pcomplete. | 5469 | * comint.el: Remove documentation on setting up pcomplete. |
| 5470 | 5470 | ||
| 5471 | 2002-03-11 Pavel Janík <Pavel@Janik.cz> | 5471 | 2002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5472 | 5472 | ||
| 5473 | * font-lock.el (java-font-lock-extra-types): Add "URL" as separate | 5473 | * font-lock.el (java-font-lock-extra-types): Add "URL" as separate |
| 5474 | item. Doc fix. | 5474 | item. Doc fix. |
| @@ -5588,7 +5588,7 @@ | |||
| 5588 | (hif-conditional): New function to evaluate a conditional | 5588 | (hif-conditional): New function to evaluate a conditional |
| 5589 | expression. | 5589 | expression. |
| 5590 | 5590 | ||
| 5591 | 2002-03-06 Pavel Janík <Pavel@Janik.cz> | 5591 | 2002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5592 | 5592 | ||
| 5593 | * language/czech.el ("Czech"): Fix the documentation. | 5593 | * language/czech.el ("Czech"): Fix the documentation. |
| 5594 | 5594 | ||
| @@ -5651,7 +5651,7 @@ | |||
| 5651 | (mode-line-inactive, header-line): Move the `t' section to the | 5651 | (mode-line-inactive, header-line): Move the `t' section to the |
| 5652 | beginning so the `:inherit' setting can be shared. | 5652 | beginning so the `:inherit' setting can be shared. |
| 5653 | 5653 | ||
| 5654 | 2002-03-04 Pavel Janík <Pavel@Janik.cz> | 5654 | 2002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5655 | 5655 | ||
| 5656 | * net/snmp-mode.el: Require tempo when compiling to prevent | 5656 | * net/snmp-mode.el: Require tempo when compiling to prevent |
| 5657 | warnings. Update copyright notice. | 5657 | warnings. Update copyright notice. |
| @@ -5771,7 +5771,7 @@ | |||
| 5771 | * font-lock.el (java-font-lock-extra-types): | 5771 | * font-lock.el (java-font-lock-extra-types): |
| 5772 | Match java.net.URL, etc. | 5772 | Match java.net.URL, etc. |
| 5773 | 5773 | ||
| 5774 | 2002-02-28 Pavel Janík <Pavel@Janik.cz> | 5774 | 2002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5775 | 5775 | ||
| 5776 | * hexl.el (hexl-options): Doc fix. | 5776 | * hexl.el (hexl-options): Doc fix. |
| 5777 | Update Commentary section. | 5777 | Update Commentary section. |
| @@ -6051,7 +6051,7 @@ | |||
| 6051 | * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more | 6051 | * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more |
| 6052 | natural paragraph boundaries. Don't fail at beginning of buffer. | 6052 | natural paragraph boundaries. Don't fail at beginning of buffer. |
| 6053 | 6053 | ||
| 6054 | 2002-02-20 Pavel Janík <Pavel@Janik.cz> | 6054 | 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6055 | 6055 | ||
| 6056 | * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, | 6056 | * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, |
| 6057 | call the argument "arg" to match plain next-line and | 6057 | call the argument "arg" to match plain next-line and |
| @@ -6115,7 +6115,7 @@ | |||
| 6115 | * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when | 6115 | * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when |
| 6116 | invoked from Rmail with full headers displayed. | 6116 | invoked from Rmail with full headers displayed. |
| 6117 | 6117 | ||
| 6118 | 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6118 | 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6119 | 6119 | ||
| 6120 | * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks | 6120 | * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks |
| 6121 | when repeated. | 6121 | when repeated. |
| @@ -6131,7 +6131,7 @@ | |||
| 6131 | 6131 | ||
| 6132 | * textmodes/flyspell.el (flyspell): Add to ispell group. | 6132 | * textmodes/flyspell.el (flyspell): Add to ispell group. |
| 6133 | 6133 | ||
| 6134 | 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6134 | 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6135 | 6135 | ||
| 6136 | * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when | 6136 | * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when |
| 6137 | repeated. | 6137 | repeated. |
| @@ -6155,7 +6155,7 @@ | |||
| 6155 | * cus-start.el: Add automatic-hscroll-margin and | 6155 | * cus-start.el: Add automatic-hscroll-margin and |
| 6156 | automatic-hscroll-step. | 6156 | automatic-hscroll-step. |
| 6157 | 6157 | ||
| 6158 | 2002-02-16 Pavel Janík <Pavel@Janik.cz> | 6158 | 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6159 | 6159 | ||
| 6160 | * cus-start.el (x-autoselect-window): Allow customization. | 6160 | * cus-start.el (x-autoselect-window): Allow customization. |
| 6161 | 6161 | ||
| @@ -6252,7 +6252,7 @@ | |||
| 6252 | 6252 | ||
| 6253 | * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. | 6253 | * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. |
| 6254 | 6254 | ||
| 6255 | 2002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6255 | 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 6256 | 6256 | ||
| 6257 | * simple.el (mark-word): Mark more if repeated. | 6257 | * simple.el (mark-word): Mark more if repeated. |
| 6258 | * textmodes/paragraphs.el (mark-paragraph): Ditto. | 6258 | * textmodes/paragraphs.el (mark-paragraph): Ditto. |
| @@ -6353,7 +6353,7 @@ | |||
| 6353 | * cus-start.el: Don't warn about "x-*" symbols when building a | 6353 | * cus-start.el: Don't warn about "x-*" symbols when building a |
| 6354 | non-GUI version. | 6354 | non-GUI version. |
| 6355 | 6355 | ||
| 6356 | 2002-02-11 Pavel Janík <Pavel@Janik.cz> | 6356 | 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6357 | 6357 | ||
| 6358 | * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): | 6358 | * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): |
| 6359 | Doc fix. | 6359 | Doc fix. |
| @@ -6378,7 +6378,7 @@ | |||
| 6378 | (dump-charsets, dump-codings): Deleted (obsolete). | 6378 | (dump-charsets, dump-codings): Deleted (obsolete). |
| 6379 | From Dave Love <fx@gnu.org>. | 6379 | From Dave Love <fx@gnu.org>. |
| 6380 | 6380 | ||
| 6381 | 2002-02-10 Pavel Janík <Pavel@Janik.cz> | 6381 | 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6382 | 6382 | ||
| 6383 | * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. | 6383 | * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. |
| 6384 | 6384 | ||
| @@ -6401,7 +6401,7 @@ | |||
| 6401 | 6401 | ||
| 6402 | * ediff.el: Typo in comment. | 6402 | * ediff.el: Typo in comment. |
| 6403 | 6403 | ||
| 6404 | 2002-02-09 Pavel Janík <Pavel@Janik.cz> | 6404 | 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6405 | 6405 | ||
| 6406 | * menu-bar.el (menu-bar-options-save): Take care of | 6406 | * menu-bar.el (menu-bar-options-save): Take care of |
| 6407 | line-number-mode and column-number-mode variables. | 6407 | line-number-mode and column-number-mode variables. |
| @@ -6478,7 +6478,7 @@ | |||
| 6478 | * subr.el (global-set-key, local-set-key): Accept a symbol for the | 6478 | * subr.el (global-set-key, local-set-key): Accept a symbol for the |
| 6479 | KEY argument (like define-key). | 6479 | KEY argument (like define-key). |
| 6480 | 6480 | ||
| 6481 | 2002-02-06 Pavel Janík <Pavel@Janik.cz> | 6481 | 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6482 | 6482 | ||
| 6483 | * textmodes/flyspell.el (flyspell-insert-function): Doc fix. | 6483 | * textmodes/flyspell.el (flyspell-insert-function): Doc fix. |
| 6484 | 6484 | ||
| @@ -6559,7 +6559,7 @@ | |||
| 6559 | * cus-edit.el (customize-mark-to-save): New function. | 6559 | * cus-edit.el (customize-mark-to-save): New function. |
| 6560 | * menu-bar.el (menu-bar-options-save): Rewrote. | 6560 | * menu-bar.el (menu-bar-options-save): Rewrote. |
| 6561 | 6561 | ||
| 6562 | 2002-02-05 Pavel Janík <Pavel@Janik.cz> | 6562 | 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6563 | 6563 | ||
| 6564 | * cus-start.el (x-use-underline-position-properties): | 6564 | * cus-start.el (x-use-underline-position-properties): |
| 6565 | Allow customization. | 6565 | Allow customization. |
| @@ -6592,11 +6592,11 @@ | |||
| 6592 | * window.el (save-selected-window): Move macro before first use. | 6592 | * window.el (save-selected-window): Move macro before first use. |
| 6593 | (balance-windows): Fix misplaced parenthesis. | 6593 | (balance-windows): Fix misplaced parenthesis. |
| 6594 | 6594 | ||
| 6595 | 2002-02-03 Pavel Janík <Pavel@Janik.cz> | 6595 | 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6596 | 6596 | ||
| 6597 | * calculator.el (calculator-displayers): Doc fixes. | 6597 | * calculator.el (calculator-displayers): Doc fixes. |
| 6598 | 6598 | ||
| 6599 | 2002-02-03 Pavel Janík <Pavel@Janik.cz> | 6599 | 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6600 | 6600 | ||
| 6601 | * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. | 6601 | * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. |
| 6602 | (menu-bar-options-save): Save also the value of `display-time-mode'. | 6602 | (menu-bar-options-save): Save also the value of `display-time-mode'. |
| @@ -6635,7 +6635,7 @@ | |||
| 6635 | looking for X-Coding-System header, and restore the pruned state | 6635 | looking for X-Coding-System header, and restore the pruned state |
| 6636 | before returning. | 6636 | before returning. |
| 6637 | 6637 | ||
| 6638 | 2002-02-02 Pavel Janík <Pavel@Janik.cz> | 6638 | 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6639 | 6639 | ||
| 6640 | * cus-edit.el (customize-save-variable): Fix typo in prompt. | 6640 | * cus-edit.el (customize-save-variable): Fix typo in prompt. |
| 6641 | 6641 | ||
| @@ -6724,7 +6724,7 @@ | |||
| 6724 | * emulation/pc-select.el (pc-select-save-and-set-mode): | 6724 | * emulation/pc-select.el (pc-select-save-and-set-mode): |
| 6725 | Properly use MODE-VAR. | 6725 | Properly use MODE-VAR. |
| 6726 | 6726 | ||
| 6727 | 2002-01-29 Pavel Janík <Pavel@Janik.cz> | 6727 | 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6728 | 6728 | ||
| 6729 | * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs | 6729 | * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs |
| 6730 | Version" to "About Emacs". | 6730 | Version" to "About Emacs". |
| @@ -6741,7 +6741,7 @@ | |||
| 6741 | 6741 | ||
| 6742 | * calendar/calendar.el (generate-calendar-month): Doc fix. | 6742 | * calendar/calendar.el (generate-calendar-month): Doc fix. |
| 6743 | 6743 | ||
| 6744 | 2002-01-27 Pavel Janík <Pavel@Janik.cz> | 6744 | 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6745 | 6745 | ||
| 6746 | * time.el (display-time-mail-directory): New option. | 6746 | * time.el (display-time-mail-directory): New option. |
| 6747 | (display-time-mail-function): Update doc-string. | 6747 | (display-time-mail-function): Update doc-string. |
| @@ -6956,7 +6956,7 @@ | |||
| 6956 | with `byte-compile-dynamic'. | 6956 | with `byte-compile-dynamic'. |
| 6957 | (ibuffer-default-directory, toplevel): Doc files. | 6957 | (ibuffer-default-directory, toplevel): Doc files. |
| 6958 | 6958 | ||
| 6959 | 2002-01-20 Pavel Janík <Pavel@Janik.cz> | 6959 | 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6960 | 6960 | ||
| 6961 | * tempo.el (tempo-define-template): Doc fix. | 6961 | * tempo.el (tempo-define-template): Doc fix. |
| 6962 | 6962 | ||
| @@ -6973,7 +6973,7 @@ | |||
| 6973 | 6973 | ||
| 6974 | * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. | 6974 | * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. |
| 6975 | 6975 | ||
| 6976 | 2002-01-19 Pavel Janík <Pavel@Janik.cz> | 6976 | 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6977 | 6977 | ||
| 6978 | * language/tibet-util.el (tibetan-decompose-region) | 6978 | * language/tibet-util.el (tibetan-decompose-region) |
| 6979 | (tibetan-decompose-string): Fix typo in docstring. | 6979 | (tibetan-decompose-string): Fix typo in docstring. |
| @@ -7065,7 +7065,7 @@ | |||
| 7065 | 7065 | ||
| 7066 | * mail/feedmail.el (feedmail): Fix :link spec. | 7066 | * mail/feedmail.el (feedmail): Fix :link spec. |
| 7067 | 7067 | ||
| 7068 | 2002-01-16 Pavel Janík <Pavel@Janik.cz> | 7068 | 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7069 | 7069 | ||
| 7070 | * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version | 7070 | * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version |
| 7071 | 2 ldapsearch. | 7071 | 2 ldapsearch. |
| @@ -7182,7 +7182,7 @@ | |||
| 7182 | (comint-send-input): New arg NO-NEWLINE. | 7182 | (comint-send-input): New arg NO-NEWLINE. |
| 7183 | (comint-send-eof): Call comint-send-eof with NO-NEWLINE. | 7183 | (comint-send-eof): Call comint-send-eof with NO-NEWLINE. |
| 7184 | 7184 | ||
| 7185 | 2002-01-12 Pavel Janík <Pavel@Janik.cz> | 7185 | 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7186 | 7186 | ||
| 7187 | * textmodes/flyspell.el (flyspell-check-pre-word-p): | 7187 | * textmodes/flyspell.el (flyspell-check-pre-word-p): |
| 7188 | Prevent delaying when executing keyboard macros. | 7188 | Prevent delaying when executing keyboard macros. |
| @@ -7267,7 +7267,7 @@ | |||
| 7267 | 7267 | ||
| 7268 | * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. | 7268 | * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. |
| 7269 | 7269 | ||
| 7270 | 2002-01-08 Pavel Janík <Pavel@Janik.cz> | 7270 | 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7271 | 7271 | ||
| 7272 | * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): | 7272 | * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): |
| 7273 | Do not use make-local-hook. | 7273 | Do not use make-local-hook. |
| @@ -7283,7 +7283,7 @@ | |||
| 7283 | 7283 | ||
| 7284 | * ediff-hook.el: Add an autoload cookie. | 7284 | * ediff-hook.el: Add an autoload cookie. |
| 7285 | 7285 | ||
| 7286 | 2002-01-08 Pavel Janík <Pavel@Janik.cz> | 7286 | 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7287 | 7287 | ||
| 7288 | * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail | 7288 | * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail |
| 7289 | address of the author. | 7289 | address of the author. |
| @@ -7395,7 +7395,7 @@ | |||
| 7395 | * help-fns.el (describe-variable, describe-function): | 7395 | * help-fns.el (describe-variable, describe-function): |
| 7396 | Do save-excursion. | 7396 | Do save-excursion. |
| 7397 | 7397 | ||
| 7398 | 2002-01-06 Pavel Janík <Pavel@Janik.cz> | 7398 | 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7399 | 7399 | ||
| 7400 | * net/ldap.el (ldap-search-internal): Skip error message from | 7400 | * net/ldap.el (ldap-search-internal): Skip error message from |
| 7401 | ldapsearch. Allow listing attribute names only. Do not open | 7401 | ldapsearch. Allow listing attribute names only. Do not open |
| @@ -7419,7 +7419,7 @@ | |||
| 7419 | * net/eudcb-ldap.el (eudc-attribute-display-method-alist): | 7419 | * net/eudcb-ldap.el (eudc-attribute-display-method-alist): |
| 7420 | Use proper attribute name labeledUri instead of deprecated labeledUrl. | 7420 | Use proper attribute name labeledUri instead of deprecated labeledUrl. |
| 7421 | 7421 | ||
| 7422 | 2002-01-05 Pavel Janík <Pavel@Janik.cz> | 7422 | 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7423 | 7423 | ||
| 7424 | * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when | 7424 | * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when |
| 7425 | editing an empty hotlist. | 7425 | editing an empty hotlist. |
| @@ -7480,7 +7480,7 @@ | |||
| 7480 | 7480 | ||
| 7481 | * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. | 7481 | * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. |
| 7482 | 7482 | ||
| 7483 | 2002-01-04 Pavel Janík <Pavel@Janik.cz> | 7483 | 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7484 | 7484 | ||
| 7485 | * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. | 7485 | * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. |
| 7486 | (ldap-ignore-attribute-codings): Change the default value to allow | 7486 | (ldap-ignore-attribute-codings): Change the default value to allow |
| @@ -7510,7 +7510,7 @@ | |||
| 7510 | does not exist, call mail-recover-1 to allow recovery from past | 7510 | does not exist, call mail-recover-1 to allow recovery from past |
| 7511 | auto-saved drafts. | 7511 | auto-saved drafts. |
| 7512 | 7512 | ||
| 7513 | 2002-01-03 Pavel Janík <Pavel@Janik.cz> | 7513 | 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7514 | 7514 | ||
| 7515 | * time.el (display-time-load-average-threshold): Fix defcustom | 7515 | * time.el (display-time-load-average-threshold): Fix defcustom |
| 7516 | (add type and group). | 7516 | (add type and group). |
| @@ -7629,7 +7629,7 @@ | |||
| 7629 | * bindings.el (function-key-map): Don't bind shifted keypad | 7629 | * bindings.el (function-key-map): Don't bind shifted keypad |
| 7630 | numeric keys. | 7630 | numeric keys. |
| 7631 | 7631 | ||
| 7632 | 2002-01-02 Pavel Janík <Pavel@Janik.cz> | 7632 | 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7633 | 7633 | ||
| 7634 | * enriched.el (enriched-handle-display-prop): Remove unused variables. | 7634 | * enriched.el (enriched-handle-display-prop): Remove unused variables. |
| 7635 | (enriched-mode): Doc fix. | 7635 | (enriched-mode): Doc fix. |
| @@ -7665,7 +7665,7 @@ | |||
| 7665 | * cus-edit.el (custom-face-edit-fix-value): New function. | 7665 | * cus-edit.el (custom-face-edit-fix-value): New function. |
| 7666 | (custom-face-edit): Use it, to convert :italic and :bold to new forms. | 7666 | (custom-face-edit): Use it, to convert :italic and :bold to new forms. |
| 7667 | 7667 | ||
| 7668 | 2001-12-30 Pavel Janík <Pavel@Janik.cz> | 7668 | 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7669 | 7669 | ||
| 7670 | * progmodes/octave-mod.el (octave-abbrev-table): | 7670 | * progmodes/octave-mod.el (octave-abbrev-table): |
| 7671 | * progmodes/idlwave.el (idlwave-mode-abbrev-table): | 7671 | * progmodes/idlwave.el (idlwave-mode-abbrev-table): |
| @@ -7795,7 +7795,7 @@ | |||
| 7795 | 7795 | ||
| 7796 | * international/fontset.el: Don't require ind-util when compiling. | 7796 | * international/fontset.el: Don't require ind-util when compiling. |
| 7797 | 7797 | ||
| 7798 | 2001-12-25 Pavel Janík <Pavel@Janik.cz> | 7798 | 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7799 | 7799 | ||
| 7800 | * emulation/tpu-edt.el (tpu-reset-screen-size): | 7800 | * emulation/tpu-edt.el (tpu-reset-screen-size): |
| 7801 | Use set-frame-height and set-frame-width instead of set-screen-height | 7801 | Use set-frame-height and set-frame-width instead of set-screen-height |
| @@ -7883,7 +7883,7 @@ | |||
| 7883 | * play/yow.el (yow): Use an arg to distinguish interactive calls, | 7883 | * play/yow.el (yow): Use an arg to distinguish interactive calls, |
| 7884 | not interactive-p. | 7884 | not interactive-p. |
| 7885 | 7885 | ||
| 7886 | 2001-12-22 Pavel Janík <Pavel@Janik.cz> | 7886 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7887 | 7887 | ||
| 7888 | * emacs-lisp/elint.el (elint-unknown-builtin-args): | 7888 | * emacs-lisp/elint.el (elint-unknown-builtin-args): |
| 7889 | Remove mocklisp entries. | 7889 | Remove mocklisp entries. |
| @@ -7909,7 +7909,7 @@ | |||
| 7909 | * textmodes/refill.el (refill-mode): Don't barf when redundantly | 7909 | * textmodes/refill.el (refill-mode): Don't barf when redundantly |
| 7910 | turning refill-mode off. | 7910 | turning refill-mode off. |
| 7911 | 7911 | ||
| 7912 | 2001-12-22 Pavel Janík <Pavel@Janik.cz> | 7912 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7913 | 7913 | ||
| 7914 | * time.el (display-time-load-average-threshold): New variable. | 7914 | * time.el (display-time-load-average-threshold): New variable. |
| 7915 | (display-time-update): Use it. | 7915 | (display-time-update): Use it. |
| @@ -8052,7 +8052,7 @@ | |||
| 8052 | (print-coding-system-briefly): Make printed output have a similar | 8052 | (print-coding-system-briefly): Make printed output have a similar |
| 8053 | format as describe-character-set. | 8053 | format as describe-character-set. |
| 8054 | 8054 | ||
| 8055 | 2001-12-20 Pavel Janík <Pavel@Janik.cz> | 8055 | 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8056 | 8056 | ||
| 8057 | * play/blackbox.el (bb-member): Remove, use member instead. | 8057 | * play/blackbox.el (bb-member): Remove, use member instead. |
| 8058 | (bb-delete): Remove, use delete instead. | 8058 | (bb-delete): Remove, use delete instead. |
| @@ -8086,7 +8086,7 @@ | |||
| 8086 | 8086 | ||
| 8087 | * international/fontset.el: Require `ind-util' when compiling. | 8087 | * international/fontset.el: Require `ind-util' when compiling. |
| 8088 | 8088 | ||
| 8089 | 2001-12-18 Pavel Janík <Pavel@Janik.cz> | 8089 | 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8090 | 8090 | ||
| 8091 | * language/ethio-util.el (ethio-modify-vowel): Use char-to-string | 8091 | * language/ethio-util.el (ethio-modify-vowel): Use char-to-string |
| 8092 | instead of decompose-composite-char. | 8092 | instead of decompose-composite-char. |
| @@ -8304,7 +8304,7 @@ | |||
| 8304 | 8304 | ||
| 8305 | * newcomment.el (comment-indent): Jump to the middle of empty comments. | 8305 | * newcomment.el (comment-indent): Jump to the middle of empty comments. |
| 8306 | 8306 | ||
| 8307 | 2001-12-14 Pavel Janík <Pavel@Janik.cz> | 8307 | 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8308 | 8308 | ||
| 8309 | * select.el (xselect-convert-to-class, xselect-convert-to-name): | 8309 | * select.el (xselect-convert-to-class, xselect-convert-to-name): |
| 8310 | Document. | 8310 | Document. |
| @@ -8352,7 +8352,7 @@ | |||
| 8352 | * international/mule.el (set-auto-coding): Don't search for | 8352 | * international/mule.el (set-auto-coding): Don't search for |
| 8353 | "unibyte:" or "coding:" if set-auto-mode-1 returns nil. | 8353 | "unibyte:" or "coding:" if set-auto-mode-1 returns nil. |
| 8354 | 8354 | ||
| 8355 | 2001-12-13 Pavel Janík <Pavel@Janik.cz> | 8355 | 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8356 | 8356 | ||
| 8357 | * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. | 8357 | * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. |
| 8358 | 8358 | ||
| @@ -8408,7 +8408,7 @@ | |||
| 8408 | * language/european.el: Remove autoload cookies. Fix registration | 8408 | * language/european.el: Remove autoload cookies. Fix registration |
| 8409 | of diacritic composition function. | 8409 | of diacritic composition function. |
| 8410 | 8410 | ||
| 8411 | 2001-12-11 Pavel Janík <Pavel@Janik.cz> | 8411 | 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8412 | 8412 | ||
| 8413 | * calendar/todo-mode.el: Require time-stamp. | 8413 | * calendar/todo-mode.el: Require time-stamp. |
| 8414 | 8414 | ||
| @@ -8465,7 +8465,7 @@ | |||
| 8465 | Use `select-frame-set-input-focus'--needed when window manager | 8465 | Use `select-frame-set-input-focus'--needed when window manager |
| 8466 | uses "click to focus" policy. | 8466 | uses "click to focus" policy. |
| 8467 | 8467 | ||
| 8468 | 2001-12-09 Pavel Janík <Pavel@Janik.cz> | 8468 | 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8469 | 8469 | ||
| 8470 | * COPYING: Moved back. | 8470 | * COPYING: Moved back. |
| 8471 | 8471 | ||
| @@ -8614,7 +8614,7 @@ | |||
| 8614 | * textmodes/picture.el (picture-mode-map): Don't use defconst | 8614 | * textmodes/picture.el (picture-mode-map): Don't use defconst |
| 8615 | for a variable. | 8615 | for a variable. |
| 8616 | 8616 | ||
| 8617 | 2001-12-02 Pavel Janík <Pavel@Janik.cz> | 8617 | 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8618 | 8618 | ||
| 8619 | * textmodes/reftex-index.el (reftex-index-mode): | 8619 | * textmodes/reftex-index.el (reftex-index-mode): |
| 8620 | Remove make-local-hook. | 8620 | Remove make-local-hook. |
| @@ -8679,12 +8679,12 @@ | |||
| 8679 | 8679 | ||
| 8680 | * man.el (Man-build-section-alist): Remove last Man-match-substring. | 8680 | * man.el (Man-build-section-alist): Remove last Man-match-substring. |
| 8681 | 8681 | ||
| 8682 | 2001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8682 | 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 8683 | 8683 | ||
| 8684 | * textmodes/paragraphs.el (mark-paragraph): Clarify doc. | 8684 | * textmodes/paragraphs.el (mark-paragraph): Clarify doc. |
| 8685 | Clarify error message. | 8685 | Clarify error message. |
| 8686 | 8686 | ||
| 8687 | 2001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8687 | 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 8688 | 8688 | ||
| 8689 | * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. | 8689 | * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. |
| 8690 | 8690 | ||
| @@ -8738,7 +8738,7 @@ | |||
| 8738 | (Info-index): Use it. Add completion to the interactive spec. | 8738 | (Info-index): Use it. Add completion to the interactive spec. |
| 8739 | (Info-menu-update): Simplify call to `Info-complete-menu-item'. | 8739 | (Info-menu-update): Simplify call to `Info-complete-menu-item'. |
| 8740 | 8740 | ||
| 8741 | 2001-11-29 Pavel Janík <Pavel@Janik.cz> | 8741 | 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8742 | 8742 | ||
| 8743 | * COPYING: Removed. | 8743 | * COPYING: Removed. |
| 8744 | 8744 | ||
| @@ -8755,7 +8755,7 @@ | |||
| 8755 | (register-char-codings): Use it to cope with generic chars in | 8755 | (register-char-codings): Use it to cope with generic chars in |
| 8756 | safe-chars. | 8756 | safe-chars. |
| 8757 | 8757 | ||
| 8758 | 2001-11-29 Pavel Janík <Pavel@Janik.cz> | 8758 | 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8759 | 8759 | ||
| 8760 | * play/blackbox.el (blackbox-mode, blackbox): Doc fix. | 8760 | * play/blackbox.el (blackbox-mode, blackbox): Doc fix. |
| 8761 | 8761 | ||
| @@ -8899,7 +8899,7 @@ | |||
| 8899 | * frame.el (show-trailing-whitespace): Remove :set argument (the | 8899 | * frame.el (show-trailing-whitespace): Remove :set argument (the |
| 8900 | value was essentially identical to the defalt). | 8900 | value was essentially identical to the defalt). |
| 8901 | 8901 | ||
| 8902 | 2001-11-26 Pavel Janík <Pavel@Janik.cz> | 8902 | 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8903 | 8903 | ||
| 8904 | * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. | 8904 | * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. |
| 8905 | 8905 | ||
| @@ -8963,7 +8963,7 @@ | |||
| 8963 | 8963 | ||
| 8964 | * help-funs.el (describe-syntax): Put (interactive) after doc string. | 8964 | * help-funs.el (describe-syntax): Put (interactive) after doc string. |
| 8965 | 8965 | ||
| 8966 | 2001-11-26 Pavel Janík <Pavel@Janik.cz> | 8966 | 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 8967 | 8967 | ||
| 8968 | * international/quail.el (quail-help): Require help-mode in | 8968 | * international/quail.el (quail-help): Require help-mode in |
| 8969 | top-level instead. | 8969 | top-level instead. |
| @@ -9034,12 +9034,12 @@ | |||
| 9034 | * language/devan-util.el: Comment out parts of the file | 9034 | * language/devan-util.el: Comment out parts of the file |
| 9035 | which apparently are garbled. | 9035 | which apparently are garbled. |
| 9036 | 9036 | ||
| 9037 | 2001-11-25 Pavel Janík <Pavel@Janik.cz> | 9037 | 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9038 | 9038 | ||
| 9039 | * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use | 9039 | * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use |
| 9040 | insert-string. | 9040 | insert-string. |
| 9041 | 9041 | ||
| 9042 | 2001-11-25 Pavel Janík <Pavel@Janik.cz> | 9042 | 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9043 | 9043 | ||
| 9044 | * play/snake.el (snake-mode): Remove make-local-hook. | 9044 | * play/snake.el (snake-mode): Remove make-local-hook. |
| 9045 | 9045 | ||
| @@ -9166,7 +9166,7 @@ | |||
| 9166 | 9166 | ||
| 9167 | * international/encoded-kb.el: Don't alter minor-map-alist. | 9167 | * international/encoded-kb.el: Don't alter minor-map-alist. |
| 9168 | 9168 | ||
| 9169 | 2001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9169 | 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 9170 | 9170 | ||
| 9171 | * files.el (auto-save-file-name-transforms): Put remote files in | 9171 | * files.el (auto-save-file-name-transforms): Put remote files in |
| 9172 | temporary-file-directory rather than /tmp. | 9172 | temporary-file-directory rather than /tmp. |
| @@ -9524,7 +9524,7 @@ | |||
| 9524 | Don't recognize a "telephone number" at the beginning of the name. | 9524 | Don't recognize a "telephone number" at the beginning of the name. |
| 9525 | (mail-extr-leading-garbage): Match non-word characters only. | 9525 | (mail-extr-leading-garbage): Match non-word characters only. |
| 9526 | 9526 | ||
| 9527 | 2001-11-16 Pavel Janík <Pavel@Janik.cz> | 9527 | 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9528 | 9528 | ||
| 9529 | * startup.el (command-line-processed): Doc fix. | 9529 | * startup.el (command-line-processed): Doc fix. |
| 9530 | 9530 | ||
| @@ -9552,7 +9552,7 @@ | |||
| 9552 | (multiple-value-apply, nth-value): Use defsubst rather than defalias | 9552 | (multiple-value-apply, nth-value): Use defsubst rather than defalias |
| 9553 | to get better doc strings. | 9553 | to get better doc strings. |
| 9554 | 9554 | ||
| 9555 | 2001-11-15 Pavel Janík <Pavel@Janik.cz> | 9555 | 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9556 | 9556 | ||
| 9557 | * derived.el: Fix autoload cookie. | 9557 | * derived.el: Fix autoload cookie. |
| 9558 | 9558 | ||
| @@ -9747,7 +9747,7 @@ | |||
| 9747 | (log-view-current-tag): Take an optional `where' arg. | 9747 | (log-view-current-tag): Take an optional `where' arg. |
| 9748 | (log-view-diff): New user command. | 9748 | (log-view-diff): New user command. |
| 9749 | 9749 | ||
| 9750 | 2001-11-12 Pavel Janík <Pavel@Janik.cz> | 9750 | 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9751 | 9751 | ||
| 9752 | * progmodes/cpp.el (cpp-choose-face): Fix typo. | 9752 | * progmodes/cpp.el (cpp-choose-face): Fix typo. |
| 9753 | 9753 | ||
| @@ -9787,7 +9787,7 @@ | |||
| 9787 | * calc/calc-ext.el (calc-init-extensions): Update autoload names | 9787 | * calc/calc-ext.el (calc-init-extensions): Update autoload names |
| 9788 | to match files renamed on initial calc import. | 9788 | to match files renamed on initial calc import. |
| 9789 | 9789 | ||
| 9790 | 2001-11-12 Pavel Janík <Pavel@Janik.cz> | 9790 | 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9791 | 9791 | ||
| 9792 | * textmodes/flyspell.el (flyspell-default-dictionary): | 9792 | * textmodes/flyspell.el (flyspell-default-dictionary): |
| 9793 | Fix previous change. | 9793 | Fix previous change. |
| @@ -9830,7 +9830,7 @@ | |||
| 9830 | 2001-11-11 Colin Walters <walters@verbum.org> | 9830 | 2001-11-11 Colin Walters <walters@verbum.org> |
| 9831 | 9831 | ||
| 9832 | The following changes are based on patches from | 9832 | The following changes are based on patches from |
| 9833 | Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann | 9833 | Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann |
| 9834 | <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. | 9834 | <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. |
| 9835 | 9835 | ||
| 9836 | * calc/calc.el (toplevel): Require calc-macs. | 9836 | * calc/calc.el (toplevel): Require calc-macs. |
| @@ -9899,7 +9899,7 @@ | |||
| 9899 | (radio-button-choice): Ditto. | 9899 | (radio-button-choice): Ditto. |
| 9900 | (editable-list): Ditto. | 9900 | (editable-list): Ditto. |
| 9901 | 9901 | ||
| 9902 | 2001-11-09 Pavel Janík <Pavel@Janik.cz> | 9902 | 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 9903 | 9903 | ||
| 9904 | * play/gomoku.el: Move definitions of constants to the beginning | 9904 | * play/gomoku.el: Move definitions of constants to the beginning |
| 9905 | of file, before their use. | 9905 | of file, before their use. |
| @@ -10175,7 +10175,7 @@ | |||
| 10175 | (debugger-setup-buffer): Call it. | 10175 | (debugger-setup-buffer): Call it. |
| 10176 | (debugger-mode-map): Bind RET and mouse-2. | 10176 | (debugger-mode-map): Bind RET and mouse-2. |
| 10177 | 10177 | ||
| 10178 | 2001-10-31 Pavel Janík <Pavel@Janik.cz> | 10178 | 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 10179 | 10179 | ||
| 10180 | * startup.el: Document command line option --no-window-system | 10180 | * startup.el: Document command line option --no-window-system |
| 10181 | instead of --no-windows. | 10181 | instead of --no-windows. |
| @@ -10318,7 +10318,7 @@ | |||
| 10318 | Report numbers of files skipped and failed too. | 10318 | Report numbers of files skipped and failed too. |
| 10319 | (byte-compile-file): Return 'no-byte-compile for skipped files. | 10319 | (byte-compile-file): Return 'no-byte-compile for skipped files. |
| 10320 | 10320 | ||
| 10321 | 2001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 10321 | 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 10322 | 10322 | ||
| 10323 | * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' | 10323 | * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' |
| 10324 | and `M p'. | 10324 | and `M p'. |
| @@ -10668,7 +10668,7 @@ | |||
| 10668 | * progmodes/compile.el (compilation-set-window-height): | 10668 | * progmodes/compile.el (compilation-set-window-height): |
| 10669 | Select old window only if it's still live. | 10669 | Select old window only if it's still live. |
| 10670 | 10670 | ||
| 10671 | 2001-10-22 Pavel Janík <Pavel@Janik.cz> | 10671 | 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 10672 | 10672 | ||
| 10673 | * help-mode.el (help-buffer): Remove debugging code. | 10673 | * help-mode.el (help-buffer): Remove debugging code. |
| 10674 | From Stefan Monnier <monnier@cs.yale.edu>. | 10674 | From Stefan Monnier <monnier@cs.yale.edu>. |