diff options
| author | Michael Kifer | 2002-04-26 05:17:53 +0000 |
|---|---|---|
| committer | Michael Kifer | 2002-04-26 05:17:53 +0000 |
| commit | abdb213cb6b0a8faf01c2f9b3a6f028271a95dfb (patch) | |
| tree | 96088bc78c6664ee943a2c77ac65632d1ce1c07d | |
| parent | fece59b88cf8fdc4b8e5dfd75e19a2dce5c736fc (diff) | |
| download | emacs-abdb213cb6b0a8faf01c2f9b3a6f028271a95dfb.tar.gz emacs-abdb213cb6b0a8faf01c2f9b3a6f028271a95dfb.zip | |
2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-hooks.el: Put back the autoloads.
| -rw-r--r-- | lisp/ChangeLog | 162 | ||||
| -rw-r--r-- | lisp/ediff-hook.el | 62 |
2 files changed, 116 insertions, 108 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a06ae5eac0c..4c2e279b438 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 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'. |
| @@ -273,7 +277,7 @@ | |||
| 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). |
| @@ -1265,7 +1269,7 @@ | |||
| 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. |
| @@ -1341,7 +1345,7 @@ | |||
| 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. |
| @@ -1351,7 +1355,7 @@ | |||
| 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. |
| @@ -1380,7 +1384,7 @@ | |||
| 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. |
| @@ -1445,7 +1449,7 @@ | |||
| 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 | ||
| @@ -1563,7 +1567,7 @@ | |||
| 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. |
| @@ -1612,7 +1616,7 @@ | |||
| 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 | ||
| @@ -1627,7 +1631,7 @@ | |||
| 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 | ||
| @@ -1654,7 +1658,7 @@ | |||
| 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 | ||
| @@ -1678,7 +1682,7 @@ | |||
| 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. |
| @@ -1746,7 +1750,7 @@ | |||
| 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'. |
| @@ -1820,7 +1824,7 @@ | |||
| 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. |
| @@ -1830,7 +1834,7 @@ | |||
| 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 | ||
| @@ -2031,7 +2035,7 @@ | |||
| 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 | ||
| @@ -2099,7 +2103,7 @@ | |||
| 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. |
| @@ -2140,7 +2144,7 @@ | |||
| 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'. |
| @@ -2195,7 +2199,7 @@ | |||
| 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. |
| @@ -2384,7 +2388,7 @@ | |||
| 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. |
| @@ -2402,7 +2406,7 @@ | |||
| 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. |
| @@ -2545,7 +2549,7 @@ | |||
| 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. |
| @@ -2665,7 +2669,7 @@ | |||
| 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 | ||
| @@ -2728,7 +2732,7 @@ | |||
| 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. |
| @@ -2849,7 +2853,7 @@ | |||
| 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. |
| @@ -3129,7 +3133,7 @@ | |||
| 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 |
| @@ -3193,7 +3197,7 @@ | |||
| 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. |
| @@ -3209,7 +3213,7 @@ | |||
| 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. |
| @@ -3233,7 +3237,7 @@ | |||
| 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 | ||
| @@ -3330,7 +3334,7 @@ | |||
| 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. |
| @@ -3453,7 +3457,7 @@ | |||
| 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. |
| @@ -3478,7 +3482,7 @@ | |||
| 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 | ||
| @@ -3501,7 +3505,7 @@ | |||
| 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. |
| @@ -3578,7 +3582,7 @@ | |||
| 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 | ||
| @@ -3659,7 +3663,7 @@ | |||
| 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. |
| @@ -3692,11 +3696,11 @@ | |||
| 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'. |
| @@ -3735,7 +3739,7 @@ | |||
| 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 | ||
| @@ -3824,7 +3828,7 @@ | |||
| 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". |
| @@ -3841,7 +3845,7 @@ | |||
| 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. |
| @@ -4056,7 +4060,7 @@ | |||
| 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 | ||
| @@ -4073,7 +4077,7 @@ | |||
| 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. |
| @@ -4165,7 +4169,7 @@ | |||
| 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. |
| @@ -4283,7 +4287,7 @@ | |||
| 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. |
| @@ -4368,7 +4372,7 @@ | |||
| 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. |
| @@ -4384,7 +4388,7 @@ | |||
| 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. |
| @@ -4496,7 +4500,7 @@ | |||
| 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 |
| @@ -4520,7 +4524,7 @@ | |||
| 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. |
| @@ -4582,7 +4586,7 @@ | |||
| 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. |
| @@ -4613,7 +4617,7 @@ | |||
| 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). |
| @@ -4732,7 +4736,7 @@ | |||
| 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. |
| @@ -4769,7 +4773,7 @@ | |||
| 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): |
| @@ -4899,7 +4903,7 @@ | |||
| 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 |
| @@ -4987,7 +4991,7 @@ | |||
| 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. |
| @@ -5014,7 +5018,7 @@ | |||
| 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. |
| @@ -5157,7 +5161,7 @@ | |||
| 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. |
| @@ -5191,7 +5195,7 @@ | |||
| 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. |
| @@ -5409,7 +5413,7 @@ | |||
| 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. |
| @@ -5457,7 +5461,7 @@ | |||
| 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 | ||
| @@ -5513,7 +5517,7 @@ | |||
| 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 | ||
| @@ -5570,7 +5574,7 @@ | |||
| 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 | ||
| @@ -5719,7 +5723,7 @@ | |||
| 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. |
| @@ -5784,12 +5788,12 @@ | |||
| 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 | ||
| @@ -5843,7 +5847,7 @@ | |||
| 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 | ||
| @@ -5860,7 +5864,7 @@ | |||
| 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 | ||
| @@ -6004,7 +6008,7 @@ | |||
| 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 | ||
| @@ -6068,7 +6072,7 @@ | |||
| 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. |
| @@ -6139,12 +6143,12 @@ | |||
| 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 | ||
| @@ -6271,7 +6275,7 @@ | |||
| 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. |
| @@ -6629,7 +6633,7 @@ | |||
| 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 | ||
| @@ -6657,7 +6661,7 @@ | |||
| 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 | ||
| @@ -6852,7 +6856,7 @@ | |||
| 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 | ||
| @@ -6892,7 +6896,7 @@ | |||
| 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. |
| @@ -6935,7 +6939,7 @@ | |||
| 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. |
| @@ -7004,7 +7008,7 @@ | |||
| 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. |
| @@ -7280,7 +7284,7 @@ | |||
| 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. |
| @@ -7423,7 +7427,7 @@ | |||
| 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'. |
| @@ -7773,7 +7777,7 @@ | |||
| 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>. |
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el index 3bf006d9c1d..23baeb49d7d 100644 --- a/lisp/ediff-hook.el +++ b/lisp/ediff-hook.el | |||
| @@ -44,41 +44,45 @@ | |||
| 44 | ;; end pacifier | 44 | ;; end pacifier |
| 45 | 45 | ||
| 46 | ;; allow menus to be set up without ediff-wind.el being loaded | 46 | ;; allow menus to be set up without ediff-wind.el being loaded |
| 47 | ;;;###autoload | ||
| 47 | (defvar ediff-window-setup-function) | 48 | (defvar ediff-window-setup-function) |
| 48 | 49 | ||
| 49 | ;; This is used to avoid compilation warnings. When emacs/xemacs forms can | 50 | ;; This macro is used to avoid compilation warnings. |
| 50 | ;; generate compile time warnings, we use this macro. | 51 | ;; The macro will expand into the form that is appropriate to the |
| 51 | ;; In this case, the macro will expand into the form that is appropriate to the | 52 | ;; compiler at hand (emacs or xemacs). |
| 52 | ;; compiler at hand. | 53 | ;; The autoload, below, is useless in Emacs because ediff-hook.el |
| 53 | ;; Suggested by rms. | 54 | ;; is dumped with emacs, but it is needed in XEmacs |
| 55 | ;;;###autoload | ||
| 54 | (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) | 56 | (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) |
| 55 | (if (string-match "XEmacs" emacs-version) | 57 | (if (string-match "XEmacs" emacs-version) |
| 56 | xemacs-form emacs-form)) | 58 | xemacs-form emacs-form)) |
| 57 | 59 | ||
| 58 | ;; Note we wrap this in a progn so that we pick up the whole def | 60 | ;; This autoload is useless in Emacs because ediff-hook.el is dumped with |
| 59 | ;; for auto-autoload. That way we do not load ediff-hook.el when defining | 61 | ;; emacs, but it is needed in XEmacs |
| 60 | ;; the menus. | 62 | ;;;###autoload |
| 61 | (progn | 63 | (ediff-cond-compile-for-xemacs-or-emacs |
| 62 | (ediff-cond-compile-for-xemacs-or-emacs | 64 | ;; xemacs form |
| 63 | ;; xemacs form | 65 | (defun ediff-xemacs-init-menus () |
| 64 | (defun ediff-xemacs-init-menus () | 66 | (if (featurep 'menubar) |
| 65 | (if (featurep 'menubar) | 67 | (progn |
| 66 | (progn | 68 | (add-submenu |
| 67 | (add-submenu | 69 | '("Tools") ediff-menu "OO-Browser...") |
| 68 | '("Tools") ediff-menu "OO-Browser...") | 70 | (add-submenu |
| 69 | (add-submenu | 71 | '("Tools") ediff-merge-menu "OO-Browser...") |
| 70 | '("Tools") ediff-merge-menu "OO-Browser...") | 72 | (add-submenu |
| 71 | (add-submenu | 73 | '("Tools") epatch-menu "OO-Browser...") |
| 72 | '("Tools") epatch-menu "OO-Browser...") | 74 | (add-submenu |
| 73 | (add-submenu | 75 | '("Tools") ediff-misc-menu "OO-Browser...") |
| 74 | '("Tools") ediff-misc-menu "OO-Browser...") | 76 | (add-menu-button |
| 75 | (add-menu-button | 77 | '("Tools") "-------" "OO-Browser...") |
| 76 | '("Tools") "-------" "OO-Browser...") | 78 | ))) |
| 77 | ))) | 79 | nil ; emacs form |
| 78 | nil ; emacs form | 80 | ) |
| 79 | )) | 81 | |
| 80 | 82 | ||
| 81 | 83 | ;; This autoload is useless in Emacs because ediff-hook.el is dumped with | |
| 84 | ;; emacs, but it is needed in XEmacs | ||
| 85 | ;;;###autoload | ||
| 82 | (ediff-cond-compile-for-xemacs-or-emacs | 86 | (ediff-cond-compile-for-xemacs-or-emacs |
| 83 | (progn | 87 | (progn |
| 84 | (defvar ediff-menu | 88 | (defvar ediff-menu |