comparison lisp/ChangeLog @ 44872:9247dfe141e4

2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu> * ediff-hooks.el: Put back the autoloads.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 26 Apr 2002 05:17:53 +0000
parents fe9296210133
children d995856e52ba
comparison
equal deleted inserted replaced
44871:15b639b48157 44872:9247dfe141e4
1 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * ediff-hooks.el: Put back the autoloads.
4
1 2002-04-25 Colin Walters <walters@verbum.org> 5 2002-04-25 Colin Walters <walters@verbum.org>
2 6
3 * ibuffer.el (define column process): Use `ibuffer-aif'. 7 * ibuffer.el (define column process): Use `ibuffer-aif'.
4 8
5 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken 9 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
271 * simple.el (line-move-finish): Find beg and end of line 275 * simple.el (line-move-finish): Find beg and end of line
272 before calling line-move-to-column. Do consider intangible 276 before calling line-move-to-column. Do consider intangible
273 when finding the end. Take more care in analyzing the results 277 when finding the end. Take more care in analyzing the results
274 of intangibility after line-move-to-column. 278 of intangibility after line-move-to-column.
275 279
276 2002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 280 2002-04-22 Pavel Janík <Pavel@Janik.cz>
277 281
278 * international/mule-diag.el (list-input-methods-1): Doc fix 282 * international/mule-diag.el (list-input-methods-1): Doc fix
279 (LEIM is now part of the standard distribution). 283 (LEIM is now part of the standard distribution).
280 284
281 * tmm.el (tmm-completion-prompt): Doc fix. 285 * tmm.el (tmm-completion-prompt): Doc fix.
1263 1267
1264 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> 1268 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1265 1269
1266 * term.el (term-emulate-terminal): Fix last change. 1270 * term.el (term-emulate-terminal): Fix last change.
1267 1271
1268 2002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1272 2002-04-16 Pavel Janík <Pavel@Janik.cz>
1269 1273
1270 * bindings.el (mode-line-mode-menu): Update names to reflect 1274 * bindings.el (mode-line-mode-menu): Update names to reflect
1271 latest changes. 1275 latest changes.
1272 1276
1273 2002-04-16 Mike Williams <mdub@bigfoot.com> 1277 2002-04-16 Mike Williams <mdub@bigfoot.com>
1339 repeat (with or without arg) jump to next mark off ring. 1343 repeat (with or without arg) jump to next mark off ring.
1340 - Use C-u C-u prefix to set mark after jump. 1344 - Use C-u C-u prefix to set mark after jump.
1341 (exchange-point-and-mark): Temporarily enable transient-mark-mode 1345 (exchange-point-and-mark): Temporarily enable transient-mark-mode
1342 if prefix arg. 1346 if prefix arg.
1343 1347
1344 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1348 2002-04-14 Pavel Janík <Pavel@Janik.cz>
1345 1349
1346 * speedbar.el (speedbar-tag-hierarchy-method) 1350 * speedbar.el (speedbar-tag-hierarchy-method)
1347 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. 1351 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
1348 1352
1349 2002-04-14 Mike Williams <mdub@bigfoot.com> 1353 2002-04-14 Mike Williams <mdub@bigfoot.com>
1350 1354
1351 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at 1355 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
1352 beginning of buffer. 1356 beginning of buffer.
1353 1357
1354 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1358 2002-04-14 Pavel Janík <Pavel@Janik.cz>
1355 1359
1356 * speedbar.el (speedbar-generic-item-info) 1360 * speedbar.el (speedbar-generic-item-info)
1357 (speedbar-sort-tags): Doc fix. 1361 (speedbar-sort-tags): Doc fix.
1358 (speedbar-add-supported-extension): Fix typo in interactive spec. 1362 (speedbar-add-supported-extension): Fix typo in interactive spec.
1359 1363
1378 (gamegrid-add-score-insecure): Restored from the old 1382 (gamegrid-add-score-insecure): Restored from the old
1379 `gamegrid-add-score'. 1383 `gamegrid-add-score'.
1380 (gamegrid-add-score): Just dispatch on `system-type' to one of the 1384 (gamegrid-add-score): Just dispatch on `system-type' to one of the
1381 previous two functions. 1385 previous two functions.
1382 1386
1383 2002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1387 2002-04-13 Pavel Janík <Pavel@Janik.cz>
1384 1388
1385 * iswitchb.el: Update commentary to include new function 1389 * iswitchb.el: Update commentary to include new function
1386 iswitchb-exclude-nonmatching. 1390 iswitchb-exclude-nonmatching.
1387 1391
1388 2002-04-12 John Wiegley <johnw@gnu.org> 1392 2002-04-12 John Wiegley <johnw@gnu.org>
1443 (fill-move-to-break-point): Make sure the result is always greater 1447 (fill-move-to-break-point): Make sure the result is always greater
1444 than linebeg, so we ensure forward progress. 1448 than linebeg, so we ensure forward progress.
1445 (fill-region-as-paragraph): Compare to `to' rather than eobp. 1449 (fill-region-as-paragraph): Compare to `to' rather than eobp.
1446 (fill-paragraph): Don't rebind fill-paragraph-function. 1450 (fill-paragraph): Don't rebind fill-paragraph-function.
1447 1451
1448 2002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1452 2002-04-11 Pavel Janík <Pavel@Janik.cz>
1449 1453
1450 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. 1454 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
1451 1455
1452 2002-04-11 Andreas Schwab <schwab@suse.de> 1456 2002-04-11 Andreas Schwab <schwab@suse.de>
1453 1457
1561 1565
1562 * textmodes/sgml-mode.el (sgml-lexical-context): 1566 * textmodes/sgml-mode.el (sgml-lexical-context):
1563 Use sgml-parse-tag-backward to find start point. 1567 Use sgml-parse-tag-backward to find start point.
1564 (sgml-looking-back-at): Doc fix. 1568 (sgml-looking-back-at): Doc fix.
1565 1569
1566 2002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1570 2002-04-09 Pavel Janík <Pavel@Janik.cz>
1567 1571
1568 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face 1572 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
1569 for prompt. 1573 for prompt.
1570 1574
1571 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> 1575 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
1610 2002-04-08 Sam Steingold <sds@gnu.org> 1614 2002-04-08 Sam Steingold <sds@gnu.org>
1611 1615
1612 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. 1616 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
1613 (vc-cvs-checkin): Use it. 1617 (vc-cvs-checkin): Use it.
1614 1618
1615 2002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1619 2002-04-08 Pavel Janík <Pavel@Janik.cz>
1616 1620
1617 * files.el (display-time-string): Fix last change. 1621 * files.el (display-time-string): Fix last change.
1618 1622
1619 2002-04-07 Sam Steingold <sds@gnu.org> 1623 2002-04-07 Sam Steingold <sds@gnu.org>
1620 1624
1625 * international/mule-cmds.el (set-default-coding-systems) 1629 * international/mule-cmds.el (set-default-coding-systems)
1626 (reset-language-environment): Preserve eols on 1630 (reset-language-environment): Preserve eols on
1627 default-process-coding-system. 1631 default-process-coding-system.
1628 (coding-system-change-text-conversion): Fix case where CODING is nil. 1632 (coding-system-change-text-conversion): Fix case where CODING is nil.
1629 1633
1630 2002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1634 2002-04-07 Pavel Janík <Pavel@Janik.cz>
1631 1635
1632 * subr.el (play-sound): Move here from simple.el. 1636 * subr.el (play-sound): Move here from simple.el.
1633 1637
1634 * simple.el (play-sound): Move to subr.el. 1638 * simple.el (play-sound): Move to subr.el.
1635 1639
1652 1656
1653 2002-04-06 Mike Williams <mdub@bigfoot.com> 1657 2002-04-06 Mike Williams <mdub@bigfoot.com>
1654 1658
1655 * textmodes/xml-lite.el: Remove. 1659 * textmodes/xml-lite.el: Remove.
1656 1660
1657 2002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1661 2002-04-05 Pavel Janík <Pavel@Janik.cz>
1658 1662
1659 * simple.el (play-sound): New function (uses play-sound-internal). 1663 * simple.el (play-sound): New function (uses play-sound-internal).
1660 1664
1661 2002-04-04 Richard M. Stallman <rms@gnu.org> 1665 2002-04-04 Richard M. Stallman <rms@gnu.org>
1662 1666
1676 2002-04-04 Mike Williams <mdub@bigfoot.com> 1680 2002-04-04 Mike Williams <mdub@bigfoot.com>
1677 1681
1678 * textmodes/sgml-mode.el: Add missing require. 1682 * textmodes/sgml-mode.el: Add missing require.
1679 (sgml-lexical-context): Fix up CDATA detection for boundary cases. 1683 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
1680 1684
1681 2002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1685 2002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1682 1686
1683 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to 1687 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
1684 spot indicated by text property `cvs-goal-column', if present. 1688 spot indicated by text property `cvs-goal-column', if present.
1685 1689
1686 * pcvs-info.el (cvs-fileinfo-pp): Use text property 1690 * pcvs-info.el (cvs-fileinfo-pp): Use text property
1744 1748
1745 * textmodes/sgml-mode.el (sgml-lexical-context) 1749 * textmodes/sgml-mode.el (sgml-lexical-context)
1746 (sgml-parse-tag-backward): Extend support for CDATA to include 1750 (sgml-parse-tag-backward): Extend support for CDATA to include
1747 conditional sections. 1751 conditional sections.
1748 1752
1749 2002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1753 2002-04-03 Pavel Janík <Pavel@Janik.cz>
1750 1754
1751 * cus-start.el: Rename `autoselect-window' to 1755 * cus-start.el: Rename `autoselect-window' to
1752 `mouse-autoselect-window'. 1756 `mouse-autoselect-window'.
1753 1757
1754 2002-04-02 Richard M. Stallman <rms@gnu.org> 1758 2002-04-02 Richard M. Stallman <rms@gnu.org>
1818 1822
1819 * textmodes/xml-lite.el: Removed much redundant stuff. 1823 * textmodes/xml-lite.el: Removed much redundant stuff.
1820 (xml-lite-parse-tag-backward): Simplify parsing by assuming we 1824 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
1821 always start within text. Make use of sgml-unclosed-tag-p. 1825 always start within text. Make use of sgml-unclosed-tag-p.
1822 1826
1823 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> 1827 2002-04-01 Ville Skyttä <ville.skytta@xemacs.org>
1824 1828
1825 * tcl.el (tcl-imenu-generic-expression): New value. 1829 * tcl.el (tcl-imenu-generic-expression): New value.
1826 (tcl-imenu-create-index-function): Function deleted. 1830 (tcl-imenu-create-index-function): Function deleted.
1827 (tcl-mode): Check for filladapt-mode. 1831 (tcl-mode): Check for filladapt-mode.
1828 Use tcl-imenu-generic-expression instead of 1832 Use tcl-imenu-generic-expression instead of
1829 tcl-imenu-create-index-function. 1833 tcl-imenu-create-index-function.
1830 (inferior-tcl-mode): Doc fix. 1834 (inferior-tcl-mode): Doc fix.
1831 Change not legally significant. 1835 Change not legally significant.
1832 1836
1833 2002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1837 2002-04-01 Pavel Janík <Pavel@Janik.cz>
1834 1838
1835 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. 1839 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
1836 1840
1837 * window.el (handle-select-window): New function. 1841 * window.el (handle-select-window): New function.
1838 Update copyright. 1842 Update copyright.
2029 (xml-lite-indent-comment-offset): Remove. 2033 (xml-lite-indent-comment-offset): Remove.
2030 (xml-lite-calculate-indent): Use new name. Use natural alignment 2034 (xml-lite-calculate-indent): Use new name. Use natural alignment
2031 for comments. 2035 for comments.
2032 (xml-lite-in-string-p): Simplify. 2036 (xml-lite-in-string-p): Simplify.
2033 2037
2034 2002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2038 2002-03-27 Pavel Janík <Pavel@Janik.cz>
2035 2039
2036 * allout.el (outline-layout): Doc fix. 2040 * allout.el (outline-layout): Doc fix.
2037 2041
2038 2002-03-27 Stefan Monnier <monnier@cs.yale.edu> 2042 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
2039 2043
2097 2101
2098 2002-03-26 Richard M. Stallman <rms@gnu.org> 2102 2002-03-26 Richard M. Stallman <rms@gnu.org>
2099 2103
2100 * subr.el (substring-no-properties): Function deleted (now in C). 2104 * subr.el (substring-no-properties): Function deleted (now in C).
2101 2105
2102 2002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2106 2002-03-25 Pavel Janík <Pavel@Janik.cz>
2103 2107
2104 * mwheel.el (mouse-wheel-mode): Use global-set-key and 2108 * mwheel.el (mouse-wheel-mode): Use global-set-key and
2105 global-unset-key. 2109 global-unset-key.
2106 2110
2107 2002-03-24 Richard M. Stallman <rms@gnu.org> 2111 2002-03-24 Richard M. Stallman <rms@gnu.org>
2138 (:foreground COLOR) and (:background COLOR). 2142 (:foreground COLOR) and (:background COLOR).
2139 (enriched-decode-foreground, enriched-decode-background): Set the 2143 (enriched-decode-foreground, enriched-decode-background): Set the
2140 fore- and background colors of the faces we create, since facemenu 2144 fore- and background colors of the faces we create, since facemenu
2141 doesn't. 2145 doesn't.
2142 2146
2143 2002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2147 2002-03-24 Pavel Janík <Pavel@Janik.cz>
2144 2148
2145 * mwheel.el (mouse-wheel-mode): Use the result of 2149 * mwheel.el (mouse-wheel-mode): Use the result of
2146 current-global-map instead of the variable `global-map'. 2150 current-global-map instead of the variable `global-map'.
2147 2151
2148 2002-03-23 Richard M. Stallman <rms@gnu.org> 2152 2002-03-23 Richard M. Stallman <rms@gnu.org>
2193 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org> 2197 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2194 2198
2195 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 2199 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
2196 directions as the last action. 2200 directions as the last action.
2197 2201
2198 2002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2202 2002-03-21 Pavel Janík <Pavel@Janik.cz>
2199 2203
2200 * startup.el (fancy-splash-tail, normal-splash-screen): 2204 * startup.el (fancy-splash-tail, normal-splash-screen):
2201 Update copyright. 2205 Update copyright.
2202 2206
2203 * novice.el (disabled-command-hook): Clarify output text to match 2207 * novice.el (disabled-command-hook): Clarify output text to match
2382 (po-find-charset): Search for the Charset= header even if we've 2386 (po-find-charset): Search for the Charset= header even if we've
2383 read less than 4KB. 2387 read less than 4KB.
2384 <top-level>: Remove the setup for all known codepages: it seems 2388 <top-level>: Remove the setup for all known codepages: it seems
2385 to cause crashes in the CCL driver. 2389 to cause crashes in the CCL driver.
2386 2390
2387 2002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2391 2002-03-16 Pavel Janík <Pavel@Janik.cz>
2388 2392
2389 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) 2393 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
2390 (bibtex-entry-field-alist): Doc fix. 2394 (bibtex-entry-field-alist): Doc fix.
2391 2395
2392 2002-03-16 Richard M. Stallman <rms@gnu.org> 2396 2002-03-16 Richard M. Stallman <rms@gnu.org>
2400 2002-03-15 Stefan Monnier <monnier@cs.yale.edu> 2404 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
2401 2405
2402 * files.el (load-completion): New function. 2406 * files.el (load-completion): New function.
2403 (load-library): Use it. 2407 (load-library): Use it.
2404 2408
2405 2002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2409 2002-03-15 Pavel Janík <Pavel@Janik.cz>
2406 2410
2407 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 2411 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
2408 to match the actual code. 2412 to match the actual code.
2409 2413
2410 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il> 2414 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
2543 (shell-pcomplete): Ditto. 2547 (shell-pcomplete): Ditto.
2544 (shell-pcomplete-reverse): Ditto. 2548 (shell-pcomplete-reverse): Ditto.
2545 2549
2546 * comint.el: Remove documentation on setting up pcomplete. 2550 * comint.el: Remove documentation on setting up pcomplete.
2547 2551
2548 2002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2552 2002-03-11 Pavel Janík <Pavel@Janik.cz>
2549 2553
2550 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate 2554 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
2551 item. Doc fix. 2555 item. Doc fix.
2552 2556
2553 * image.el (image-type-from-file-header): Make temporary buffer 2557 * image.el (image-type-from-file-header): Make temporary buffer
2663 (hif-or-expr): Parse `||' expressions. 2667 (hif-or-expr): Parse `||' expressions.
2664 (hif-and-expr): Renamed from hif-term. 2668 (hif-and-expr): Renamed from hif-term.
2665 (hif-conditional): New function to evaluate a conditional 2669 (hif-conditional): New function to evaluate a conditional
2666 expression. 2670 expression.
2667 2671
2668 2002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2672 2002-03-06 Pavel Janík <Pavel@Janik.cz>
2669 2673
2670 * language/czech.el ("Czech"): Fix the documentation. 2674 * language/czech.el ("Czech"): Fix the documentation.
2671 2675
2672 * language/slovak.el ("Slovak"): Likewise. 2676 * language/slovak.el ("Slovak"): Likewise.
2673 2677
2726 (bold-italic, underline, highlight, secondary-selection, fixed-pitch) 2730 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
2727 (variable-pitch, trailing-whitespace): Don't use the old-style entries. 2731 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
2728 (mode-line-inactive, header-line): Move the `t' section to the 2732 (mode-line-inactive, header-line): Move the `t' section to the
2729 beginning so the `:inherit' setting can be shared. 2733 beginning so the `:inherit' setting can be shared.
2730 2734
2731 2002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2735 2002-03-04 Pavel Janík <Pavel@Janik.cz>
2732 2736
2733 * net/snmp-mode.el: Require tempo when compiling to prevent 2737 * net/snmp-mode.el: Require tempo when compiling to prevent
2734 warnings. Update copyright notice. 2738 warnings. Update copyright notice.
2735 2739
2736 * help.el (describe-key-briefly, describe-key): Interpret `undefined' 2740 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
2847 2002-02-28 Richard M. Stallman <rms@gnu.org> 2851 2002-02-28 Richard M. Stallman <rms@gnu.org>
2848 2852
2849 * font-lock.el (java-font-lock-extra-types): 2853 * font-lock.el (java-font-lock-extra-types):
2850 Match java.net.URL, etc. 2854 Match java.net.URL, etc.
2851 2855
2852 2002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2856 2002-02-28 Pavel Janík <Pavel@Janik.cz>
2853 2857
2854 * hexl.el (hexl-options): Doc fix. 2858 * hexl.el (hexl-options): Doc fix.
2855 Update Commentary section. 2859 Update Commentary section.
2856 2860
2857 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): 2861 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
3127 2002-02-20 Tom Tromey <tromey@cachet> 3131 2002-02-20 Tom Tromey <tromey@cachet>
3128 3132
3129 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more 3133 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
3130 natural paragraph boundaries. Don't fail at beginning of buffer. 3134 natural paragraph boundaries. Don't fail at beginning of buffer.
3131 3135
3132 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3136 2002-02-20 Pavel Janík <Pavel@Janik.cz>
3133 3137
3134 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 3138 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
3135 call the argument "arg" to match plain next-line and 3139 call the argument "arg" to match plain next-line and
3136 previous-line. From Kevin Ryde <user42@zip.com.au>. 3140 previous-line. From Kevin Ryde <user42@zip.com.au>.
3137 3141
3191 2002-02-17 stanislav shalunov <shalunov@internet2.edu> 3195 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
3192 3196
3193 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when 3197 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
3194 invoked from Rmail with full headers displayed. 3198 invoked from Rmail with full headers displayed.
3195 3199
3196 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3200 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3197 3201
3198 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks 3202 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
3199 when repeated. 3203 when repeated.
3200 * textmodes/paragraphs.el (mark-paragraph): Ditto. 3204 * textmodes/paragraphs.el (mark-paragraph): Ditto.
3201 3205
3207 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell' 3211 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
3208 and `flyspell-mode' entries. 3212 and `flyspell-mode' entries.
3209 3213
3210 * textmodes/flyspell.el (flyspell): Add to ispell group. 3214 * textmodes/flyspell.el (flyspell): Add to ispell group.
3211 3215
3212 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3216 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3213 3217
3214 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when 3218 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
3215 repeated. 3219 repeated.
3216 (mark-defun): Mark more if repeated. 3220 (mark-defun): Mark more if repeated.
3217 3221
3231 * Makefile.in (DONTCOMPILE): Remove cus-start.el. 3235 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
3232 3236
3233 * cus-start.el: Add automatic-hscroll-margin and 3237 * cus-start.el: Add automatic-hscroll-margin and
3234 automatic-hscroll-step. 3238 automatic-hscroll-step.
3235 3239
3236 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3240 2002-02-16 Pavel Janík <Pavel@Janik.cz>
3237 3241
3238 * cus-start.el (x-autoselect-window): Allow customization. 3242 * cus-start.el (x-autoselect-window): Allow customization.
3239 3243
3240 * eshell/em-alias.el (eshell-alias-initialize): Do not use 3244 * eshell/em-alias.el (eshell-alias-initialize): Do not use
3241 make-local-hook. 3245 make-local-hook.
3328 3332
3329 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il> 3333 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
3330 3334
3331 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. 3335 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
3332 3336
3333 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3337 2002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3334 3338
3335 * simple.el (mark-word): Mark more if repeated. 3339 * simple.el (mark-word): Mark more if repeated.
3336 * textmodes/paragraphs.el (mark-paragraph): Ditto. 3340 * textmodes/paragraphs.el (mark-paragraph): Ditto.
3337 (mark-end-of-sentence): Ditto. 3341 (mark-end-of-sentence): Ditto.
3338 3342
3451 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il> 3455 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
3452 3456
3453 * cus-start.el: Don't warn about "x-*" symbols when building a 3457 * cus-start.el: Don't warn about "x-*" symbols when building a
3454 non-GUI version. 3458 non-GUI version.
3455 3459
3456 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3460 2002-02-11 Pavel Janík <Pavel@Janik.cz>
3457 3461
3458 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 3462 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
3459 Doc fix. 3463 Doc fix.
3460 (strokes-help): Do not use doubled with-output-to-temp-buffer. 3464 (strokes-help): Do not use doubled with-output-to-temp-buffer.
3461 Fix the help string. 3465 Fix the help string.
3476 Maybe report character's unicode. Tweak printing of list info. 3480 Maybe report character's unicode. Tweak printing of list info.
3477 (list-input-methods): Add xref buttons. 3481 (list-input-methods): Add xref buttons.
3478 (dump-charsets, dump-codings): Deleted (obsolete). 3482 (dump-charsets, dump-codings): Deleted (obsolete).
3479 From Dave Love <fx@gnu.org>. 3483 From Dave Love <fx@gnu.org>.
3480 3484
3481 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3485 2002-02-10 Pavel Janík <Pavel@Janik.cz>
3482 3486
3483 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 3487 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
3484 3488
3485 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> 3489 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
3486 3490
3499 * ediff-util.el (ediff-dispose-of-variant-according-to-user): 3503 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
3500 check if buff is alive. 3504 check if buff is alive.
3501 3505
3502 * ediff.el: Typo in comment. 3506 * ediff.el: Typo in comment.
3503 3507
3504 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3508 2002-02-09 Pavel Janík <Pavel@Janik.cz>
3505 3509
3506 * menu-bar.el (menu-bar-options-save): Take care of 3510 * menu-bar.el (menu-bar-options-save): Take care of
3507 line-number-mode and column-number-mode variables. 3511 line-number-mode and column-number-mode variables.
3508 (menu-bar-showhide-menu): New menu-items "Show Line Number" and 3512 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
3509 "Show Column Number" in "Show/Hide" menu. 3513 "Show Column Number" in "Show/Hide" menu.
3576 * help-fns.el (describe-function-1): Ditto. 3580 * help-fns.el (describe-function-1): Ditto.
3577 3581
3578 * subr.el (global-set-key, local-set-key): Accept a symbol for the 3582 * subr.el (global-set-key, local-set-key): Accept a symbol for the
3579 KEY argument (like define-key). 3583 KEY argument (like define-key).
3580 3584
3581 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3585 2002-02-06 Pavel Janík <Pavel@Janik.cz>
3582 3586
3583 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 3587 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
3584 3588
3585 2002-02-06 Richard M. Stallman <rms@gnu.org> 3589 2002-02-06 Richard M. Stallman <rms@gnu.org>
3586 3590
3657 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk> 3661 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
3658 3662
3659 * cus-edit.el (customize-mark-to-save): New function. 3663 * cus-edit.el (customize-mark-to-save): New function.
3660 * menu-bar.el (menu-bar-options-save): Rewrote. 3664 * menu-bar.el (menu-bar-options-save): Rewrote.
3661 3665
3662 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3666 2002-02-05 Pavel Janík <Pavel@Janik.cz>
3663 3667
3664 * cus-start.el (x-use-underline-position-properties): 3668 * cus-start.el (x-use-underline-position-properties):
3665 Allow customization. 3669 Allow customization.
3666 3670
3667 2002-02-04 Simon Josefsson <jas@extundo.com> 3671 2002-02-04 Simon Josefsson <jas@extundo.com>
3690 2002-02-03 Andreas Schwab <schwab@suse.de> 3694 2002-02-03 Andreas Schwab <schwab@suse.de>
3691 3695
3692 * window.el (save-selected-window): Move macro before first use. 3696 * window.el (save-selected-window): Move macro before first use.
3693 (balance-windows): Fix misplaced parenthesis. 3697 (balance-windows): Fix misplaced parenthesis.
3694 3698
3695 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3699 2002-02-03 Pavel Janík <Pavel@Janik.cz>
3696 3700
3697 * calculator.el (calculator-displayers): Doc fixes. 3701 * calculator.el (calculator-displayers): Doc fixes.
3698 3702
3699 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3703 2002-02-03 Pavel Janík <Pavel@Janik.cz>
3700 3704
3701 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 3705 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
3702 (menu-bar-options-save): Save also the value of `display-time-mode'. 3706 (menu-bar-options-save): Save also the value of `display-time-mode'.
3703 (showhide-date-time): New function. 3707 (showhide-date-time): New function.
3704 (menu-bar-showhide-menu): New menu-item "Date and time". 3708 (menu-bar-showhide-menu): New menu-item "Date and time".
3733 3737
3734 * mail/rmail.el (rmail-redecode-body): Prune the headers before 3738 * mail/rmail.el (rmail-redecode-body): Prune the headers before
3735 looking for X-Coding-System header, and restore the pruned state 3739 looking for X-Coding-System header, and restore the pruned state
3736 before returning. 3740 before returning.
3737 3741
3738 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3742 2002-02-02 Pavel Janík <Pavel@Janik.cz>
3739 3743
3740 * cus-edit.el (customize-save-variable): Fix typo in prompt. 3744 * cus-edit.el (customize-save-variable): Fix typo in prompt.
3741 3745
3742 These changes integrate new version of flyspell.el from its 3746 These changes integrate new version of flyspell.el from its
3743 maintainer, Manuel Serrano: 3747 maintainer, Manuel Serrano:
3822 (bootstrap): Depend on compile-always, not compile-files. 3826 (bootstrap): Depend on compile-always, not compile-files.
3823 3827
3824 * emulation/pc-select.el (pc-select-save-and-set-mode): 3828 * emulation/pc-select.el (pc-select-save-and-set-mode):
3825 Properly use MODE-VAR. 3829 Properly use MODE-VAR.
3826 3830
3827 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3831 2002-01-29 Pavel Janík <Pavel@Janik.cz>
3828 3832
3829 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 3833 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
3830 Version" to "About Emacs". 3834 Version" to "About Emacs".
3831 (menu-bar-options-save): Add `default-frame-alist' 3835 (menu-bar-options-save): Add `default-frame-alist'
3832 to saved variables. 3836 to saved variables.
3839 3843
3840 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> 3844 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3841 3845
3842 * calendar/calendar.el (generate-calendar-month): Doc fix. 3846 * calendar/calendar.el (generate-calendar-month): Doc fix.
3843 3847
3844 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3848 2002-01-27 Pavel Janík <Pavel@Janik.cz>
3845 3849
3846 * time.el (display-time-mail-directory): New option. 3850 * time.el (display-time-mail-directory): New option.
3847 (display-time-mail-function): Update doc-string. 3851 (display-time-mail-function): Update doc-string.
3848 (display-time-mail-icon): Use XPM image when available. 3852 (display-time-mail-icon): Use XPM image when available.
3849 (display-time-string-forms): Use more descriptive text as 3853 (display-time-string-forms): Use more descriptive text as
4054 4058
4055 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled 4059 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
4056 with `byte-compile-dynamic'. 4060 with `byte-compile-dynamic'.
4057 (ibuffer-default-directory, toplevel): Doc files. 4061 (ibuffer-default-directory, toplevel): Doc files.
4058 4062
4059 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4063 2002-01-20 Pavel Janík <Pavel@Janik.cz>
4060 4064
4061 * tempo.el (tempo-define-template): Doc fix. 4065 * tempo.el (tempo-define-template): Doc fix.
4062 4066
4063 * scroll-bar.el (scroll-bar-mode): Make argument optional. 4067 * scroll-bar.el (scroll-bar-mode): Make argument optional.
4064 4068
4071 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el 4075 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
4072 and make them defcustoms. 4076 and make them defcustoms.
4073 4077
4074 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 4078 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
4075 4079
4076 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4080 2002-01-19 Pavel Janík <Pavel@Janik.cz>
4077 4081
4078 * language/tibet-util.el (tibetan-decompose-region) 4082 * language/tibet-util.el (tibetan-decompose-region)
4079 (tibetan-decompose-string): Fix typo in docstring. 4083 (tibetan-decompose-string): Fix typo in docstring.
4080 4084
4081 * ruler-mode.el (ruler-mode): New keyword. Fix :version. 4085 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
4163 4167
4164 2002-01-16 Andreas Schwab <schwab@suse.de> 4168 2002-01-16 Andreas Schwab <schwab@suse.de>
4165 4169
4166 * mail/feedmail.el (feedmail): Fix :link spec. 4170 * mail/feedmail.el (feedmail): Fix :link spec.
4167 4171
4168 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4172 2002-01-16 Pavel Janík <Pavel@Janik.cz>
4169 4173
4170 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 4174 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
4171 2 ldapsearch. 4175 2 ldapsearch.
4172 4176
4173 * net/eudc.el: New maintainer. Change author's address. 4177 * net/eudc.el: New maintainer. Change author's address.
4281 (comint-simple-send): If comint-input-sender-no-newline, 4285 (comint-simple-send): If comint-input-sender-no-newline,
4282 don't output newline, but maybe send eof. 4286 don't output newline, but maybe send eof.
4283 (comint-send-input): New arg NO-NEWLINE. 4287 (comint-send-input): New arg NO-NEWLINE.
4284 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 4288 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
4285 4289
4286 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4290 2002-01-12 Pavel Janík <Pavel@Janik.cz>
4287 4291
4288 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 4292 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
4289 delaying when executing keyboard macros. 4293 delaying when executing keyboard macros.
4290 4294
4291 2002-01-12 Richard M. Stallman <rms@gnu.org> 4295 2002-01-12 Richard M. Stallman <rms@gnu.org>
4366 4370
4367 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. 4371 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
4368 4372
4369 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 4373 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
4370 4374
4371 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4375 2002-01-08 Pavel Janík <Pavel@Janik.cz>
4372 4376
4373 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 4377 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
4374 Do not use make-local-hook. 4378 Do not use make-local-hook.
4375 4379
4376 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> 4380 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4382 4386
4383 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> 4387 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
4384 4388
4385 * ediff-hook.el: Add an autoload cookie. 4389 * ediff-hook.el: Add an autoload cookie.
4386 4390
4387 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4391 2002-01-08 Pavel Janík <Pavel@Janik.cz>
4388 4392
4389 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 4393 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
4390 address of the author. 4394 address of the author.
4391 4395
4392 2002-01-08 Richard M. Stallman <rms@gnu.org> 4396 2002-01-08 Richard M. Stallman <rms@gnu.org>
4494 if following a kill command. 4498 if following a kill command.
4495 4499
4496 * help-fns.el (describe-variable, describe-function): 4500 * help-fns.el (describe-variable, describe-function):
4497 Do save-excursion. 4501 Do save-excursion.
4498 4502
4499 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4503 2002-01-06 Pavel Janík <Pavel@Janik.cz>
4500 4504
4501 * net/ldap.el (ldap-search-internal): Skip error message from 4505 * net/ldap.el (ldap-search-internal): Skip error message from
4502 ldapsearch. Allow listing attribute names only. Do not open 4506 ldapsearch. Allow listing attribute names only. Do not open
4503 non-existent files. 4507 non-existent files.
4504 4508
4518 (enriched-handle-display-prop): Return proper values. 4522 (enriched-handle-display-prop): Return proper values.
4519 4523
4520 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 4524 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
4521 proper attribute name labeledUri instead of deprecated labeledUrl. 4525 proper attribute name labeledUri instead of deprecated labeledUrl.
4522 4526
4523 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4527 2002-01-05 Pavel Janík <Pavel@Janik.cz>
4524 4528
4525 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 4529 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
4526 editing an empty hotlist. 4530 editing an empty hotlist.
4527 4531
4528 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. 4532 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
4580 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from 4584 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
4581 2001-10-24. 4585 2001-10-24.
4582 4586
4583 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 4587 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
4584 4588
4585 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4589 2002-01-04 Pavel Janík <Pavel@Janik.cz>
4586 4590
4587 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 4591 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
4588 entry. 4592 entry.
4589 (ldap-ignore-attribute-codings): Change the default value to allow 4593 (ldap-ignore-attribute-codings): Change the default value to allow
4590 encoding/decoding of attributes. 4594 encoding/decoding of attributes.
4611 `ls' directly. Bind coding-system-for-read to emacs-mule-unix 4615 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
4612 before reading the auto-save file. If the buffer's auto-save file 4616 before reading the auto-save file. If the buffer's auto-save file
4613 does not exist, call mail-recover-1 to allow recovery from past 4617 does not exist, call mail-recover-1 to allow recovery from past
4614 auto-saved drafts. 4618 auto-saved drafts.
4615 4619
4616 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4620 2002-01-03 Pavel Janík <Pavel@Janik.cz>
4617 4621
4618 * time.el (display-time-load-average-threshold): Fix defcustom 4622 * time.el (display-time-load-average-threshold): Fix defcustom
4619 (add type and group). 4623 (add type and group).
4620 4624
4621 * net/ange-ftp.el (ange-ftp-shell-command): Remove port 4625 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
4730 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> 4734 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4731 4735
4732 * bindings.el (function-key-map): Don't bind shifted keypad 4736 * bindings.el (function-key-map): Don't bind shifted keypad
4733 numeric keys. 4737 numeric keys.
4734 4738
4735 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4739 2002-01-02 Pavel Janík <Pavel@Janik.cz>
4736 4740
4737 * enriched.el (enriched-handle-display-prop): Remove unused 4741 * enriched.el (enriched-handle-display-prop): Remove unused
4738 variables. 4742 variables.
4739 (enriched-mode): Doc fix. 4743 (enriched-mode): Doc fix.
4740 4744
4767 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> 4771 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
4768 4772
4769 * cus-edit.el (custom-face-edit-fix-value): New function. 4773 * cus-edit.el (custom-face-edit-fix-value): New function.
4770 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 4774 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
4771 4775
4772 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4776 2001-12-30 Pavel Janík <Pavel@Janik.cz>
4773 4777
4774 * progmodes/octave-mod.el (octave-abbrev-table): 4778 * progmodes/octave-mod.el (octave-abbrev-table):
4775 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 4779 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
4776 * progmodes/fortran.el (fortran-mode-abbrev-table): 4780 * progmodes/fortran.el (fortran-mode-abbrev-table):
4777 * progmodes/f90.el (f90-mode-abbrev-table): 4781 * progmodes/f90.el (f90-mode-abbrev-table):
4897 4901
4898 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> 4902 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
4899 4903
4900 * international/fontset.el: Don't require ind-util when compiling. 4904 * international/fontset.el: Don't require ind-util when compiling.
4901 4905
4902 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4906 2001-12-25 Pavel Janík <Pavel@Janik.cz>
4903 4907
4904 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 4908 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
4905 set-frame-height and set-frame-width instead of set-screen-height 4909 set-frame-height and set-frame-width instead of set-screen-height
4906 and set-screen-width. 4910 and set-screen-width.
4907 4911
4985 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. 4989 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
4986 4990
4987 * play/yow.el (yow): Use an arg to distinguish interactive calls, 4991 * play/yow.el (yow): Use an arg to distinguish interactive calls,
4988 not interactive-p. 4992 not interactive-p.
4989 4993
4990 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4994 2001-12-22 Pavel Janík <Pavel@Janik.cz>
4991 4995
4992 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 4996 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
4993 mocklisp entries. 4997 mocklisp entries.
4994 4998
4995 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in 4999 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
5012 2001-12-22 Miles Bader <miles@gnu.org> 5016 2001-12-22 Miles Bader <miles@gnu.org>
5013 5017
5014 * textmodes/refill.el (refill-mode): Don't barf when redundantly 5018 * textmodes/refill.el (refill-mode): Don't barf when redundantly
5015 turning refill-mode off. 5019 turning refill-mode off.
5016 5020
5017 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5021 2001-12-22 Pavel Janík <Pavel@Janik.cz>
5018 5022
5019 * time.el (display-time-load-average-threshold): New variable. 5023 * time.el (display-time-load-average-threshold): New variable.
5020 (display-time-update): Use it. 5024 (display-time-update): Use it.
5021 5025
5022 These changes allow cycling through past 1, 5 and 15 minutes 5026 These changes allow cycling through past 1, 5 and 15 minutes
5155 5159
5156 * international/mule-diag.el (describe-coding-system, 5160 * international/mule-diag.el (describe-coding-system,
5157 print-coding-system-briefly): Make printed output have a similar 5161 print-coding-system-briefly): Make printed output have a similar
5158 format as describe-character-set. 5162 format as describe-character-set.
5159 5163
5160 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5164 2001-12-20 Pavel Janík <Pavel@Janik.cz>
5161 5165
5162 * play/blackbox.el (bb-member): Remove, use member instead. 5166 * play/blackbox.el (bb-member): Remove, use member instead.
5163 (bb-delete): Remove, use delete instead. 5167 (bb-delete): Remove, use delete instead.
5164 Update copyright notice. Defvar for bb-board, bb-x, bb-y, 5168 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
5165 bb-score, bb-detour-count and bb-balls-placed. 5169 bb-score, bb-detour-count and bb-balls-placed.
5189 5193
5190 2001-12-19 Miles Bader <miles@gnu.org> 5194 2001-12-19 Miles Bader <miles@gnu.org>
5191 5195
5192 * international/fontset.el: Require `ind-util' when compiling. 5196 * international/fontset.el: Require `ind-util' when compiling.
5193 5197
5194 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5198 2001-12-18 Pavel Janík <Pavel@Janik.cz>
5195 5199
5196 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 5200 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
5197 instead of decompose-composite-char. 5201 instead of decompose-composite-char.
5198 5202
5199 2001-12-18 Richard M. Stallman <rms@gnu.org> 5203 2001-12-18 Richard M. Stallman <rms@gnu.org>
5407 (xml-parse-tag): Don't skip white space. Return nil for a comment. 5411 (xml-parse-tag): Don't skip white space. Return nil for a comment.
5408 Concat the two strings surrounding a comment into a single string. 5412 Concat the two strings surrounding a comment into a single string.
5409 5413
5410 * newcomment.el (comment-indent): Jump to the middle of empty comments. 5414 * newcomment.el (comment-indent): Jump to the middle of empty comments.
5411 5415
5412 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5416 2001-12-14 Pavel Janík <Pavel@Janik.cz>
5413 5417
5414 * select.el (xselect-convert-to-class, xselect-convert-to-name): 5418 * select.el (xselect-convert-to-class, xselect-convert-to-name):
5415 Document. 5419 Document.
5416 5420
5417 2001-12-14 Andre Spiegel <spiegel@gnu.org> 5421 2001-12-14 Andre Spiegel <spiegel@gnu.org>
5455 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> 5459 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
5456 5460
5457 * international/mule.el (set-auto-coding): Don't search for 5461 * international/mule.el (set-auto-coding): Don't search for
5458 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 5462 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
5459 5463
5460 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5464 2001-12-13 Pavel Janík <Pavel@Janik.cz>
5461 5465
5462 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 5466 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
5463 5467
5464 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. 5468 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
5465 5469
5511 * language/thai-util.el, language/thai.el: Add Unicode equivalents. 5515 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
5512 5516
5513 * language/european.el: Remove autoload cookies. Fix registration 5517 * language/european.el: Remove autoload cookies. Fix registration
5514 of diacritic composition function. 5518 of diacritic composition function.
5515 5519
5516 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5520 2001-12-11 Pavel Janík <Pavel@Janik.cz>
5517 5521
5518 * calendar/todo-mode.el: Require time-stamp. 5522 * calendar/todo-mode.el: Require time-stamp.
5519 5523
5520 * net/zone-mode.el (zone-mode): Don't use make-local-hook. 5524 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
5521 5525
5568 5572
5569 * iswitchb.el (iswitchb-visit-buffer): 5573 * iswitchb.el (iswitchb-visit-buffer):
5570 Use `select-frame-set-input-focus'--needed when window manager 5574 Use `select-frame-set-input-focus'--needed when window manager
5571 uses "click to focus" policy. 5575 uses "click to focus" policy.
5572 5576
5573 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5577 2001-12-09 Pavel Janík <Pavel@Janik.cz>
5574 5578
5575 * COPYING: Moved back. 5579 * COPYING: Moved back.
5576 5580
5577 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> 5581 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5578 5582
5717 (tags-search, tags-query-replace): Use backquotes. 5721 (tags-search, tags-query-replace): Use backquotes.
5718 5722
5719 * textmodes/picture.el (picture-mode-map): Don't use defconst 5723 * textmodes/picture.el (picture-mode-map): Don't use defconst
5720 for a variable. 5724 for a variable.
5721 5725
5722 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5726 2001-12-02 Pavel Janík <Pavel@Janik.cz>
5723 5727
5724 * textmodes/reftex-index.el (reftex-index-mode): 5728 * textmodes/reftex-index.el (reftex-index-mode):
5725 Remove make-local-hook. 5729 Remove make-local-hook.
5726 5730
5727 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. 5731 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
5782 * progmodes/hideif.el (hide-ifdef-mode): Only modify 5786 * progmodes/hideif.el (hide-ifdef-mode): Only modify
5783 `change-major-mode-hook' locally. Reset invisibility spec. 5787 `change-major-mode-hook' locally. Reset invisibility spec.
5784 5788
5785 * man.el (Man-build-section-alist): Remove last Man-match-substring. 5789 * man.el (Man-build-section-alist): Remove last Man-match-substring.
5786 5790
5787 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 5791 2001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5788 5792
5789 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 5793 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
5790 Clarify error message. 5794 Clarify error message.
5791 5795
5792 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 5796 2001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5793 5797
5794 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 5798 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
5795 5799
5796 2001-11-30 Andre Spiegel <spiegel@gnu.org> 5800 2001-11-30 Andre Spiegel <spiegel@gnu.org>
5797 5801
5841 several sequential nodes. Add a simple caching mechanism. 5845 several sequential nodes. Add a simple caching mechanism.
5842 (Info-goto-index): New function extracted from Info-index. 5846 (Info-goto-index): New function extracted from Info-index.
5843 (Info-index): Use it. Add completion to the interactive spec. 5847 (Info-index): Use it. Add completion to the interactive spec.
5844 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 5848 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
5845 5849
5846 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5850 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5847 5851
5848 * COPYING: Removed. 5852 * COPYING: Removed.
5849 5853
5850 2001-11-29 Dave Love <fx@gnu.org> 5854 2001-11-29 Dave Love <fx@gnu.org>
5851 5855
5858 * international/mule.el: Doc fixes. 5862 * international/mule.el: Doc fixes.
5859 (map-charset-chars): New function. 5863 (map-charset-chars): New function.
5860 (register-char-codings): Use it to cope with generic chars in 5864 (register-char-codings): Use it to cope with generic chars in
5861 safe-chars. 5865 safe-chars.
5862 5866
5863 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5867 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5864 5868
5865 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 5869 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
5866 5870
5867 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. 5871 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
5868 5872
6002 2001-11-26 Sam Steingold <sds@gnu.org> 6006 2001-11-26 Sam Steingold <sds@gnu.org>
6003 6007
6004 * frame.el (show-trailing-whitespace): Remove :set argument (the 6008 * frame.el (show-trailing-whitespace): Remove :set argument (the
6005 value was essentially identical to the defalt). 6009 value was essentially identical to the defalt).
6006 6010
6007 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6011 2001-11-26 Pavel Janík <Pavel@Janik.cz>
6008 6012
6009 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 6013 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
6010 6014
6011 * icomplete.el (icomplete-minibuffer-setup): Likewise. 6015 * icomplete.el (icomplete-minibuffer-setup): Likewise.
6012 6016
6066 6070
6067 * window.el (save-selected-window): No error if saved window is dead. 6071 * window.el (save-selected-window): No error if saved window is dead.
6068 6072
6069 * help-funs.el (describe-syntax): Put (interactive) after doc string. 6073 * help-funs.el (describe-syntax): Put (interactive) after doc string.
6070 6074
6071 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6075 2001-11-26 Pavel Janík <Pavel@Janik.cz>
6072 6076
6073 * international/quail.el (quail-help): Require help-mode in 6077 * international/quail.el (quail-help): Require help-mode in
6074 top-level instead. 6078 top-level instead.
6075 6079
6076 * iswitchb.el (iswitchb-exhibit): Use insert instead of 6080 * iswitchb.el (iswitchb-exhibit): Use insert instead of
6137 Define each button type with its own explicit define-button-type. 6141 Define each button type with its own explicit define-button-type.
6138 6142
6139 * language/devan-util.el: Comment out parts of the file 6143 * language/devan-util.el: Comment out parts of the file
6140 which apparently are garbled. 6144 which apparently are garbled.
6141 6145
6142 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6146 2001-11-25 Pavel Janík <Pavel@Janik.cz>
6143 6147
6144 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 6148 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
6145 insert-string. 6149 insert-string.
6146 6150
6147 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6151 2001-11-25 Pavel Janík <Pavel@Janik.cz>
6148 6152
6149 * play/snake.el (snake-mode): Remove make-local-hook. 6153 * play/snake.el (snake-mode): Remove make-local-hook.
6150 6154
6151 * play/tetris.el (tetris-mode): Likewise. 6155 * play/tetris.el (tetris-mode): Likewise.
6152 6156
6269 6273
6270 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. 6274 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
6271 6275
6272 * international/encoded-kb.el: Don't alter minor-map-alist. 6276 * international/encoded-kb.el: Don't alter minor-map-alist.
6273 6277
6274 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 6278 2001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6275 6279
6276 * files.el (auto-save-file-name-transforms): Put remote files in 6280 * files.el (auto-save-file-name-transforms): Put remote files in
6277 temporary-file-directory rather than /tmp. 6281 temporary-file-directory rather than /tmp.
6278 6282
6279 2001-11-21 Colin Walters <walters@debian.org> 6283 2001-11-21 Colin Walters <walters@debian.org>
6627 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word 6631 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
6628 if it doesn't make sense as anything else. 6632 if it doesn't make sense as anything else.
6629 Don't recognize a "telephone number" at the beginning of the name. 6633 Don't recognize a "telephone number" at the beginning of the name.
6630 (mail-extr-leading-garbage): Match non-word characters only. 6634 (mail-extr-leading-garbage): Match non-word characters only.
6631 6635
6632 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6636 2001-11-16 Pavel Janík <Pavel@Janik.cz>
6633 6637
6634 * startup.el (command-line-processed): Doc fix. 6638 * startup.el (command-line-processed): Doc fix.
6635 6639
6636 * apropos.el (apropos-next-label-button): Doc fix. 6640 * apropos.el (apropos-next-label-button): Doc fix.
6637 6641
6655 6659
6656 * emacs-lisp/cl.el (values, values-list, multiple-value-list) 6660 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
6657 (multiple-value-apply, nth-value): Use defsubst rather than defalias 6661 (multiple-value-apply, nth-value): Use defsubst rather than defalias
6658 to get better doc strings. 6662 to get better doc strings.
6659 6663
6660 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6664 2001-11-15 Pavel Janík <Pavel@Janik.cz>
6661 6665
6662 * derived.el: Fix autoload cookie. 6666 * derived.el: Fix autoload cookie.
6663 6667
6664 2001-11-15 Richard M. Stallman <rms@gnu.org> 6668 2001-11-15 Richard M. Stallman <rms@gnu.org>
6665 6669
6850 (log-view-current-file): Do final `expand-file-name' in the 6854 (log-view-current-file): Do final `expand-file-name' in the
6851 current `default-directory'. 6855 current `default-directory'.
6852 (log-view-current-tag): Take an optional `where' arg. 6856 (log-view-current-tag): Take an optional `where' arg.
6853 (log-view-diff): New user command. 6857 (log-view-diff): New user command.
6854 6858
6855 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6859 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6856 6860
6857 * progmodes/cpp.el (cpp-choose-face): Fix typo. 6861 * progmodes/cpp.el (cpp-choose-face): Fix typo.
6858 6862
6859 2001-11-12 Sam Steingold <sds@gnu.org> 6863 2001-11-12 Sam Steingold <sds@gnu.org>
6860 6864
6890 `unread-command-char'. 6894 `unread-command-char'.
6891 6895
6892 * calc/calc-ext.el (calc-init-extensions): Update autoload names 6896 * calc/calc-ext.el (calc-init-extensions): Update autoload names
6893 to match files renamed on initial calc import. 6897 to match files renamed on initial calc import.
6894 6898
6895 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6899 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6896 6900
6897 * textmodes/flyspell.el (flyspell-default-dictionary): 6901 * textmodes/flyspell.el (flyspell-default-dictionary):
6898 Fix previous change. 6902 Fix previous change.
6899 6903
6900 2001-11-12 Richard M. Stallman <rms@gnu.org> 6904 2001-11-12 Richard M. Stallman <rms@gnu.org>
6933 (clipboard-yank): Ditto. 6937 (clipboard-yank): Ditto.
6934 6938
6935 2001-11-11 Colin Walters <walters@verbum.org> 6939 2001-11-11 Colin Walters <walters@verbum.org>
6936 6940
6937 The following changes are based on patches from 6941 The following changes are based on patches from
6938 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann 6942 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann
6939 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 6943 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
6940 6944
6941 * calc/calc.el (toplevel): Require calc-macs. 6945 * calc/calc.el (toplevel): Require calc-macs.
6942 (calc-minibuffer-size): New. 6946 (calc-minibuffer-size): New.
6943 (calcDigit-nondigit): Use it instead of `buffer-size'. 6947 (calcDigit-nondigit): Use it instead of `buffer-size'.
7002 7006
7003 * wid-edit.el (checklist): Removed `:menu-tag'. 7007 * wid-edit.el (checklist): Removed `:menu-tag'.
7004 (radio-button-choice): Ditto. 7008 (radio-button-choice): Ditto.
7005 (editable-list): Ditto. 7009 (editable-list): Ditto.
7006 7010
7007 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7011 2001-11-09 Pavel Janík <Pavel@Janik.cz>
7008 7012
7009 * play/gomoku.el: Move definitions of constants to the beginning 7013 * play/gomoku.el: Move definitions of constants to the beginning
7010 of file, before their use. 7014 of file, before their use.
7011 7015
7012 2001-11-09 Richard M. Stallman <rms@gnu.org> 7016 2001-11-09 Richard M. Stallman <rms@gnu.org>
7278 7282
7279 * emacs-lisp/debug.el (debugger-make-xrefs): New function. 7283 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
7280 (debugger-setup-buffer): Call it. 7284 (debugger-setup-buffer): Call it.
7281 (debugger-mode-map): Bind RET and mouse-2. 7285 (debugger-mode-map): Bind RET and mouse-2.
7282 7286
7283 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7287 2001-10-31 Pavel Janík <Pavel@Janik.cz>
7284 7288
7285 * startup.el: Document command line option --no-window-system 7289 * startup.el: Document command line option --no-window-system
7286 instead of --no-windows. 7290 instead of --no-windows.
7287 7291
7288 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> 7292 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
7421 7425
7422 * emacs-lisp/bytecomp.el (byte-recompile-directory): 7426 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7423 Report numbers of files skipped and failed too. 7427 Report numbers of files skipped and failed too.
7424 (byte-compile-file): Return 'no-byte-compile for skipped files. 7428 (byte-compile-file): Return 'no-byte-compile for skipped files.
7425 7429
7426 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 7430 2001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7427 7431
7428 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 7432 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
7429 and `M p'. 7433 and `M p'.
7430 7434
7431 2001-10-29 Gerd Moellmann <gerd@gnu.org> 7435 2001-10-29 Gerd Moellmann <gerd@gnu.org>
7771 2001-10-22 Gerd Moellmann <gerd@gnu.org> 7775 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7772 7776
7773 * progmodes/compile.el (compilation-set-window-height): 7777 * progmodes/compile.el (compilation-set-window-height):
7774 Select old window only if it's still live. 7778 Select old window only if it's still live.
7775 7779
7776 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7780 2001-10-22 Pavel Janík <Pavel@Janik.cz>
7777 7781
7778 * help-mode.el (help-buffer): Remove debugging code. 7782 * help-mode.el (help-buffer): Remove debugging code.
7779 From Stefan Monnier <monnier@cs.yale.edu>. 7783 From Stefan Monnier <monnier@cs.yale.edu>.
7780 7784
7781 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 7785 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>