diff options
| author | Kenichi Handa | 2002-05-21 05:38:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-05-21 05:38:48 +0000 |
| commit | cd9c1e8f962defb6732331c368d0fdd93b46bd92 (patch) | |
| tree | 6cebae28d759d99a6f713577a7022ee4f81c7034 | |
| parent | 65076506d9d10efab8638a3f75e1087df4ae9f2d (diff) | |
| download | emacs-cd9c1e8f962defb6732331c368d0fdd93b46bd92.tar.gz emacs-cd9c1e8f962defb6732331c368d0fdd93b46bd92.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 180 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 95 insertions, 87 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c0027c651d2..07d19369821 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-05-21 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule-conf.el (vietnamese-viscii-lower, | ||
| 4 | vietnamese-viscii-upper): Supply them :code-offset, then unify by | ||
| 5 | mapping table. | ||
| 6 | |||
| 1 | 2002-05-20 Dave Love <fx@gnu.org> | 7 | 2002-05-20 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * cus-start.el: Add charset-map-directory. | 9 | * cus-start.el: Add charset-map-directory. |
| @@ -607,7 +613,7 @@ | |||
| 607 | * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more | 613 | * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more |
| 608 | natural paragraph boundaries. Don't fail at beginning of buffer. | 614 | natural paragraph boundaries. Don't fail at beginning of buffer. |
| 609 | 615 | ||
| 610 | 2002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 616 | 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 611 | 617 | ||
| 612 | * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, | 618 | * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, |
| 613 | call the argument "arg" to match plain next-line and | 619 | call the argument "arg" to match plain next-line and |
| @@ -711,7 +717,7 @@ | |||
| 711 | * cus-start.el: Add automatic-hscroll-margin and | 717 | * cus-start.el: Add automatic-hscroll-margin and |
| 712 | automatic-hscroll-step. | 718 | automatic-hscroll-step. |
| 713 | 719 | ||
| 714 | 2002-02-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 720 | 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 715 | 721 | ||
| 716 | * cus-start.el (x-autoselect-window): Allow customization. | 722 | * cus-start.el (x-autoselect-window): Allow customization. |
| 717 | 723 | ||
| @@ -931,7 +937,7 @@ | |||
| 931 | * cus-start.el: Don't warn about "x-*" symbols when building a | 937 | * cus-start.el: Don't warn about "x-*" symbols when building a |
| 932 | non-GUI version. | 938 | non-GUI version. |
| 933 | 939 | ||
| 934 | 2002-02-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 940 | 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 935 | 941 | ||
| 936 | * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): | 942 | * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): |
| 937 | Doc fix. | 943 | Doc fix. |
| @@ -956,7 +962,7 @@ | |||
| 956 | (dump-charsets, dump-codings): Deleted (obsolete). | 962 | (dump-charsets, dump-codings): Deleted (obsolete). |
| 957 | From Dave Love <fx@gnu.org>. | 963 | From Dave Love <fx@gnu.org>. |
| 958 | 964 | ||
| 959 | 2002-02-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 965 | 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 960 | 966 | ||
| 961 | * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. | 967 | * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. |
| 962 | 968 | ||
| @@ -979,7 +985,7 @@ | |||
| 979 | 985 | ||
| 980 | * ediff.el: Typo in comment. | 986 | * ediff.el: Typo in comment. |
| 981 | 987 | ||
| 982 | 2002-02-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 988 | 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 983 | 989 | ||
| 984 | * menu-bar.el (menu-bar-options-save): Take care of | 990 | * menu-bar.el (menu-bar-options-save): Take care of |
| 985 | line-number-mode and column-number-mode variables. | 991 | line-number-mode and column-number-mode variables. |
| @@ -1056,7 +1062,7 @@ | |||
| 1056 | * subr.el (global-set-key, local-set-key): Accept a symbol for the | 1062 | * subr.el (global-set-key, local-set-key): Accept a symbol for the |
| 1057 | KEY argument (like define-key). | 1063 | KEY argument (like define-key). |
| 1058 | 1064 | ||
| 1059 | 2002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1065 | 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1060 | 1066 | ||
| 1061 | * textmodes/flyspell.el (flyspell-insert-function): Doc fix. | 1067 | * textmodes/flyspell.el (flyspell-insert-function): Doc fix. |
| 1062 | 1068 | ||
| @@ -1137,7 +1143,7 @@ | |||
| 1137 | * cus-edit.el (customize-mark-to-save): New function. | 1143 | * cus-edit.el (customize-mark-to-save): New function. |
| 1138 | * menu-bar.el (menu-bar-options-save): Rewrote. | 1144 | * menu-bar.el (menu-bar-options-save): Rewrote. |
| 1139 | 1145 | ||
| 1140 | 2002-02-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1146 | 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1141 | 1147 | ||
| 1142 | * cus-start.el (x-use-underline-position-properties): | 1148 | * cus-start.el (x-use-underline-position-properties): |
| 1143 | Allow customization. | 1149 | Allow customization. |
| @@ -1170,11 +1176,11 @@ | |||
| 1170 | * window.el (save-selected-window): Move macro before first use. | 1176 | * window.el (save-selected-window): Move macro before first use. |
| 1171 | (balance-windows): Fix misplaced parenthesis. | 1177 | (balance-windows): Fix misplaced parenthesis. |
| 1172 | 1178 | ||
| 1173 | 2002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1179 | 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1174 | 1180 | ||
| 1175 | * calculator.el (calculator-displayers): Doc fixes. | 1181 | * calculator.el (calculator-displayers): Doc fixes. |
| 1176 | 1182 | ||
| 1177 | 2002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1183 | 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1178 | 1184 | ||
| 1179 | * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. | 1185 | * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. |
| 1180 | (menu-bar-options-save): Save also the value of `display-time-mode'. | 1186 | (menu-bar-options-save): Save also the value of `display-time-mode'. |
| @@ -1213,7 +1219,7 @@ | |||
| 1213 | looking for X-Coding-System header, and restore the pruned state | 1219 | looking for X-Coding-System header, and restore the pruned state |
| 1214 | before returning. | 1220 | before returning. |
| 1215 | 1221 | ||
| 1216 | 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1222 | 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1217 | 1223 | ||
| 1218 | * cus-edit.el (customize-save-variable): Fix typo in prompt. | 1224 | * cus-edit.el (customize-save-variable): Fix typo in prompt. |
| 1219 | 1225 | ||
| @@ -1302,7 +1308,7 @@ | |||
| 1302 | * emulation/pc-select.el (pc-select-save-and-set-mode): | 1308 | * emulation/pc-select.el (pc-select-save-and-set-mode): |
| 1303 | Properly use MODE-VAR. | 1309 | Properly use MODE-VAR. |
| 1304 | 1310 | ||
| 1305 | 2002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1311 | 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1306 | 1312 | ||
| 1307 | * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs | 1313 | * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs |
| 1308 | Version" to "About Emacs". | 1314 | Version" to "About Emacs". |
| @@ -1319,7 +1325,7 @@ | |||
| 1319 | 1325 | ||
| 1320 | * calendar/calendar.el (generate-calendar-month): Doc fix. | 1326 | * calendar/calendar.el (generate-calendar-month): Doc fix. |
| 1321 | 1327 | ||
| 1322 | 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1328 | 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1323 | 1329 | ||
| 1324 | * time.el (display-time-mail-directory): New option. | 1330 | * time.el (display-time-mail-directory): New option. |
| 1325 | (display-time-mail-function): Update doc-string. | 1331 | (display-time-mail-function): Update doc-string. |
| @@ -1534,7 +1540,7 @@ | |||
| 1534 | with `byte-compile-dynamic'. | 1540 | with `byte-compile-dynamic'. |
| 1535 | (ibuffer-default-directory, toplevel): Doc files. | 1541 | (ibuffer-default-directory, toplevel): Doc files. |
| 1536 | 1542 | ||
| 1537 | 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1543 | 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1538 | 1544 | ||
| 1539 | * tempo.el (tempo-define-template): Doc fix. | 1545 | * tempo.el (tempo-define-template): Doc fix. |
| 1540 | 1546 | ||
| @@ -1551,7 +1557,7 @@ | |||
| 1551 | 1557 | ||
| 1552 | * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. | 1558 | * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. |
| 1553 | 1559 | ||
| 1554 | 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1560 | 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1555 | 1561 | ||
| 1556 | * language/tibet-util.el (tibetan-decompose-region) | 1562 | * language/tibet-util.el (tibetan-decompose-region) |
| 1557 | (tibetan-decompose-string): Fix typo in docstring. | 1563 | (tibetan-decompose-string): Fix typo in docstring. |
| @@ -1643,7 +1649,7 @@ | |||
| 1643 | 1649 | ||
| 1644 | * mail/feedmail.el (feedmail): Fix :link spec. | 1650 | * mail/feedmail.el (feedmail): Fix :link spec. |
| 1645 | 1651 | ||
| 1646 | 2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1652 | 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1647 | 1653 | ||
| 1648 | * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version | 1654 | * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version |
| 1649 | 2 ldapsearch. | 1655 | 2 ldapsearch. |
| @@ -1761,7 +1767,7 @@ | |||
| 1761 | (comint-send-input): New arg NO-NEWLINE. | 1767 | (comint-send-input): New arg NO-NEWLINE. |
| 1762 | (comint-send-eof): Call comint-send-eof with NO-NEWLINE. | 1768 | (comint-send-eof): Call comint-send-eof with NO-NEWLINE. |
| 1763 | 1769 | ||
| 1764 | 2002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1770 | 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1765 | 1771 | ||
| 1766 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent | 1772 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent |
| 1767 | delaying when executing keyboard macros. | 1773 | delaying when executing keyboard macros. |
| @@ -1846,7 +1852,7 @@ | |||
| 1846 | 1852 | ||
| 1847 | * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. | 1853 | * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. |
| 1848 | 1854 | ||
| 1849 | 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1855 | 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1850 | 1856 | ||
| 1851 | * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): | 1857 | * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): |
| 1852 | Do not use make-local-hook. | 1858 | Do not use make-local-hook. |
| @@ -1862,7 +1868,7 @@ | |||
| 1862 | 1868 | ||
| 1863 | * ediff-hook.el: Add an autoload cookie. | 1869 | * ediff-hook.el: Add an autoload cookie. |
| 1864 | 1870 | ||
| 1865 | 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1871 | 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1866 | 1872 | ||
| 1867 | * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail | 1873 | * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail |
| 1868 | address of the author. | 1874 | address of the author. |
| @@ -1974,7 +1980,7 @@ | |||
| 1974 | * help-fns.el (describe-variable, describe-function): | 1980 | * help-fns.el (describe-variable, describe-function): |
| 1975 | Do save-excursion. | 1981 | Do save-excursion. |
| 1976 | 1982 | ||
| 1977 | 2002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1983 | 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 1978 | 1984 | ||
| 1979 | * net/ldap.el (ldap-search-internal): Skip error message from | 1985 | * net/ldap.el (ldap-search-internal): Skip error message from |
| 1980 | ldapsearch. Allow listing attribute names only. Do not open | 1986 | ldapsearch. Allow listing attribute names only. Do not open |
| @@ -1998,7 +2004,7 @@ | |||
| 1998 | * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use | 2004 | * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use |
| 1999 | proper attribute name labeledUri instead of deprecated labeledUrl. | 2005 | proper attribute name labeledUri instead of deprecated labeledUrl. |
| 2000 | 2006 | ||
| 2001 | 2002-01-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2007 | 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2002 | 2008 | ||
| 2003 | * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when | 2009 | * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when |
| 2004 | editing an empty hotlist. | 2010 | editing an empty hotlist. |
| @@ -2060,7 +2066,7 @@ | |||
| 2060 | 2066 | ||
| 2061 | * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. | 2067 | * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. |
| 2062 | 2068 | ||
| 2063 | 2002-01-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2069 | 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2064 | 2070 | ||
| 2065 | * net/ldap.el (ldap-host-parameters-alist): Remove duplicated | 2071 | * net/ldap.el (ldap-host-parameters-alist): Remove duplicated |
| 2066 | entry. | 2072 | entry. |
| @@ -2091,7 +2097,7 @@ | |||
| 2091 | does not exist, call mail-recover-1 to allow recovery from past | 2097 | does not exist, call mail-recover-1 to allow recovery from past |
| 2092 | auto-saved drafts. | 2098 | auto-saved drafts. |
| 2093 | 2099 | ||
| 2094 | 2002-01-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2100 | 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2095 | 2101 | ||
| 2096 | * time.el (display-time-load-average-threshold): Fix defcustom | 2102 | * time.el (display-time-load-average-threshold): Fix defcustom |
| 2097 | (add type and group). | 2103 | (add type and group). |
| @@ -2210,7 +2216,7 @@ | |||
| 2210 | * bindings.el (function-key-map): Don't bind shifted keypad | 2216 | * bindings.el (function-key-map): Don't bind shifted keypad |
| 2211 | numeric keys. | 2217 | numeric keys. |
| 2212 | 2218 | ||
| 2213 | 2002-01-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2219 | 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2214 | 2220 | ||
| 2215 | * enriched.el (enriched-handle-display-prop): Remove unused | 2221 | * enriched.el (enriched-handle-display-prop): Remove unused |
| 2216 | variables. | 2222 | variables. |
| @@ -2247,7 +2253,7 @@ | |||
| 2247 | * cus-edit.el (custom-face-edit-fix-value): New function. | 2253 | * cus-edit.el (custom-face-edit-fix-value): New function. |
| 2248 | (custom-face-edit): Use it, to convert :italic and :bold to new forms. | 2254 | (custom-face-edit): Use it, to convert :italic and :bold to new forms. |
| 2249 | 2255 | ||
| 2250 | 2001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2256 | 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2251 | 2257 | ||
| 2252 | * progmodes/octave-mod.el (octave-abbrev-table): | 2258 | * progmodes/octave-mod.el (octave-abbrev-table): |
| 2253 | * progmodes/idlwave.el (idlwave-mode-abbrev-table): | 2259 | * progmodes/idlwave.el (idlwave-mode-abbrev-table): |
| @@ -2377,7 +2383,7 @@ | |||
| 2377 | 2383 | ||
| 2378 | * international/fontset.el: Don't require ind-util when compiling. | 2384 | * international/fontset.el: Don't require ind-util when compiling. |
| 2379 | 2385 | ||
| 2380 | 2001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2386 | 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2381 | 2387 | ||
| 2382 | * emulation/tpu-edt.el (tpu-reset-screen-size): Use | 2388 | * emulation/tpu-edt.el (tpu-reset-screen-size): Use |
| 2383 | set-frame-height and set-frame-width instead of set-screen-height | 2389 | set-frame-height and set-frame-width instead of set-screen-height |
| @@ -2465,7 +2471,7 @@ | |||
| 2465 | * play/yow.el (yow): Use an arg to distinguish interactive calls, | 2471 | * play/yow.el (yow): Use an arg to distinguish interactive calls, |
| 2466 | not interactive-p. | 2472 | not interactive-p. |
| 2467 | 2473 | ||
| 2468 | 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2474 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2469 | 2475 | ||
| 2470 | * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove | 2476 | * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove |
| 2471 | mocklisp entries. | 2477 | mocklisp entries. |
| @@ -2492,7 +2498,7 @@ | |||
| 2492 | * textmodes/refill.el (refill-mode): Don't barf when redundantly | 2498 | * textmodes/refill.el (refill-mode): Don't barf when redundantly |
| 2493 | turning refill-mode off. | 2499 | turning refill-mode off. |
| 2494 | 2500 | ||
| 2495 | 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2501 | 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2496 | 2502 | ||
| 2497 | * time.el (display-time-load-average-threshold): New variable. | 2503 | * time.el (display-time-load-average-threshold): New variable. |
| 2498 | (display-time-update): Use it. | 2504 | (display-time-update): Use it. |
| @@ -2635,7 +2641,7 @@ | |||
| 2635 | print-coding-system-briefly): Make printed output have a similar | 2641 | print-coding-system-briefly): Make printed output have a similar |
| 2636 | format as describe-character-set. | 2642 | format as describe-character-set. |
| 2637 | 2643 | ||
| 2638 | 2001-12-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2644 | 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2639 | 2645 | ||
| 2640 | * play/blackbox.el (bb-member): Remove, use member instead. | 2646 | * play/blackbox.el (bb-member): Remove, use member instead. |
| 2641 | (bb-delete): Remove, use delete instead. | 2647 | (bb-delete): Remove, use delete instead. |
| @@ -2669,7 +2675,7 @@ | |||
| 2669 | 2675 | ||
| 2670 | * international/fontset.el: Require `ind-util' when compiling. | 2676 | * international/fontset.el: Require `ind-util' when compiling. |
| 2671 | 2677 | ||
| 2672 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2678 | 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2673 | 2679 | ||
| 2674 | * language/ethio-util.el (ethio-modify-vowel): Use char-to-string | 2680 | * language/ethio-util.el (ethio-modify-vowel): Use char-to-string |
| 2675 | instead of decompose-composite-char. | 2681 | instead of decompose-composite-char. |
| @@ -2887,7 +2893,7 @@ | |||
| 2887 | 2893 | ||
| 2888 | * newcomment.el (comment-indent): Jump to the middle of empty comments. | 2894 | * newcomment.el (comment-indent): Jump to the middle of empty comments. |
| 2889 | 2895 | ||
| 2890 | 2001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2896 | 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2891 | 2897 | ||
| 2892 | * select.el (xselect-convert-to-class, xselect-convert-to-name): | 2898 | * select.el (xselect-convert-to-class, xselect-convert-to-name): |
| 2893 | Document. | 2899 | Document. |
| @@ -2935,7 +2941,7 @@ | |||
| 2935 | * international/mule.el (set-auto-coding): Don't search for | 2941 | * international/mule.el (set-auto-coding): Don't search for |
| 2936 | "unibyte:" or "coding:" if set-auto-mode-1 returns nil. | 2942 | "unibyte:" or "coding:" if set-auto-mode-1 returns nil. |
| 2937 | 2943 | ||
| 2938 | 2001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2944 | 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2939 | 2945 | ||
| 2940 | * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. | 2946 | * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. |
| 2941 | 2947 | ||
| @@ -2991,7 +2997,7 @@ | |||
| 2991 | * language/european.el: Remove autoload cookies. Fix registration | 2997 | * language/european.el: Remove autoload cookies. Fix registration |
| 2992 | of diacritic composition function. | 2998 | of diacritic composition function. |
| 2993 | 2999 | ||
| 2994 | 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3000 | 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 2995 | 3001 | ||
| 2996 | * calendar/todo-mode.el: Require time-stamp. | 3002 | * calendar/todo-mode.el: Require time-stamp. |
| 2997 | 3003 | ||
| @@ -3048,7 +3054,7 @@ | |||
| 3048 | Use `select-frame-set-input-focus'--needed when window manager | 3054 | Use `select-frame-set-input-focus'--needed when window manager |
| 3049 | uses "click to focus" policy. | 3055 | uses "click to focus" policy. |
| 3050 | 3056 | ||
| 3051 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3057 | 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3052 | 3058 | ||
| 3053 | * COPYING: Moved back. | 3059 | * COPYING: Moved back. |
| 3054 | 3060 | ||
| @@ -3197,7 +3203,7 @@ | |||
| 3197 | * textmodes/picture.el (picture-mode-map): Don't use defconst | 3203 | * textmodes/picture.el (picture-mode-map): Don't use defconst |
| 3198 | for a variable. | 3204 | for a variable. |
| 3199 | 3205 | ||
| 3200 | 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3206 | 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3201 | 3207 | ||
| 3202 | * textmodes/reftex-index.el (reftex-index-mode): | 3208 | * textmodes/reftex-index.el (reftex-index-mode): |
| 3203 | Remove make-local-hook. | 3209 | Remove make-local-hook. |
| @@ -3321,7 +3327,7 @@ | |||
| 3321 | (Info-index): Use it. Add completion to the interactive spec. | 3327 | (Info-index): Use it. Add completion to the interactive spec. |
| 3322 | (Info-menu-update): Simplify call to `Info-complete-menu-item'. | 3328 | (Info-menu-update): Simplify call to `Info-complete-menu-item'. |
| 3323 | 3329 | ||
| 3324 | 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3330 | 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3325 | 3331 | ||
| 3326 | * COPYING: Removed. | 3332 | * COPYING: Removed. |
| 3327 | 3333 | ||
| @@ -3338,7 +3344,7 @@ | |||
| 3338 | (register-char-codings): Use it to cope with generic chars in | 3344 | (register-char-codings): Use it to cope with generic chars in |
| 3339 | safe-chars. | 3345 | safe-chars. |
| 3340 | 3346 | ||
| 3341 | 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3347 | 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3342 | 3348 | ||
| 3343 | * play/blackbox.el (blackbox-mode, blackbox): Doc fix. | 3349 | * play/blackbox.el (blackbox-mode, blackbox): Doc fix. |
| 3344 | 3350 | ||
| @@ -3482,7 +3488,7 @@ | |||
| 3482 | * frame.el (show-trailing-whitespace): Remove :set argument (the | 3488 | * frame.el (show-trailing-whitespace): Remove :set argument (the |
| 3483 | value was essentially identical to the defalt). | 3489 | value was essentially identical to the defalt). |
| 3484 | 3490 | ||
| 3485 | 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3491 | 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3486 | 3492 | ||
| 3487 | * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. | 3493 | * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. |
| 3488 | 3494 | ||
| @@ -3546,7 +3552,7 @@ | |||
| 3546 | 3552 | ||
| 3547 | * help-funs.el (describe-syntax): Put (interactive) after doc string. | 3553 | * help-funs.el (describe-syntax): Put (interactive) after doc string. |
| 3548 | 3554 | ||
| 3549 | 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3555 | 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3550 | 3556 | ||
| 3551 | * international/quail.el (quail-help): Require help-mode in | 3557 | * international/quail.el (quail-help): Require help-mode in |
| 3552 | top-level instead. | 3558 | top-level instead. |
| @@ -3617,12 +3623,12 @@ | |||
| 3617 | * language/devan-util.el: Comment out parts of the file | 3623 | * language/devan-util.el: Comment out parts of the file |
| 3618 | which apparently are garbled. | 3624 | which apparently are garbled. |
| 3619 | 3625 | ||
| 3620 | 2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3626 | 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3621 | 3627 | ||
| 3622 | * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use | 3628 | * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use |
| 3623 | insert-string. | 3629 | insert-string. |
| 3624 | 3630 | ||
| 3625 | 2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 3631 | 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 3626 | 3632 | ||
| 3627 | * play/snake.el (snake-mode): Remove make-local-hook. | 3633 | * play/snake.el (snake-mode): Remove make-local-hook. |
| 3628 | 3634 | ||
| @@ -4107,7 +4113,7 @@ | |||
| 4107 | Don't recognize a "telephone number" at the beginning of the name. | 4113 | Don't recognize a "telephone number" at the beginning of the name. |
| 4108 | (mail-extr-leading-garbage): Match non-word characters only. | 4114 | (mail-extr-leading-garbage): Match non-word characters only. |
| 4109 | 4115 | ||
| 4110 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4116 | 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4111 | 4117 | ||
| 4112 | * startup.el (command-line-processed): Doc fix. | 4118 | * startup.el (command-line-processed): Doc fix. |
| 4113 | 4119 | ||
| @@ -4135,7 +4141,7 @@ | |||
| 4135 | (multiple-value-apply, nth-value): Use defsubst rather than defalias | 4141 | (multiple-value-apply, nth-value): Use defsubst rather than defalias |
| 4136 | to get better doc strings. | 4142 | to get better doc strings. |
| 4137 | 4143 | ||
| 4138 | 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4144 | 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4139 | 4145 | ||
| 4140 | * derived.el: Fix autoload cookie. | 4146 | * derived.el: Fix autoload cookie. |
| 4141 | 4147 | ||
| @@ -4330,7 +4336,7 @@ | |||
| 4330 | (log-view-current-tag): Take an optional `where' arg. | 4336 | (log-view-current-tag): Take an optional `where' arg. |
| 4331 | (log-view-diff): New user command. | 4337 | (log-view-diff): New user command. |
| 4332 | 4338 | ||
| 4333 | 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4339 | 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4334 | 4340 | ||
| 4335 | * progmodes/cpp.el (cpp-choose-face): Fix typo. | 4341 | * progmodes/cpp.el (cpp-choose-face): Fix typo. |
| 4336 | 4342 | ||
| @@ -4370,7 +4376,7 @@ | |||
| 4370 | * calc/calc-ext.el (calc-init-extensions): Update autoload names | 4376 | * calc/calc-ext.el (calc-init-extensions): Update autoload names |
| 4371 | to match files renamed on initial calc import. | 4377 | to match files renamed on initial calc import. |
| 4372 | 4378 | ||
| 4373 | 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4379 | 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4374 | 4380 | ||
| 4375 | * textmodes/flyspell.el (flyspell-default-dictionary): | 4381 | * textmodes/flyspell.el (flyspell-default-dictionary): |
| 4376 | Fix previous change. | 4382 | Fix previous change. |
| @@ -4482,7 +4488,7 @@ | |||
| 4482 | (radio-button-choice): Ditto. | 4488 | (radio-button-choice): Ditto. |
| 4483 | (editable-list): Ditto. | 4489 | (editable-list): Ditto. |
| 4484 | 4490 | ||
| 4485 | 2001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4491 | 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4486 | 4492 | ||
| 4487 | * play/gomoku.el: Move definitions of constants to the beginning | 4493 | * play/gomoku.el: Move definitions of constants to the beginning |
| 4488 | of file, before their use. | 4494 | of file, before their use. |
| @@ -4758,7 +4764,7 @@ | |||
| 4758 | (debugger-setup-buffer): Call it. | 4764 | (debugger-setup-buffer): Call it. |
| 4759 | (debugger-mode-map): Bind RET and mouse-2. | 4765 | (debugger-mode-map): Bind RET and mouse-2. |
| 4760 | 4766 | ||
| 4761 | 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 4767 | 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 4762 | 4768 | ||
| 4763 | * startup.el: Document command line option --no-window-system | 4769 | * startup.el: Document command line option --no-window-system |
| 4764 | instead of --no-windows. | 4770 | instead of --no-windows. |
| @@ -5251,7 +5257,7 @@ | |||
| 5251 | * progmodes/compile.el (compilation-set-window-height): | 5257 | * progmodes/compile.el (compilation-set-window-height): |
| 5252 | Select old window only if it's still live. | 5258 | Select old window only if it's still live. |
| 5253 | 5259 | ||
| 5254 | 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5260 | 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5255 | 5261 | ||
| 5256 | * help-mode.el (help-buffer): Remove debugging code. | 5262 | * help-mode.el (help-buffer): Remove debugging code. |
| 5257 | From Stefan Monnier <monnier@cs.yale.edu>. | 5263 | From Stefan Monnier <monnier@cs.yale.edu>. |
| @@ -5527,7 +5533,7 @@ | |||
| 5527 | 5533 | ||
| 5528 | * version.el (emacs-version): Bump to 21.1.50. | 5534 | * version.el (emacs-version): Bump to 21.1.50. |
| 5529 | 5535 | ||
| 5530 | 2001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5536 | 2001-10-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5531 | 5537 | ||
| 5532 | * mail/mailalias.el (mail-directory-stream): Do not double | 5538 | * mail/mailalias.el (mail-directory-stream): Do not double |
| 5533 | variables in the lambda-list. | 5539 | variables in the lambda-list. |
| @@ -5824,7 +5830,7 @@ | |||
| 5824 | 5830 | ||
| 5825 | * startup.el (command-line-1): Bind tab-width to 8. | 5831 | * startup.el (command-line-1): Bind tab-width to 8. |
| 5826 | 5832 | ||
| 5827 | 2001-10-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5833 | 2001-10-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 5828 | 5834 | ||
| 5829 | * emulation/tpu-edt.el: Use defalias instead of fset for | 5835 | * emulation/tpu-edt.el: Use defalias instead of fset for |
| 5830 | user-visible commands. From Rob Riepel | 5836 | user-visible commands. From Rob Riepel |
| @@ -6185,7 +6191,7 @@ | |||
| 6185 | 6191 | ||
| 6186 | * pcvs-util.el (cvs-prefix-define): Typo cons->concat. | 6192 | * pcvs-util.el (cvs-prefix-define): Typo cons->concat. |
| 6187 | 6193 | ||
| 6188 | 2001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6194 | 2001-10-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6189 | 6195 | ||
| 6190 | * emulation/tpu-edt.el: Make messages match original TPU/edt | 6196 | * emulation/tpu-edt.el: Make messages match original TPU/edt |
| 6191 | editor. From riepel@Stanford.EDU (Rob Riepel). | 6197 | editor. From riepel@Stanford.EDU (Rob Riepel). |
| @@ -6571,7 +6577,7 @@ | |||
| 6571 | * comint.el (comint-send-input): Handle comint-process-echoes | 6577 | * comint.el (comint-send-input): Handle comint-process-echoes |
| 6572 | differently. | 6578 | differently. |
| 6573 | 6579 | ||
| 6574 | 2001-09-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6580 | 2001-09-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6575 | 6581 | ||
| 6576 | * locate.el (locate-insert-header): Remove unnecessary whitespace. | 6582 | * locate.el (locate-insert-header): Remove unnecessary whitespace. |
| 6577 | 6583 | ||
| @@ -6639,7 +6645,7 @@ | |||
| 6639 | 6645 | ||
| 6640 | * simple.el (backward-word): Doc fix. | 6646 | * simple.el (backward-word): Doc fix. |
| 6641 | 6647 | ||
| 6642 | 2001-09-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6648 | 2001-09-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6643 | 6649 | ||
| 6644 | * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el | 6650 | * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el |
| 6645 | * uncompress.el, uniquify.el, vc.el, view.el, window.el | 6651 | * uncompress.el, uniquify.el, vc.el, view.el, window.el |
| @@ -6682,7 +6688,7 @@ | |||
| 6682 | 6688 | ||
| 6683 | * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: | 6689 | * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: |
| 6684 | Mention "yank" in the help-echo text. | 6690 | Mention "yank" in the help-echo text. |
| 6685 | Suggested by Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 6691 | Suggested by Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 6686 | 6692 | ||
| 6687 | 2001-09-01 Stefan Monnier <monnier@cs.yale.edu> | 6693 | 2001-09-01 Stefan Monnier <monnier@cs.yale.edu> |
| 6688 | 6694 | ||
| @@ -6742,7 +6748,7 @@ | |||
| 6742 | * startup.el (fancy-splash-screens): Temporarily set | 6748 | * startup.el (fancy-splash-screens): Temporarily set |
| 6743 | minor-mode-map-alist to nil while displaying splash screens. | 6749 | minor-mode-map-alist to nil while displaying splash screens. |
| 6744 | 6750 | ||
| 6745 | 2001-08-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6751 | 2001-08-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 6746 | 6752 | ||
| 6747 | * buff-menu.el: Add Keywords header. | 6753 | * buff-menu.el: Add Keywords header. |
| 6748 | Doc fix (C-x C-b is bound to list-buffers). | 6754 | Doc fix (C-x C-b is bound to list-buffers). |
| @@ -6826,19 +6832,19 @@ | |||
| 6826 | 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il> | 6832 | 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 6827 | 6833 | ||
| 6828 | * textmodes/texnfo-upd.el: Remove dots and exclams at end of error | 6834 | * textmodes/texnfo-upd.el: Remove dots and exclams at end of error |
| 6829 | messages. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 6835 | messages. From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 6830 | 6836 | ||
| 6831 | * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel | 6837 | * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel |
| 6832 | Jan,Bm(Bk <Pavel@Janik.cz>. | 6838 | Jan,Am(Bk <Pavel@Janik.cz>. |
| 6833 | 6839 | ||
| 6834 | * emacs-lisp/lselect.el: Ditto. | 6840 | * emacs-lisp/lselect.el: Ditto. |
| 6835 | 6841 | ||
| 6836 | * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): | 6842 | * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): |
| 6837 | Remove periods from the end of error message strings. | 6843 | Remove periods from the end of error message strings. |
| 6838 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 6844 | From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 6839 | 6845 | ||
| 6840 | * progmodes/antlr-mode.el: Add Keywords header. From Pavel | 6846 | * progmodes/antlr-mode.el: Add Keywords header. From Pavel |
| 6841 | Jan,Bm(Bk <Pavel@Janik.cz>. | 6847 | Jan,Am(Bk <Pavel@Janik.cz>. |
| 6842 | 6848 | ||
| 6843 | * net/telnet.el: Ditto. | 6849 | * net/telnet.el: Ditto. |
| 6844 | 6850 | ||
| @@ -6958,7 +6964,7 @@ | |||
| 6958 | 2001-08-20 Gerd Moellmann <gerd@gnu.org> | 6964 | 2001-08-20 Gerd Moellmann <gerd@gnu.org> |
| 6959 | 6965 | ||
| 6960 | * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove | 6966 | * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove |
| 6961 | some spaces from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 6967 | some spaces from a message. From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 6962 | 6968 | ||
| 6963 | * whitespace.el (whitespace-global-mode): Add autoload cookie. | 6969 | * whitespace.el (whitespace-global-mode): Add autoload cookie. |
| 6964 | 6970 | ||
| @@ -7132,7 +7138,7 @@ | |||
| 7132 | text files. | 7138 | text files. |
| 7133 | (image-jpeg-p): Correct calculation of next field offset. | 7139 | (image-jpeg-p): Correct calculation of next field offset. |
| 7134 | 7140 | ||
| 7135 | 2001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7141 | 2001-08-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7136 | 7142 | ||
| 7137 | * battery.el: Fix typo. | 7143 | * battery.el: Fix typo. |
| 7138 | 7144 | ||
| @@ -7169,7 +7175,7 @@ | |||
| 7169 | * image.el (image-type-regexps): Use `\`' instead of `^' in | 7175 | * image.el (image-type-regexps): Use `\`' instead of `^' in |
| 7170 | most regular expressions. | 7176 | most regular expressions. |
| 7171 | 7177 | ||
| 7172 | 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7178 | 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7173 | 7179 | ||
| 7174 | * play/animate.el: Re-insert a reference to re-inserted function. | 7180 | * play/animate.el: Re-insert a reference to re-inserted function. |
| 7175 | 7181 | ||
| @@ -7183,7 +7189,7 @@ | |||
| 7183 | * toolbar/tool-bar.el (tool-bar-add-item-from-menu): | 7189 | * toolbar/tool-bar.el (tool-bar-add-item-from-menu): |
| 7184 | Handle old-style menu definitions. | 7190 | Handle old-style menu definitions. |
| 7185 | 7191 | ||
| 7186 | 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7192 | 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7187 | 7193 | ||
| 7188 | * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, | 7194 | * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, |
| 7189 | * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. | 7195 | * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. |
| @@ -7192,7 +7198,7 @@ | |||
| 7192 | * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, | 7198 | * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, |
| 7193 | * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. | 7199 | * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. |
| 7194 | 7200 | ||
| 7195 | 2001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7201 | 2001-08-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7196 | 7202 | ||
| 7197 | * textmodes/tildify.el: Milan Zamazal has new address. | 7203 | * textmodes/tildify.el: Milan Zamazal has new address. |
| 7198 | 7204 | ||
| @@ -7530,7 +7536,7 @@ | |||
| 7530 | * mail/mh-utils.el (mh-find-progs): Also search in `lib'. | 7536 | * mail/mh-utils.el (mh-find-progs): Also search in `lib'. |
| 7531 | From Mats Bengtsson <mats.bengtsson@s3.kth.se>, | 7537 | From Mats Bengtsson <mats.bengtsson@s3.kth.se>, |
| 7532 | 7538 | ||
| 7533 | 2001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7539 | 2001-07-17 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7534 | 7540 | ||
| 7535 | * international/iso-transl.el: Fix typo in the header of the file. | 7541 | * international/iso-transl.el: Fix typo in the header of the file. |
| 7536 | 7542 | ||
| @@ -7562,7 +7568,7 @@ | |||
| 7562 | * server.el (server-process-filter, server-visit-files): | 7568 | * server.el (server-process-filter, server-visit-files): |
| 7563 | Add support for +LINE:COLUMN style emacsclient calls. | 7569 | Add support for +LINE:COLUMN style emacsclient calls. |
| 7564 | 7570 | ||
| 7565 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7571 | 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7566 | 7572 | ||
| 7567 | * emacs-lisp/easy-mmode.el: Add Keywords header. | 7573 | * emacs-lisp/easy-mmode.el: Add Keywords header. |
| 7568 | 7574 | ||
| @@ -7615,7 +7621,7 @@ | |||
| 7615 | 7621 | ||
| 7616 | * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. | 7622 | * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. |
| 7617 | 7623 | ||
| 7618 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7624 | 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7619 | 7625 | ||
| 7620 | * ps-print.el: Fix Author: header. | 7626 | * ps-print.el: Fix Author: header. |
| 7621 | 7627 | ||
| @@ -7628,7 +7634,7 @@ | |||
| 7628 | send-invisible, which is already defined in Comint. | 7634 | send-invisible, which is already defined in Comint. |
| 7629 | (eshell-watch-for-password-prompt): Use it. | 7635 | (eshell-watch-for-password-prompt): Use it. |
| 7630 | 7636 | ||
| 7631 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7637 | 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7632 | 7638 | ||
| 7633 | * which-func.el (which-func-mode): Doc fix. | 7639 | * which-func.el (which-func-mode): Doc fix. |
| 7634 | 7640 | ||
| @@ -7687,7 +7693,7 @@ | |||
| 7687 | * simple.el (set-variable): Require 'cus-edit' instead of | 7693 | * simple.el (set-variable): Require 'cus-edit' instead of |
| 7688 | `wid-edit', so that the Custom widgets get defined. | 7694 | `wid-edit', so that the Custom widgets get defined. |
| 7689 | 7695 | ||
| 7690 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7696 | 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7691 | 7697 | ||
| 7692 | * allout.el: A fix to follow coding conventions. | 7698 | * allout.el: A fix to follow coding conventions. |
| 7693 | 7699 | ||
| @@ -7713,7 +7719,7 @@ | |||
| 7713 | * dired.el (dired-insert-set-properties): Fix invalid mouse-face | 7719 | * dired.el (dired-insert-set-properties): Fix invalid mouse-face |
| 7714 | property. | 7720 | property. |
| 7715 | 7721 | ||
| 7716 | 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7722 | 2001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7717 | 7723 | ||
| 7718 | * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, | 7724 | * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, |
| 7719 | * play/gamegrid.el, play/handwrite.el, play/landmark.el, | 7725 | * play/gamegrid.el, play/handwrite.el, play/landmark.el, |
| @@ -7735,7 +7741,7 @@ | |||
| 7735 | * mail/reporter.el (reporter-submit-bug-report): | 7741 | * mail/reporter.el (reporter-submit-bug-report): |
| 7736 | Don't abuse make-variable-buffer-local. Fix call to add-hook. | 7742 | Don't abuse make-variable-buffer-local. Fix call to add-hook. |
| 7737 | 7743 | ||
| 7738 | 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7744 | 2001-07-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7739 | 7745 | ||
| 7740 | * calendar/cal-china.el, calendar/cal-coptic.el, | 7746 | * calendar/cal-china.el, calendar/cal-coptic.el, |
| 7741 | * calendar/cal-dst.el, calendar/cal-french.el, | 7747 | * calendar/cal-dst.el, calendar/cal-french.el, |
| @@ -7862,7 +7868,7 @@ | |||
| 7862 | * vt100-led.el, window.el: Some fixes to follow coding conventions in | 7868 | * vt100-led.el, window.el: Some fixes to follow coding conventions in |
| 7863 | files maintained by FSF. | 7869 | files maintained by FSF. |
| 7864 | 7870 | ||
| 7865 | 2001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7871 | 2001-07-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7866 | 7872 | ||
| 7867 | * arc-mode.el: A fix to follow coding conventions. | 7873 | * arc-mode.el: A fix to follow coding conventions. |
| 7868 | 7874 | ||
| @@ -7893,7 +7899,7 @@ | |||
| 7893 | 7899 | ||
| 7894 | * play/fortune.el: Add types to defcustoms. | 7900 | * play/fortune.el: Add types to defcustoms. |
| 7895 | 7901 | ||
| 7896 | 2001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7902 | 2001-07-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7897 | 7903 | ||
| 7898 | * language/czech.el: A fix to follow coding conventions. | 7904 | * language/czech.el: A fix to follow coding conventions. |
| 7899 | 7905 | ||
| @@ -7922,7 +7928,7 @@ | |||
| 7922 | 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> | 7928 | 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 7923 | 7929 | ||
| 7924 | * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. | 7930 | * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. |
| 7925 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7931 | From Pavel Jan,Am(Bk <Pavel@Janik.cz> |
| 7926 | 7932 | ||
| 7927 | * progmodes/ada-mode.el: Ditto. | 7933 | * progmodes/ada-mode.el: Ditto. |
| 7928 | 7934 | ||
| @@ -8030,10 +8036,10 @@ | |||
| 8030 | * calendar/todo-mode.el (todo-top-priorities): Use delete-region | 8036 | * calendar/todo-mode.el (todo-top-priorities): Use delete-region |
| 8031 | instead of kill-line. | 8037 | instead of kill-line. |
| 8032 | 8038 | ||
| 8033 | * play/pong.el: Fix first line. From Pavel Jan,Bm(Bk | 8039 | * play/pong.el: Fix first line. From Pavel Jan,Am(Bk |
| 8034 | <Pavel@Janik.cz>. | 8040 | <Pavel@Janik.cz>. |
| 8035 | 8041 | ||
| 8036 | * battery.el (battery-update): Add help-echo. From Pavel Jan,Bm(Bk | 8042 | * battery.el (battery-update): Add help-echo. From Pavel Jan,Am(Bk |
| 8037 | <Pavel@Janik.cz>. | 8043 | <Pavel@Janik.cz>. |
| 8038 | 8044 | ||
| 8039 | 2001-07-04 Gerd Moellmann <gerd@gnu.org> | 8045 | 2001-07-04 Gerd Moellmann <gerd@gnu.org> |
| @@ -8071,10 +8077,10 @@ | |||
| 8071 | 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> | 8077 | 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 8072 | 8078 | ||
| 8073 | * allout.el: Fix the header line, so that finder.el recognizes it. | 8079 | * allout.el: Fix the header line, so that finder.el recognizes it. |
| 8074 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 8080 | From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 8075 | 8081 | ||
| 8076 | * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. | 8082 | * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. |
| 8077 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 8083 | From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 8078 | 8084 | ||
| 8079 | 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> | 8085 | 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 8080 | 8086 | ||
| @@ -8384,7 +8390,7 @@ | |||
| 8384 | 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> | 8390 | 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> |
| 8385 | 8391 | ||
| 8386 | * server.el (server-process, server-buffer-clients): Doc fix. | 8392 | * server.el (server-process, server-buffer-clients): Doc fix. |
| 8387 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 8393 | From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 8388 | 8394 | ||
| 8389 | 2001-06-09 John Wiegley <johnw@gnu.org> | 8395 | 2001-06-09 John Wiegley <johnw@gnu.org> |
| 8390 | 8396 | ||
| @@ -8642,16 +8648,16 @@ | |||
| 8642 | 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> | 8648 | 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> |
| 8643 | 8649 | ||
| 8644 | * international/ccl.el (define-ccl-program): Fix a typo. | 8650 | * international/ccl.el (define-ccl-program): Fix a typo. |
| 8645 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 8651 | From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 8646 | 8652 | ||
| 8647 | * international/mule.el (decode-char): Fix a typo. From Pavel | 8653 | * international/mule.el (decode-char): Fix a typo. From Pavel |
| 8648 | Jan,Bm(Bk <Pavel@Janik.cz>. | 8654 | Jan,Am(Bk <Pavel@Janik.cz>. |
| 8649 | 8655 | ||
| 8650 | * textmodes/artist.el (artist-mode): Fix a typo. From Pavel | 8656 | * textmodes/artist.el (artist-mode): Fix a typo. From Pavel |
| 8651 | Jan,Bm(Bk <Pavel@Janik.cz>. | 8657 | Jan,Am(Bk <Pavel@Janik.cz>. |
| 8652 | 8658 | ||
| 8653 | * frame.el (automatic-hscrolling): Fix a typo. From Pavel | 8659 | * frame.el (automatic-hscrolling): Fix a typo. From Pavel |
| 8654 | Jan,Bm(Bk <Pavel@Janik.cz>. | 8660 | Jan,Am(Bk <Pavel@Janik.cz>. |
| 8655 | 8661 | ||
| 8656 | 2001-05-18 Sam Steingold <sds@gnu.org> | 8662 | 2001-05-18 Sam Steingold <sds@gnu.org> |
| 8657 | 8663 | ||
| @@ -8883,7 +8889,7 @@ | |||
| 8883 | coding-system-for-read, if it is non-nil. | 8889 | coding-system-for-read, if it is non-nil. |
| 8884 | 8890 | ||
| 8885 | * calendar/holidays.el (holidays): Add an autoload cookie. | 8891 | * calendar/holidays.el (holidays): Add an autoload cookie. |
| 8886 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. | 8892 | From Pavel Jan,Am(Bk <Pavel@Janik.cz>. |
| 8887 | 8893 | ||
| 8888 | 2001-05-08 John Wiegley <johnw@gnu.org> | 8894 | 2001-05-08 John Wiegley <johnw@gnu.org> |
| 8889 | 8895 | ||
| @@ -9581,10 +9587,10 @@ | |||
| 9581 | Add an antry for ``converts''. | 9587 | Add an antry for ``converts''. |
| 9582 | 9588 | ||
| 9583 | * language/slovak.el ("Slovak"): Add documentation string. | 9589 | * language/slovak.el ("Slovak"): Add documentation string. |
| 9584 | From Pavel@Janik.cz (Pavel Jan,Bm(Bk). | 9590 | From Pavel@Janik.cz (Pavel Jan,Am(Bk). |
| 9585 | 9591 | ||
| 9586 | * language/czech.el ("Czech"): Add documentation string. | 9592 | * language/czech.el ("Czech"): Add documentation string. |
| 9587 | From Pavel@Janik.cz (Pavel Jan,Bm(Bk). | 9593 | From Pavel@Janik.cz (Pavel Jan,Am(Bk). |
| 9588 | 9594 | ||
| 9589 | * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' | 9595 | * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' |
| 9590 | to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. | 9596 | to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. |
| @@ -10295,7 +10301,7 @@ | |||
| 10295 | 2001-03-15 Gerd Moellmann <gerd@gnu.org> | 10301 | 2001-03-15 Gerd Moellmann <gerd@gnu.org> |
| 10296 | 10302 | ||
| 10297 | * textmodes/ispell.el (ispell-dictionary-alist-6): Add support | 10303 | * textmodes/ispell.el (ispell-dictionary-alist-6): Add support |
| 10298 | for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). | 10304 | for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Am(Bk ml.). |
| 10299 | 10305 | ||
| 10300 | 2001-03-14 Gerd Moellmann <gerd@gnu.org> | 10306 | 2001-03-14 Gerd Moellmann <gerd@gnu.org> |
| 10301 | 10307 | ||
| @@ -23438,7 +23444,7 @@ | |||
| 23438 | 23444 | ||
| 23439 | 2000-05-07 Dave Love <fx@gnu.org> | 23445 | 2000-05-07 Dave Love <fx@gnu.org> |
| 23440 | 23446 | ||
| 23441 | * time.el: Small doc fixes from Pavel Jan,Bm(Bk ml. | 23447 | * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
| 23442 | 23448 | ||
| 23443 | 2000-05-05 Dave Love <fx@gnu.org> | 23449 | 2000-05-05 Dave Love <fx@gnu.org> |
| 23444 | 23450 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index d81f9882fba..a0565923cd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | * charset.c (Fdefine_charset_internal): Fix bug for the case of | 20 | * charset.c (Fdefine_charset_internal): Fix bug for the case of |
| 21 | re-defining a charset. If the charset has :emacs-mule-id, setup | 21 | re-defining a charset. If the charset has :emacs-mule-id, setup |
| 22 | emacs_mule_bytes. | 22 | emacs_mule_bytes. |
| 23 | (Fmake_char): If CODE1 is nil, use the minimum code of the | ||
| 24 | charset. | ||
| 23 | 25 | ||
| 24 | 2002-05-20 Kenichi Handa <handa@etl.go.jp> | 26 | 2002-05-20 Kenichi Handa <handa@etl.go.jp> |
| 25 | 27 | ||