comparison lisp/ChangeLog @ 44879:d995856e52ba

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 26 Apr 2002 14:39:42 +0000
parents 9247dfe141e4
children 7d867b33aa2d
comparison
equal deleted inserted replaced
44878:c62f10c00a76 44879:d995856e52ba
1 2002-04-26 Gerd Moellmann <gerd@gnu.org>
2
3 * find-file.el: Remove Ada-specific example code.
4
1 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu> 5 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
2 6
3 * ediff-hooks.el: Put back the autoloads. 7 * ediff-hooks.el: Put back the autoloads.
4 8
5 2002-04-25 Colin Walters <walters@verbum.org> 9 2002-04-25 Colin Walters <walters@verbum.org>
275 * simple.el (line-move-finish): Find beg and end of line 279 * simple.el (line-move-finish): Find beg and end of line
276 before calling line-move-to-column. Do consider intangible 280 before calling line-move-to-column. Do consider intangible
277 when finding the end. Take more care in analyzing the results 281 when finding the end. Take more care in analyzing the results
278 of intangibility after line-move-to-column. 282 of intangibility after line-move-to-column.
279 283
280 2002-04-22 Pavel Janík <Pavel@Janik.cz> 284 2002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
281 285
282 * international/mule-diag.el (list-input-methods-1): Doc fix 286 * international/mule-diag.el (list-input-methods-1): Doc fix
283 (LEIM is now part of the standard distribution). 287 (LEIM is now part of the standard distribution).
284 288
285 * tmm.el (tmm-completion-prompt): Doc fix. 289 * tmm.el (tmm-completion-prompt): Doc fix.
1267 1271
1268 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> 1272 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1269 1273
1270 * term.el (term-emulate-terminal): Fix last change. 1274 * term.el (term-emulate-terminal): Fix last change.
1271 1275
1272 2002-04-16 Pavel Janík <Pavel@Janik.cz> 1276 2002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1273 1277
1274 * bindings.el (mode-line-mode-menu): Update names to reflect 1278 * bindings.el (mode-line-mode-menu): Update names to reflect
1275 latest changes. 1279 latest changes.
1276 1280
1277 2002-04-16 Mike Williams <mdub@bigfoot.com> 1281 2002-04-16 Mike Williams <mdub@bigfoot.com>
1343 repeat (with or without arg) jump to next mark off ring. 1347 repeat (with or without arg) jump to next mark off ring.
1344 - Use C-u C-u prefix to set mark after jump. 1348 - Use C-u C-u prefix to set mark after jump.
1345 (exchange-point-and-mark): Temporarily enable transient-mark-mode 1349 (exchange-point-and-mark): Temporarily enable transient-mark-mode
1346 if prefix arg. 1350 if prefix arg.
1347 1351
1348 2002-04-14 Pavel Janík <Pavel@Janik.cz> 1352 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1349 1353
1350 * speedbar.el (speedbar-tag-hierarchy-method) 1354 * speedbar.el (speedbar-tag-hierarchy-method)
1351 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. 1355 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
1352 1356
1353 2002-04-14 Mike Williams <mdub@bigfoot.com> 1357 2002-04-14 Mike Williams <mdub@bigfoot.com>
1354 1358
1355 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at 1359 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
1356 beginning of buffer. 1360 beginning of buffer.
1357 1361
1358 2002-04-14 Pavel Janík <Pavel@Janik.cz> 1362 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1359 1363
1360 * speedbar.el (speedbar-generic-item-info) 1364 * speedbar.el (speedbar-generic-item-info)
1361 (speedbar-sort-tags): Doc fix. 1365 (speedbar-sort-tags): Doc fix.
1362 (speedbar-add-supported-extension): Fix typo in interactive spec. 1366 (speedbar-add-supported-extension): Fix typo in interactive spec.
1363 1367
1382 (gamegrid-add-score-insecure): Restored from the old 1386 (gamegrid-add-score-insecure): Restored from the old
1383 `gamegrid-add-score'. 1387 `gamegrid-add-score'.
1384 (gamegrid-add-score): Just dispatch on `system-type' to one of the 1388 (gamegrid-add-score): Just dispatch on `system-type' to one of the
1385 previous two functions. 1389 previous two functions.
1386 1390
1387 2002-04-13 Pavel Janík <Pavel@Janik.cz> 1391 2002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1388 1392
1389 * iswitchb.el: Update commentary to include new function 1393 * iswitchb.el: Update commentary to include new function
1390 iswitchb-exclude-nonmatching. 1394 iswitchb-exclude-nonmatching.
1391 1395
1392 2002-04-12 John Wiegley <johnw@gnu.org> 1396 2002-04-12 John Wiegley <johnw@gnu.org>
1447 (fill-move-to-break-point): Make sure the result is always greater 1451 (fill-move-to-break-point): Make sure the result is always greater
1448 than linebeg, so we ensure forward progress. 1452 than linebeg, so we ensure forward progress.
1449 (fill-region-as-paragraph): Compare to `to' rather than eobp. 1453 (fill-region-as-paragraph): Compare to `to' rather than eobp.
1450 (fill-paragraph): Don't rebind fill-paragraph-function. 1454 (fill-paragraph): Don't rebind fill-paragraph-function.
1451 1455
1452 2002-04-11 Pavel Janík <Pavel@Janik.cz> 1456 2002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1453 1457
1454 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. 1458 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
1455 1459
1456 2002-04-11 Andreas Schwab <schwab@suse.de> 1460 2002-04-11 Andreas Schwab <schwab@suse.de>
1457 1461
1565 1569
1566 * textmodes/sgml-mode.el (sgml-lexical-context): 1570 * textmodes/sgml-mode.el (sgml-lexical-context):
1567 Use sgml-parse-tag-backward to find start point. 1571 Use sgml-parse-tag-backward to find start point.
1568 (sgml-looking-back-at): Doc fix. 1572 (sgml-looking-back-at): Doc fix.
1569 1573
1570 2002-04-09 Pavel Janík <Pavel@Janik.cz> 1574 2002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1571 1575
1572 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face 1576 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
1573 for prompt. 1577 for prompt.
1574 1578
1575 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> 1579 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
1614 2002-04-08 Sam Steingold <sds@gnu.org> 1618 2002-04-08 Sam Steingold <sds@gnu.org>
1615 1619
1616 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. 1620 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
1617 (vc-cvs-checkin): Use it. 1621 (vc-cvs-checkin): Use it.
1618 1622
1619 2002-04-08 Pavel Janík <Pavel@Janik.cz> 1623 2002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1620 1624
1621 * files.el (display-time-string): Fix last change. 1625 * files.el (display-time-string): Fix last change.
1622 1626
1623 2002-04-07 Sam Steingold <sds@gnu.org> 1627 2002-04-07 Sam Steingold <sds@gnu.org>
1624 1628
1629 * international/mule-cmds.el (set-default-coding-systems) 1633 * international/mule-cmds.el (set-default-coding-systems)
1630 (reset-language-environment): Preserve eols on 1634 (reset-language-environment): Preserve eols on
1631 default-process-coding-system. 1635 default-process-coding-system.
1632 (coding-system-change-text-conversion): Fix case where CODING is nil. 1636 (coding-system-change-text-conversion): Fix case where CODING is nil.
1633 1637
1634 2002-04-07 Pavel Janík <Pavel@Janik.cz> 1638 2002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1635 1639
1636 * subr.el (play-sound): Move here from simple.el. 1640 * subr.el (play-sound): Move here from simple.el.
1637 1641
1638 * simple.el (play-sound): Move to subr.el. 1642 * simple.el (play-sound): Move to subr.el.
1639 1643
1656 1660
1657 2002-04-06 Mike Williams <mdub@bigfoot.com> 1661 2002-04-06 Mike Williams <mdub@bigfoot.com>
1658 1662
1659 * textmodes/xml-lite.el: Remove. 1663 * textmodes/xml-lite.el: Remove.
1660 1664
1661 2002-04-05 Pavel Janík <Pavel@Janik.cz> 1665 2002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1662 1666
1663 * simple.el (play-sound): New function (uses play-sound-internal). 1667 * simple.el (play-sound): New function (uses play-sound-internal).
1664 1668
1665 2002-04-04 Richard M. Stallman <rms@gnu.org> 1669 2002-04-04 Richard M. Stallman <rms@gnu.org>
1666 1670
1680 2002-04-04 Mike Williams <mdub@bigfoot.com> 1684 2002-04-04 Mike Williams <mdub@bigfoot.com>
1681 1685
1682 * textmodes/sgml-mode.el: Add missing require. 1686 * textmodes/sgml-mode.el: Add missing require.
1683 (sgml-lexical-context): Fix up CDATA detection for boundary cases. 1687 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
1684 1688
1685 2002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1689 2002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1686 1690
1687 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to 1691 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
1688 spot indicated by text property `cvs-goal-column', if present. 1692 spot indicated by text property `cvs-goal-column', if present.
1689 1693
1690 * pcvs-info.el (cvs-fileinfo-pp): Use text property 1694 * pcvs-info.el (cvs-fileinfo-pp): Use text property
1748 1752
1749 * textmodes/sgml-mode.el (sgml-lexical-context) 1753 * textmodes/sgml-mode.el (sgml-lexical-context)
1750 (sgml-parse-tag-backward): Extend support for CDATA to include 1754 (sgml-parse-tag-backward): Extend support for CDATA to include
1751 conditional sections. 1755 conditional sections.
1752 1756
1753 2002-04-03 Pavel Janík <Pavel@Janik.cz> 1757 2002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1754 1758
1755 * cus-start.el: Rename `autoselect-window' to 1759 * cus-start.el: Rename `autoselect-window' to
1756 `mouse-autoselect-window'. 1760 `mouse-autoselect-window'.
1757 1761
1758 2002-04-02 Richard M. Stallman <rms@gnu.org> 1762 2002-04-02 Richard M. Stallman <rms@gnu.org>
1822 1826
1823 * textmodes/xml-lite.el: Removed much redundant stuff. 1827 * textmodes/xml-lite.el: Removed much redundant stuff.
1824 (xml-lite-parse-tag-backward): Simplify parsing by assuming we 1828 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
1825 always start within text. Make use of sgml-unclosed-tag-p. 1829 always start within text. Make use of sgml-unclosed-tag-p.
1826 1830
1827 2002-04-01 Ville Skyttä <ville.skytta@xemacs.org> 1831 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org>
1828 1832
1829 * tcl.el (tcl-imenu-generic-expression): New value. 1833 * tcl.el (tcl-imenu-generic-expression): New value.
1830 (tcl-imenu-create-index-function): Function deleted. 1834 (tcl-imenu-create-index-function): Function deleted.
1831 (tcl-mode): Check for filladapt-mode. 1835 (tcl-mode): Check for filladapt-mode.
1832 Use tcl-imenu-generic-expression instead of 1836 Use tcl-imenu-generic-expression instead of
1833 tcl-imenu-create-index-function. 1837 tcl-imenu-create-index-function.
1834 (inferior-tcl-mode): Doc fix. 1838 (inferior-tcl-mode): Doc fix.
1835 Change not legally significant. 1839 Change not legally significant.
1836 1840
1837 2002-04-01 Pavel Janík <Pavel@Janik.cz> 1841 2002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1838 1842
1839 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. 1843 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
1840 1844
1841 * window.el (handle-select-window): New function. 1845 * window.el (handle-select-window): New function.
1842 Update copyright. 1846 Update copyright.
2033 (xml-lite-indent-comment-offset): Remove. 2037 (xml-lite-indent-comment-offset): Remove.
2034 (xml-lite-calculate-indent): Use new name. Use natural alignment 2038 (xml-lite-calculate-indent): Use new name. Use natural alignment
2035 for comments. 2039 for comments.
2036 (xml-lite-in-string-p): Simplify. 2040 (xml-lite-in-string-p): Simplify.
2037 2041
2038 2002-03-27 Pavel Janík <Pavel@Janik.cz> 2042 2002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2039 2043
2040 * allout.el (outline-layout): Doc fix. 2044 * allout.el (outline-layout): Doc fix.
2041 2045
2042 2002-03-27 Stefan Monnier <monnier@cs.yale.edu> 2046 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
2043 2047
2101 2105
2102 2002-03-26 Richard M. Stallman <rms@gnu.org> 2106 2002-03-26 Richard M. Stallman <rms@gnu.org>
2103 2107
2104 * subr.el (substring-no-properties): Function deleted (now in C). 2108 * subr.el (substring-no-properties): Function deleted (now in C).
2105 2109
2106 2002-03-25 Pavel Janík <Pavel@Janik.cz> 2110 2002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2107 2111
2108 * mwheel.el (mouse-wheel-mode): Use global-set-key and 2112 * mwheel.el (mouse-wheel-mode): Use global-set-key and
2109 global-unset-key. 2113 global-unset-key.
2110 2114
2111 2002-03-24 Richard M. Stallman <rms@gnu.org> 2115 2002-03-24 Richard M. Stallman <rms@gnu.org>
2142 (:foreground COLOR) and (:background COLOR). 2146 (:foreground COLOR) and (:background COLOR).
2143 (enriched-decode-foreground, enriched-decode-background): Set the 2147 (enriched-decode-foreground, enriched-decode-background): Set the
2144 fore- and background colors of the faces we create, since facemenu 2148 fore- and background colors of the faces we create, since facemenu
2145 doesn't. 2149 doesn't.
2146 2150
2147 2002-03-24 Pavel Janík <Pavel@Janik.cz> 2151 2002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2148 2152
2149 * mwheel.el (mouse-wheel-mode): Use the result of 2153 * mwheel.el (mouse-wheel-mode): Use the result of
2150 current-global-map instead of the variable `global-map'. 2154 current-global-map instead of the variable `global-map'.
2151 2155
2152 2002-03-23 Richard M. Stallman <rms@gnu.org> 2156 2002-03-23 Richard M. Stallman <rms@gnu.org>
2197 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org> 2201 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2198 2202
2199 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 2203 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
2200 directions as the last action. 2204 directions as the last action.
2201 2205
2202 2002-03-21 Pavel Janík <Pavel@Janik.cz> 2206 2002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2203 2207
2204 * startup.el (fancy-splash-tail, normal-splash-screen): 2208 * startup.el (fancy-splash-tail, normal-splash-screen):
2205 Update copyright. 2209 Update copyright.
2206 2210
2207 * novice.el (disabled-command-hook): Clarify output text to match 2211 * novice.el (disabled-command-hook): Clarify output text to match
2386 (po-find-charset): Search for the Charset= header even if we've 2390 (po-find-charset): Search for the Charset= header even if we've
2387 read less than 4KB. 2391 read less than 4KB.
2388 <top-level>: Remove the setup for all known codepages: it seems 2392 <top-level>: Remove the setup for all known codepages: it seems
2389 to cause crashes in the CCL driver. 2393 to cause crashes in the CCL driver.
2390 2394
2391 2002-03-16 Pavel Janík <Pavel@Janik.cz> 2395 2002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2392 2396
2393 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) 2397 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
2394 (bibtex-entry-field-alist): Doc fix. 2398 (bibtex-entry-field-alist): Doc fix.
2395 2399
2396 2002-03-16 Richard M. Stallman <rms@gnu.org> 2400 2002-03-16 Richard M. Stallman <rms@gnu.org>
2404 2002-03-15 Stefan Monnier <monnier@cs.yale.edu> 2408 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
2405 2409
2406 * files.el (load-completion): New function. 2410 * files.el (load-completion): New function.
2407 (load-library): Use it. 2411 (load-library): Use it.
2408 2412
2409 2002-03-15 Pavel Janík <Pavel@Janik.cz> 2413 2002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2410 2414
2411 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 2415 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
2412 to match the actual code. 2416 to match the actual code.
2413 2417
2414 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il> 2418 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
2547 (shell-pcomplete): Ditto. 2551 (shell-pcomplete): Ditto.
2548 (shell-pcomplete-reverse): Ditto. 2552 (shell-pcomplete-reverse): Ditto.
2549 2553
2550 * comint.el: Remove documentation on setting up pcomplete. 2554 * comint.el: Remove documentation on setting up pcomplete.
2551 2555
2552 2002-03-11 Pavel Janík <Pavel@Janik.cz> 2556 2002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2553 2557
2554 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate 2558 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
2555 item. Doc fix. 2559 item. Doc fix.
2556 2560
2557 * image.el (image-type-from-file-header): Make temporary buffer 2561 * image.el (image-type-from-file-header): Make temporary buffer
2667 (hif-or-expr): Parse `||' expressions. 2671 (hif-or-expr): Parse `||' expressions.
2668 (hif-and-expr): Renamed from hif-term. 2672 (hif-and-expr): Renamed from hif-term.
2669 (hif-conditional): New function to evaluate a conditional 2673 (hif-conditional): New function to evaluate a conditional
2670 expression. 2674 expression.
2671 2675
2672 2002-03-06 Pavel Janík <Pavel@Janik.cz> 2676 2002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2673 2677
2674 * language/czech.el ("Czech"): Fix the documentation. 2678 * language/czech.el ("Czech"): Fix the documentation.
2675 2679
2676 * language/slovak.el ("Slovak"): Likewise. 2680 * language/slovak.el ("Slovak"): Likewise.
2677 2681
2730 (bold-italic, underline, highlight, secondary-selection, fixed-pitch) 2734 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
2731 (variable-pitch, trailing-whitespace): Don't use the old-style entries. 2735 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
2732 (mode-line-inactive, header-line): Move the `t' section to the 2736 (mode-line-inactive, header-line): Move the `t' section to the
2733 beginning so the `:inherit' setting can be shared. 2737 beginning so the `:inherit' setting can be shared.
2734 2738
2735 2002-03-04 Pavel Janík <Pavel@Janik.cz> 2739 2002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2736 2740
2737 * net/snmp-mode.el: Require tempo when compiling to prevent 2741 * net/snmp-mode.el: Require tempo when compiling to prevent
2738 warnings. Update copyright notice. 2742 warnings. Update copyright notice.
2739 2743
2740 * help.el (describe-key-briefly, describe-key): Interpret `undefined' 2744 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
2851 2002-02-28 Richard M. Stallman <rms@gnu.org> 2855 2002-02-28 Richard M. Stallman <rms@gnu.org>
2852 2856
2853 * font-lock.el (java-font-lock-extra-types): 2857 * font-lock.el (java-font-lock-extra-types):
2854 Match java.net.URL, etc. 2858 Match java.net.URL, etc.
2855 2859
2856 2002-02-28 Pavel Janík <Pavel@Janik.cz> 2860 2002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2857 2861
2858 * hexl.el (hexl-options): Doc fix. 2862 * hexl.el (hexl-options): Doc fix.
2859 Update Commentary section. 2863 Update Commentary section.
2860 2864
2861 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): 2865 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
3131 2002-02-20 Tom Tromey <tromey@cachet> 3135 2002-02-20 Tom Tromey <tromey@cachet>
3132 3136
3133 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more 3137 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
3134 natural paragraph boundaries. Don't fail at beginning of buffer. 3138 natural paragraph boundaries. Don't fail at beginning of buffer.
3135 3139
3136 2002-02-20 Pavel Janík <Pavel@Janik.cz> 3140 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3137 3141
3138 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 3142 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
3139 call the argument "arg" to match plain next-line and 3143 call the argument "arg" to match plain next-line and
3140 previous-line. From Kevin Ryde <user42@zip.com.au>. 3144 previous-line. From Kevin Ryde <user42@zip.com.au>.
3141 3145
3195 2002-02-17 stanislav shalunov <shalunov@internet2.edu> 3199 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
3196 3200
3197 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when 3201 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
3198 invoked from Rmail with full headers displayed. 3202 invoked from Rmail with full headers displayed.
3199 3203
3200 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3204 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3201 3205
3202 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks 3206 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
3203 when repeated. 3207 when repeated.
3204 * textmodes/paragraphs.el (mark-paragraph): Ditto. 3208 * textmodes/paragraphs.el (mark-paragraph): Ditto.
3205 3209
3211 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell' 3215 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
3212 and `flyspell-mode' entries. 3216 and `flyspell-mode' entries.
3213 3217
3214 * textmodes/flyspell.el (flyspell): Add to ispell group. 3218 * textmodes/flyspell.el (flyspell): Add to ispell group.
3215 3219
3216 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3220 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3217 3221
3218 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when 3222 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
3219 repeated. 3223 repeated.
3220 (mark-defun): Mark more if repeated. 3224 (mark-defun): Mark more if repeated.
3221 3225
3235 * Makefile.in (DONTCOMPILE): Remove cus-start.el. 3239 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
3236 3240
3237 * cus-start.el: Add automatic-hscroll-margin and 3241 * cus-start.el: Add automatic-hscroll-margin and
3238 automatic-hscroll-step. 3242 automatic-hscroll-step.
3239 3243
3240 2002-02-16 Pavel Janík <Pavel@Janik.cz> 3244 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3241 3245
3242 * cus-start.el (x-autoselect-window): Allow customization. 3246 * cus-start.el (x-autoselect-window): Allow customization.
3243 3247
3244 * eshell/em-alias.el (eshell-alias-initialize): Do not use 3248 * eshell/em-alias.el (eshell-alias-initialize): Do not use
3245 make-local-hook. 3249 make-local-hook.
3332 3336
3333 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il> 3337 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
3334 3338
3335 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. 3339 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
3336 3340
3337 2002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3341 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3338 3342
3339 * simple.el (mark-word): Mark more if repeated. 3343 * simple.el (mark-word): Mark more if repeated.
3340 * textmodes/paragraphs.el (mark-paragraph): Ditto. 3344 * textmodes/paragraphs.el (mark-paragraph): Ditto.
3341 (mark-end-of-sentence): Ditto. 3345 (mark-end-of-sentence): Ditto.
3342 3346
3455 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il> 3459 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
3456 3460
3457 * cus-start.el: Don't warn about "x-*" symbols when building a 3461 * cus-start.el: Don't warn about "x-*" symbols when building a
3458 non-GUI version. 3462 non-GUI version.
3459 3463
3460 2002-02-11 Pavel Janík <Pavel@Janik.cz> 3464 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3461 3465
3462 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 3466 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
3463 Doc fix. 3467 Doc fix.
3464 (strokes-help): Do not use doubled with-output-to-temp-buffer. 3468 (strokes-help): Do not use doubled with-output-to-temp-buffer.
3465 Fix the help string. 3469 Fix the help string.
3480 Maybe report character's unicode. Tweak printing of list info. 3484 Maybe report character's unicode. Tweak printing of list info.
3481 (list-input-methods): Add xref buttons. 3485 (list-input-methods): Add xref buttons.
3482 (dump-charsets, dump-codings): Deleted (obsolete). 3486 (dump-charsets, dump-codings): Deleted (obsolete).
3483 From Dave Love <fx@gnu.org>. 3487 From Dave Love <fx@gnu.org>.
3484 3488
3485 2002-02-10 Pavel Janík <Pavel@Janik.cz> 3489 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3486 3490
3487 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 3491 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
3488 3492
3489 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> 3493 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
3490 3494
3503 * ediff-util.el (ediff-dispose-of-variant-according-to-user): 3507 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
3504 check if buff is alive. 3508 check if buff is alive.
3505 3509
3506 * ediff.el: Typo in comment. 3510 * ediff.el: Typo in comment.
3507 3511
3508 2002-02-09 Pavel Janík <Pavel@Janik.cz> 3512 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3509 3513
3510 * menu-bar.el (menu-bar-options-save): Take care of 3514 * menu-bar.el (menu-bar-options-save): Take care of
3511 line-number-mode and column-number-mode variables. 3515 line-number-mode and column-number-mode variables.
3512 (menu-bar-showhide-menu): New menu-items "Show Line Number" and 3516 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
3513 "Show Column Number" in "Show/Hide" menu. 3517 "Show Column Number" in "Show/Hide" menu.
3580 * help-fns.el (describe-function-1): Ditto. 3584 * help-fns.el (describe-function-1): Ditto.
3581 3585
3582 * subr.el (global-set-key, local-set-key): Accept a symbol for the 3586 * subr.el (global-set-key, local-set-key): Accept a symbol for the
3583 KEY argument (like define-key). 3587 KEY argument (like define-key).
3584 3588
3585 2002-02-06 Pavel Janík <Pavel@Janik.cz> 3589 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3586 3590
3587 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 3591 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
3588 3592
3589 2002-02-06 Richard M. Stallman <rms@gnu.org> 3593 2002-02-06 Richard M. Stallman <rms@gnu.org>
3590 3594
3661 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk> 3665 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
3662 3666
3663 * cus-edit.el (customize-mark-to-save): New function. 3667 * cus-edit.el (customize-mark-to-save): New function.
3664 * menu-bar.el (menu-bar-options-save): Rewrote. 3668 * menu-bar.el (menu-bar-options-save): Rewrote.
3665 3669
3666 2002-02-05 Pavel Janík <Pavel@Janik.cz> 3670 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3667 3671
3668 * cus-start.el (x-use-underline-position-properties): 3672 * cus-start.el (x-use-underline-position-properties):
3669 Allow customization. 3673 Allow customization.
3670 3674
3671 2002-02-04 Simon Josefsson <jas@extundo.com> 3675 2002-02-04 Simon Josefsson <jas@extundo.com>
3694 2002-02-03 Andreas Schwab <schwab@suse.de> 3698 2002-02-03 Andreas Schwab <schwab@suse.de>
3695 3699
3696 * window.el (save-selected-window): Move macro before first use. 3700 * window.el (save-selected-window): Move macro before first use.
3697 (balance-windows): Fix misplaced parenthesis. 3701 (balance-windows): Fix misplaced parenthesis.
3698 3702
3699 2002-02-03 Pavel Janík <Pavel@Janik.cz> 3703 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3700 3704
3701 * calculator.el (calculator-displayers): Doc fixes. 3705 * calculator.el (calculator-displayers): Doc fixes.
3702 3706
3703 2002-02-03 Pavel Janík <Pavel@Janik.cz> 3707 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3704 3708
3705 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 3709 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
3706 (menu-bar-options-save): Save also the value of `display-time-mode'. 3710 (menu-bar-options-save): Save also the value of `display-time-mode'.
3707 (showhide-date-time): New function. 3711 (showhide-date-time): New function.
3708 (menu-bar-showhide-menu): New menu-item "Date and time". 3712 (menu-bar-showhide-menu): New menu-item "Date and time".
3737 3741
3738 * mail/rmail.el (rmail-redecode-body): Prune the headers before 3742 * mail/rmail.el (rmail-redecode-body): Prune the headers before
3739 looking for X-Coding-System header, and restore the pruned state 3743 looking for X-Coding-System header, and restore the pruned state
3740 before returning. 3744 before returning.
3741 3745
3742 2002-02-02 Pavel Janík <Pavel@Janik.cz> 3746 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3743 3747
3744 * cus-edit.el (customize-save-variable): Fix typo in prompt. 3748 * cus-edit.el (customize-save-variable): Fix typo in prompt.
3745 3749
3746 These changes integrate new version of flyspell.el from its 3750 These changes integrate new version of flyspell.el from its
3747 maintainer, Manuel Serrano: 3751 maintainer, Manuel Serrano:
3826 (bootstrap): Depend on compile-always, not compile-files. 3830 (bootstrap): Depend on compile-always, not compile-files.
3827 3831
3828 * emulation/pc-select.el (pc-select-save-and-set-mode): 3832 * emulation/pc-select.el (pc-select-save-and-set-mode):
3829 Properly use MODE-VAR. 3833 Properly use MODE-VAR.
3830 3834
3831 2002-01-29 Pavel Janík <Pavel@Janik.cz> 3835 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3832 3836
3833 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 3837 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
3834 Version" to "About Emacs". 3838 Version" to "About Emacs".
3835 (menu-bar-options-save): Add `default-frame-alist' 3839 (menu-bar-options-save): Add `default-frame-alist'
3836 to saved variables. 3840 to saved variables.
3843 3847
3844 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> 3848 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3845 3849
3846 * calendar/calendar.el (generate-calendar-month): Doc fix. 3850 * calendar/calendar.el (generate-calendar-month): Doc fix.
3847 3851
3848 2002-01-27 Pavel Janík <Pavel@Janik.cz> 3852 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3849 3853
3850 * time.el (display-time-mail-directory): New option. 3854 * time.el (display-time-mail-directory): New option.
3851 (display-time-mail-function): Update doc-string. 3855 (display-time-mail-function): Update doc-string.
3852 (display-time-mail-icon): Use XPM image when available. 3856 (display-time-mail-icon): Use XPM image when available.
3853 (display-time-string-forms): Use more descriptive text as 3857 (display-time-string-forms): Use more descriptive text as
4058 4062
4059 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled 4063 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
4060 with `byte-compile-dynamic'. 4064 with `byte-compile-dynamic'.
4061 (ibuffer-default-directory, toplevel): Doc files. 4065 (ibuffer-default-directory, toplevel): Doc files.
4062 4066
4063 2002-01-20 Pavel Janík <Pavel@Janik.cz> 4067 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4064 4068
4065 * tempo.el (tempo-define-template): Doc fix. 4069 * tempo.el (tempo-define-template): Doc fix.
4066 4070
4067 * scroll-bar.el (scroll-bar-mode): Make argument optional. 4071 * scroll-bar.el (scroll-bar-mode): Make argument optional.
4068 4072
4075 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el 4079 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
4076 and make them defcustoms. 4080 and make them defcustoms.
4077 4081
4078 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 4082 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
4079 4083
4080 2002-01-19 Pavel Janík <Pavel@Janik.cz> 4084 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4081 4085
4082 * language/tibet-util.el (tibetan-decompose-region) 4086 * language/tibet-util.el (tibetan-decompose-region)
4083 (tibetan-decompose-string): Fix typo in docstring. 4087 (tibetan-decompose-string): Fix typo in docstring.
4084 4088
4085 * ruler-mode.el (ruler-mode): New keyword. Fix :version. 4089 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
4167 4171
4168 2002-01-16 Andreas Schwab <schwab@suse.de> 4172 2002-01-16 Andreas Schwab <schwab@suse.de>
4169 4173
4170 * mail/feedmail.el (feedmail): Fix :link spec. 4174 * mail/feedmail.el (feedmail): Fix :link spec.
4171 4175
4172 2002-01-16 Pavel Janík <Pavel@Janik.cz> 4176 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4173 4177
4174 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 4178 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
4175 2 ldapsearch. 4179 2 ldapsearch.
4176 4180
4177 * net/eudc.el: New maintainer. Change author's address. 4181 * net/eudc.el: New maintainer. Change author's address.
4285 (comint-simple-send): If comint-input-sender-no-newline, 4289 (comint-simple-send): If comint-input-sender-no-newline,
4286 don't output newline, but maybe send eof. 4290 don't output newline, but maybe send eof.
4287 (comint-send-input): New arg NO-NEWLINE. 4291 (comint-send-input): New arg NO-NEWLINE.
4288 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 4292 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
4289 4293
4290 2002-01-12 Pavel Janík <Pavel@Janik.cz> 4294 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4291 4295
4292 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 4296 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
4293 delaying when executing keyboard macros. 4297 delaying when executing keyboard macros.
4294 4298
4295 2002-01-12 Richard M. Stallman <rms@gnu.org> 4299 2002-01-12 Richard M. Stallman <rms@gnu.org>
4370 4374
4371 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. 4375 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
4372 4376
4373 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 4377 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
4374 4378
4375 2002-01-08 Pavel Janík <Pavel@Janik.cz> 4379 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4376 4380
4377 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 4381 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
4378 Do not use make-local-hook. 4382 Do not use make-local-hook.
4379 4383
4380 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> 4384 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4386 4390
4387 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> 4391 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
4388 4392
4389 * ediff-hook.el: Add an autoload cookie. 4393 * ediff-hook.el: Add an autoload cookie.
4390 4394
4391 2002-01-08 Pavel Janík <Pavel@Janik.cz> 4395 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4392 4396
4393 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 4397 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
4394 address of the author. 4398 address of the author.
4395 4399
4396 2002-01-08 Richard M. Stallman <rms@gnu.org> 4400 2002-01-08 Richard M. Stallman <rms@gnu.org>
4498 if following a kill command. 4502 if following a kill command.
4499 4503
4500 * help-fns.el (describe-variable, describe-function): 4504 * help-fns.el (describe-variable, describe-function):
4501 Do save-excursion. 4505 Do save-excursion.
4502 4506
4503 2002-01-06 Pavel Janík <Pavel@Janik.cz> 4507 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4504 4508
4505 * net/ldap.el (ldap-search-internal): Skip error message from 4509 * net/ldap.el (ldap-search-internal): Skip error message from
4506 ldapsearch. Allow listing attribute names only. Do not open 4510 ldapsearch. Allow listing attribute names only. Do not open
4507 non-existent files. 4511 non-existent files.
4508 4512
4522 (enriched-handle-display-prop): Return proper values. 4526 (enriched-handle-display-prop): Return proper values.
4523 4527
4524 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 4528 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
4525 proper attribute name labeledUri instead of deprecated labeledUrl. 4529 proper attribute name labeledUri instead of deprecated labeledUrl.
4526 4530
4527 2002-01-05 Pavel Janík <Pavel@Janik.cz> 4531 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4528 4532
4529 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 4533 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
4530 editing an empty hotlist. 4534 editing an empty hotlist.
4531 4535
4532 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. 4536 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
4584 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from 4588 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
4585 2001-10-24. 4589 2001-10-24.
4586 4590
4587 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 4591 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
4588 4592
4589 2002-01-04 Pavel Janík <Pavel@Janik.cz> 4593 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4590 4594
4591 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 4595 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
4592 entry. 4596 entry.
4593 (ldap-ignore-attribute-codings): Change the default value to allow 4597 (ldap-ignore-attribute-codings): Change the default value to allow
4594 encoding/decoding of attributes. 4598 encoding/decoding of attributes.
4615 `ls' directly. Bind coding-system-for-read to emacs-mule-unix 4619 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
4616 before reading the auto-save file. If the buffer's auto-save file 4620 before reading the auto-save file. If the buffer's auto-save file
4617 does not exist, call mail-recover-1 to allow recovery from past 4621 does not exist, call mail-recover-1 to allow recovery from past
4618 auto-saved drafts. 4622 auto-saved drafts.
4619 4623
4620 2002-01-03 Pavel Janík <Pavel@Janik.cz> 4624 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4621 4625
4622 * time.el (display-time-load-average-threshold): Fix defcustom 4626 * time.el (display-time-load-average-threshold): Fix defcustom
4623 (add type and group). 4627 (add type and group).
4624 4628
4625 * net/ange-ftp.el (ange-ftp-shell-command): Remove port 4629 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
4734 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> 4738 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
4735 4739
4736 * bindings.el (function-key-map): Don't bind shifted keypad 4740 * bindings.el (function-key-map): Don't bind shifted keypad
4737 numeric keys. 4741 numeric keys.
4738 4742
4739 2002-01-02 Pavel Janík <Pavel@Janik.cz> 4743 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4740 4744
4741 * enriched.el (enriched-handle-display-prop): Remove unused 4745 * enriched.el (enriched-handle-display-prop): Remove unused
4742 variables. 4746 variables.
4743 (enriched-mode): Doc fix. 4747 (enriched-mode): Doc fix.
4744 4748
4771 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> 4775 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
4772 4776
4773 * cus-edit.el (custom-face-edit-fix-value): New function. 4777 * cus-edit.el (custom-face-edit-fix-value): New function.
4774 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 4778 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
4775 4779
4776 2001-12-30 Pavel Janík <Pavel@Janik.cz> 4780 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4777 4781
4778 * progmodes/octave-mod.el (octave-abbrev-table): 4782 * progmodes/octave-mod.el (octave-abbrev-table):
4779 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 4783 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
4780 * progmodes/fortran.el (fortran-mode-abbrev-table): 4784 * progmodes/fortran.el (fortran-mode-abbrev-table):
4781 * progmodes/f90.el (f90-mode-abbrev-table): 4785 * progmodes/f90.el (f90-mode-abbrev-table):
4901 4905
4902 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> 4906 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
4903 4907
4904 * international/fontset.el: Don't require ind-util when compiling. 4908 * international/fontset.el: Don't require ind-util when compiling.
4905 4909
4906 2001-12-25 Pavel Janík <Pavel@Janik.cz> 4910 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4907 4911
4908 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 4912 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
4909 set-frame-height and set-frame-width instead of set-screen-height 4913 set-frame-height and set-frame-width instead of set-screen-height
4910 and set-screen-width. 4914 and set-screen-width.
4911 4915
4989 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. 4993 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
4990 4994
4991 * play/yow.el (yow): Use an arg to distinguish interactive calls, 4995 * play/yow.el (yow): Use an arg to distinguish interactive calls,
4992 not interactive-p. 4996 not interactive-p.
4993 4997
4994 2001-12-22 Pavel Janík <Pavel@Janik.cz> 4998 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4995 4999
4996 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 5000 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
4997 mocklisp entries. 5001 mocklisp entries.
4998 5002
4999 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in 5003 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
5016 2001-12-22 Miles Bader <miles@gnu.org> 5020 2001-12-22 Miles Bader <miles@gnu.org>
5017 5021
5018 * textmodes/refill.el (refill-mode): Don't barf when redundantly 5022 * textmodes/refill.el (refill-mode): Don't barf when redundantly
5019 turning refill-mode off. 5023 turning refill-mode off.
5020 5024
5021 2001-12-22 Pavel Janík <Pavel@Janik.cz> 5025 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5022 5026
5023 * time.el (display-time-load-average-threshold): New variable. 5027 * time.el (display-time-load-average-threshold): New variable.
5024 (display-time-update): Use it. 5028 (display-time-update): Use it.
5025 5029
5026 These changes allow cycling through past 1, 5 and 15 minutes 5030 These changes allow cycling through past 1, 5 and 15 minutes
5159 5163
5160 * international/mule-diag.el (describe-coding-system, 5164 * international/mule-diag.el (describe-coding-system,
5161 print-coding-system-briefly): Make printed output have a similar 5165 print-coding-system-briefly): Make printed output have a similar
5162 format as describe-character-set. 5166 format as describe-character-set.
5163 5167
5164 2001-12-20 Pavel Janík <Pavel@Janik.cz> 5168 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5165 5169
5166 * play/blackbox.el (bb-member): Remove, use member instead. 5170 * play/blackbox.el (bb-member): Remove, use member instead.
5167 (bb-delete): Remove, use delete instead. 5171 (bb-delete): Remove, use delete instead.
5168 Update copyright notice. Defvar for bb-board, bb-x, bb-y, 5172 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
5169 bb-score, bb-detour-count and bb-balls-placed. 5173 bb-score, bb-detour-count and bb-balls-placed.
5193 5197
5194 2001-12-19 Miles Bader <miles@gnu.org> 5198 2001-12-19 Miles Bader <miles@gnu.org>
5195 5199
5196 * international/fontset.el: Require `ind-util' when compiling. 5200 * international/fontset.el: Require `ind-util' when compiling.
5197 5201
5198 2001-12-18 Pavel Janík <Pavel@Janik.cz> 5202 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5199 5203
5200 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 5204 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
5201 instead of decompose-composite-char. 5205 instead of decompose-composite-char.
5202 5206
5203 2001-12-18 Richard M. Stallman <rms@gnu.org> 5207 2001-12-18 Richard M. Stallman <rms@gnu.org>
5411 (xml-parse-tag): Don't skip white space. Return nil for a comment. 5415 (xml-parse-tag): Don't skip white space. Return nil for a comment.
5412 Concat the two strings surrounding a comment into a single string. 5416 Concat the two strings surrounding a comment into a single string.
5413 5417
5414 * newcomment.el (comment-indent): Jump to the middle of empty comments. 5418 * newcomment.el (comment-indent): Jump to the middle of empty comments.
5415 5419
5416 2001-12-14 Pavel Janík <Pavel@Janik.cz> 5420 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5417 5421
5418 * select.el (xselect-convert-to-class, xselect-convert-to-name): 5422 * select.el (xselect-convert-to-class, xselect-convert-to-name):
5419 Document. 5423 Document.
5420 5424
5421 2001-12-14 Andre Spiegel <spiegel@gnu.org> 5425 2001-12-14 Andre Spiegel <spiegel@gnu.org>
5459 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> 5463 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
5460 5464
5461 * international/mule.el (set-auto-coding): Don't search for 5465 * international/mule.el (set-auto-coding): Don't search for
5462 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 5466 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
5463 5467
5464 2001-12-13 Pavel Janík <Pavel@Janik.cz> 5468 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5465 5469
5466 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 5470 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
5467 5471
5468 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. 5472 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
5469 5473
5515 * language/thai-util.el, language/thai.el: Add Unicode equivalents. 5519 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
5516 5520
5517 * language/european.el: Remove autoload cookies. Fix registration 5521 * language/european.el: Remove autoload cookies. Fix registration
5518 of diacritic composition function. 5522 of diacritic composition function.
5519 5523
5520 2001-12-11 Pavel Janík <Pavel@Janik.cz> 5524 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5521 5525
5522 * calendar/todo-mode.el: Require time-stamp. 5526 * calendar/todo-mode.el: Require time-stamp.
5523 5527
5524 * net/zone-mode.el (zone-mode): Don't use make-local-hook. 5528 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
5525 5529
5572 5576
5573 * iswitchb.el (iswitchb-visit-buffer): 5577 * iswitchb.el (iswitchb-visit-buffer):
5574 Use `select-frame-set-input-focus'--needed when window manager 5578 Use `select-frame-set-input-focus'--needed when window manager
5575 uses "click to focus" policy. 5579 uses "click to focus" policy.
5576 5580
5577 2001-12-09 Pavel Janík <Pavel@Janik.cz> 5581 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5578 5582
5579 * COPYING: Moved back. 5583 * COPYING: Moved back.
5580 5584
5581 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> 5585 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5582 5586
5721 (tags-search, tags-query-replace): Use backquotes. 5725 (tags-search, tags-query-replace): Use backquotes.
5722 5726
5723 * textmodes/picture.el (picture-mode-map): Don't use defconst 5727 * textmodes/picture.el (picture-mode-map): Don't use defconst
5724 for a variable. 5728 for a variable.
5725 5729
5726 2001-12-02 Pavel Janík <Pavel@Janik.cz> 5730 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5727 5731
5728 * textmodes/reftex-index.el (reftex-index-mode): 5732 * textmodes/reftex-index.el (reftex-index-mode):
5729 Remove make-local-hook. 5733 Remove make-local-hook.
5730 5734
5731 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. 5735 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
5786 * progmodes/hideif.el (hide-ifdef-mode): Only modify 5790 * progmodes/hideif.el (hide-ifdef-mode): Only modify
5787 `change-major-mode-hook' locally. Reset invisibility spec. 5791 `change-major-mode-hook' locally. Reset invisibility spec.
5788 5792
5789 * man.el (Man-build-section-alist): Remove last Man-match-substring. 5793 * man.el (Man-build-section-alist): Remove last Man-match-substring.
5790 5794
5791 2001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 5795 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5792 5796
5793 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 5797 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
5794 Clarify error message. 5798 Clarify error message.
5795 5799
5796 2001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 5800 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5797 5801
5798 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 5802 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
5799 5803
5800 2001-11-30 Andre Spiegel <spiegel@gnu.org> 5804 2001-11-30 Andre Spiegel <spiegel@gnu.org>
5801 5805
5845 several sequential nodes. Add a simple caching mechanism. 5849 several sequential nodes. Add a simple caching mechanism.
5846 (Info-goto-index): New function extracted from Info-index. 5850 (Info-goto-index): New function extracted from Info-index.
5847 (Info-index): Use it. Add completion to the interactive spec. 5851 (Info-index): Use it. Add completion to the interactive spec.
5848 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 5852 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
5849 5853
5850 2001-11-29 Pavel Janík <Pavel@Janik.cz> 5854 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5851 5855
5852 * COPYING: Removed. 5856 * COPYING: Removed.
5853 5857
5854 2001-11-29 Dave Love <fx@gnu.org> 5858 2001-11-29 Dave Love <fx@gnu.org>
5855 5859
5862 * international/mule.el: Doc fixes. 5866 * international/mule.el: Doc fixes.
5863 (map-charset-chars): New function. 5867 (map-charset-chars): New function.
5864 (register-char-codings): Use it to cope with generic chars in 5868 (register-char-codings): Use it to cope with generic chars in
5865 safe-chars. 5869 safe-chars.
5866 5870
5867 2001-11-29 Pavel Janík <Pavel@Janik.cz> 5871 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5868 5872
5869 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 5873 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
5870 5874
5871 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. 5875 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
5872 5876
6006 2001-11-26 Sam Steingold <sds@gnu.org> 6010 2001-11-26 Sam Steingold <sds@gnu.org>
6007 6011
6008 * frame.el (show-trailing-whitespace): Remove :set argument (the 6012 * frame.el (show-trailing-whitespace): Remove :set argument (the
6009 value was essentially identical to the defalt). 6013 value was essentially identical to the defalt).
6010 6014
6011 2001-11-26 Pavel Janík <Pavel@Janik.cz> 6015 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6012 6016
6013 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 6017 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
6014 6018
6015 * icomplete.el (icomplete-minibuffer-setup): Likewise. 6019 * icomplete.el (icomplete-minibuffer-setup): Likewise.
6016 6020
6070 6074
6071 * window.el (save-selected-window): No error if saved window is dead. 6075 * window.el (save-selected-window): No error if saved window is dead.
6072 6076
6073 * help-funs.el (describe-syntax): Put (interactive) after doc string. 6077 * help-funs.el (describe-syntax): Put (interactive) after doc string.
6074 6078
6075 2001-11-26 Pavel Janík <Pavel@Janik.cz> 6079 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6076 6080
6077 * international/quail.el (quail-help): Require help-mode in 6081 * international/quail.el (quail-help): Require help-mode in
6078 top-level instead. 6082 top-level instead.
6079 6083
6080 * iswitchb.el (iswitchb-exhibit): Use insert instead of 6084 * iswitchb.el (iswitchb-exhibit): Use insert instead of
6141 Define each button type with its own explicit define-button-type. 6145 Define each button type with its own explicit define-button-type.
6142 6146
6143 * language/devan-util.el: Comment out parts of the file 6147 * language/devan-util.el: Comment out parts of the file
6144 which apparently are garbled. 6148 which apparently are garbled.
6145 6149
6146 2001-11-25 Pavel Janík <Pavel@Janik.cz> 6150 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6147 6151
6148 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 6152 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
6149 insert-string. 6153 insert-string.
6150 6154
6151 2001-11-25 Pavel Janík <Pavel@Janik.cz> 6155 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6152 6156
6153 * play/snake.el (snake-mode): Remove make-local-hook. 6157 * play/snake.el (snake-mode): Remove make-local-hook.
6154 6158
6155 * play/tetris.el (tetris-mode): Likewise. 6159 * play/tetris.el (tetris-mode): Likewise.
6156 6160
6273 6277
6274 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. 6278 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
6275 6279
6276 * international/encoded-kb.el: Don't alter minor-map-alist. 6280 * international/encoded-kb.el: Don't alter minor-map-alist.
6277 6281
6278 2001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 6282 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6279 6283
6280 * files.el (auto-save-file-name-transforms): Put remote files in 6284 * files.el (auto-save-file-name-transforms): Put remote files in
6281 temporary-file-directory rather than /tmp. 6285 temporary-file-directory rather than /tmp.
6282 6286
6283 2001-11-21 Colin Walters <walters@debian.org> 6287 2001-11-21 Colin Walters <walters@debian.org>
6631 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word 6635 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
6632 if it doesn't make sense as anything else. 6636 if it doesn't make sense as anything else.
6633 Don't recognize a "telephone number" at the beginning of the name. 6637 Don't recognize a "telephone number" at the beginning of the name.
6634 (mail-extr-leading-garbage): Match non-word characters only. 6638 (mail-extr-leading-garbage): Match non-word characters only.
6635 6639
6636 2001-11-16 Pavel Janík <Pavel@Janik.cz> 6640 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6637 6641
6638 * startup.el (command-line-processed): Doc fix. 6642 * startup.el (command-line-processed): Doc fix.
6639 6643
6640 * apropos.el (apropos-next-label-button): Doc fix. 6644 * apropos.el (apropos-next-label-button): Doc fix.
6641 6645
6659 6663
6660 * emacs-lisp/cl.el (values, values-list, multiple-value-list) 6664 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
6661 (multiple-value-apply, nth-value): Use defsubst rather than defalias 6665 (multiple-value-apply, nth-value): Use defsubst rather than defalias
6662 to get better doc strings. 6666 to get better doc strings.
6663 6667
6664 2001-11-15 Pavel Janík <Pavel@Janik.cz> 6668 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6665 6669
6666 * derived.el: Fix autoload cookie. 6670 * derived.el: Fix autoload cookie.
6667 6671
6668 2001-11-15 Richard M. Stallman <rms@gnu.org> 6672 2001-11-15 Richard M. Stallman <rms@gnu.org>
6669 6673
6854 (log-view-current-file): Do final `expand-file-name' in the 6858 (log-view-current-file): Do final `expand-file-name' in the
6855 current `default-directory'. 6859 current `default-directory'.
6856 (log-view-current-tag): Take an optional `where' arg. 6860 (log-view-current-tag): Take an optional `where' arg.
6857 (log-view-diff): New user command. 6861 (log-view-diff): New user command.
6858 6862
6859 2001-11-12 Pavel Janík <Pavel@Janik.cz> 6863 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6860 6864
6861 * progmodes/cpp.el (cpp-choose-face): Fix typo. 6865 * progmodes/cpp.el (cpp-choose-face): Fix typo.
6862 6866
6863 2001-11-12 Sam Steingold <sds@gnu.org> 6867 2001-11-12 Sam Steingold <sds@gnu.org>
6864 6868
6894 `unread-command-char'. 6898 `unread-command-char'.
6895 6899
6896 * calc/calc-ext.el (calc-init-extensions): Update autoload names 6900 * calc/calc-ext.el (calc-init-extensions): Update autoload names
6897 to match files renamed on initial calc import. 6901 to match files renamed on initial calc import.
6898 6902
6899 2001-11-12 Pavel Janík <Pavel@Janik.cz> 6903 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6900 6904
6901 * textmodes/flyspell.el (flyspell-default-dictionary): 6905 * textmodes/flyspell.el (flyspell-default-dictionary):
6902 Fix previous change. 6906 Fix previous change.
6903 6907
6904 2001-11-12 Richard M. Stallman <rms@gnu.org> 6908 2001-11-12 Richard M. Stallman <rms@gnu.org>
6937 (clipboard-yank): Ditto. 6941 (clipboard-yank): Ditto.
6938 6942
6939 2001-11-11 Colin Walters <walters@verbum.org> 6943 2001-11-11 Colin Walters <walters@verbum.org>
6940 6944
6941 The following changes are based on patches from 6945 The following changes are based on patches from
6942 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann 6946 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann
6943 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 6947 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
6944 6948
6945 * calc/calc.el (toplevel): Require calc-macs. 6949 * calc/calc.el (toplevel): Require calc-macs.
6946 (calc-minibuffer-size): New. 6950 (calc-minibuffer-size): New.
6947 (calcDigit-nondigit): Use it instead of `buffer-size'. 6951 (calcDigit-nondigit): Use it instead of `buffer-size'.
7006 7010
7007 * wid-edit.el (checklist): Removed `:menu-tag'. 7011 * wid-edit.el (checklist): Removed `:menu-tag'.
7008 (radio-button-choice): Ditto. 7012 (radio-button-choice): Ditto.
7009 (editable-list): Ditto. 7013 (editable-list): Ditto.
7010 7014
7011 2001-11-09 Pavel Janík <Pavel@Janik.cz> 7015 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7012 7016
7013 * play/gomoku.el: Move definitions of constants to the beginning 7017 * play/gomoku.el: Move definitions of constants to the beginning
7014 of file, before their use. 7018 of file, before their use.
7015 7019
7016 2001-11-09 Richard M. Stallman <rms@gnu.org> 7020 2001-11-09 Richard M. Stallman <rms@gnu.org>
7282 7286
7283 * emacs-lisp/debug.el (debugger-make-xrefs): New function. 7287 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
7284 (debugger-setup-buffer): Call it. 7288 (debugger-setup-buffer): Call it.
7285 (debugger-mode-map): Bind RET and mouse-2. 7289 (debugger-mode-map): Bind RET and mouse-2.
7286 7290
7287 2001-10-31 Pavel Janík <Pavel@Janik.cz> 7291 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7288 7292
7289 * startup.el: Document command line option --no-window-system 7293 * startup.el: Document command line option --no-window-system
7290 instead of --no-windows. 7294 instead of --no-windows.
7291 7295
7292 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> 7296 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
7425 7429
7426 * emacs-lisp/bytecomp.el (byte-recompile-directory): 7430 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7427 Report numbers of files skipped and failed too. 7431 Report numbers of files skipped and failed too.
7428 (byte-compile-file): Return 'no-byte-compile for skipped files. 7432 (byte-compile-file): Return 'no-byte-compile for skipped files.
7429 7433
7430 2001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 7434 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7431 7435
7432 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 7436 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
7433 and `M p'. 7437 and `M p'.
7434 7438
7435 2001-10-29 Gerd Moellmann <gerd@gnu.org> 7439 2001-10-29 Gerd Moellmann <gerd@gnu.org>
7775 2001-10-22 Gerd Moellmann <gerd@gnu.org> 7779 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7776 7780
7777 * progmodes/compile.el (compilation-set-window-height): 7781 * progmodes/compile.el (compilation-set-window-height):
7778 Select old window only if it's still live. 7782 Select old window only if it's still live.
7779 7783
7780 2001-10-22 Pavel Janík <Pavel@Janik.cz> 7784 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
7781 7785
7782 * help-mode.el (help-buffer): Remove debugging code. 7786 * help-mode.el (help-buffer): Remove debugging code.
7783 From Stefan Monnier <monnier@cs.yale.edu>. 7787 From Stefan Monnier <monnier@cs.yale.edu>.
7784 7788
7785 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 7789 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>