aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-02-08 12:32:18 +0000
committerAndreas Schwab2002-02-08 12:32:18 +0000
commitcd01f5b91c5ca85d6ee10f1093e43077219190a1 (patch)
tree3eca4453e888089dbfa5fcb18dcda6dc45b9fd6c
parentd586cf1e250753112eb7a32fe95911e4ff36a2fc (diff)
downloademacs-cd01f5b91c5ca85d6ee10f1093e43077219190a1.tar.gz
emacs-cd01f5b91c5ca85d6ee10f1093e43077219190a1.zip
(calcDigit-key): Use minibuffer-prompt-end instead of point-min.
-rw-r--r--lisp/ChangeLog165
-rw-r--r--lisp/calc/calc.el4
2 files changed, 87 insertions, 82 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7b1df5ce627..843d0229cfe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-02-08 Andreas Schwab <schwab@suse.de>
2
3 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
4 of point-min.
5
12002-02-08 Eli Zaretskii <eliz@is.elta.co.il> 62002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * international/mule-cmds.el (select-safe-coding-system): State 8 * international/mule-cmds.el (select-safe-coding-system): State
@@ -35,7 +40,7 @@
35 * subr.el (global-set-key, local-set-key): Accept a symbol for the 40 * subr.el (global-set-key, local-set-key): Accept a symbol for the
36 KEY argument (like define-key). 41 KEY argument (like define-key).
37 42
382002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 432002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
39 44
40 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 45 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
41 46
@@ -117,7 +122,7 @@
117 * cus-edit.el (customize-mark-to-save): New function. 122 * cus-edit.el (customize-mark-to-save): New function.
118 * menu-bar.el (menu-bar-options-save): Rewrote. 123 * menu-bar.el (menu-bar-options-save): Rewrote.
119 124
1202002-02-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1252002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
121 126
122 * cus-start.el (x-use-underline-position-properties): 127 * cus-start.el (x-use-underline-position-properties):
123 Allow customization. 128 Allow customization.
@@ -154,11 +159,11 @@
154 * window.el (save-selected-window): Move macro before first use. 159 * window.el (save-selected-window): Move macro before first use.
155 (balance-windows): Fix misplaced parenthesis. 160 (balance-windows): Fix misplaced parenthesis.
156 161
1572002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1622002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
158 163
159 * calculator.el (calculator-displayers): Doc fixes. 164 * calculator.el (calculator-displayers): Doc fixes.
160 165
1612002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1662002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
162 167
163 * menu-bar.el (menu-bar-help-menu): Use different text for 168 * menu-bar.el (menu-bar-help-menu): Use different text for
164 tool-tip. 169 tool-tip.
@@ -199,7 +204,7 @@
199 looking for X-Coding-System header, and restore the pruned state 204 looking for X-Coding-System header, and restore the pruned state
200 before returning. 205 before returning.
201 206
2022002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2072002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
203 208
204 * cus-edit.el (customize-save-variable): Fix typo in prompt. 209 * cus-edit.el (customize-save-variable): Fix typo in prompt.
205 210
@@ -289,7 +294,7 @@
289 * emulation/pc-select.el (pc-select-save-and-set-mode): 294 * emulation/pc-select.el (pc-select-save-and-set-mode):
290 Properly use MODE-VAR. 295 Properly use MODE-VAR.
291 296
2922002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2972002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
293 298
294 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 299 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
295 Version" to "About Emacs". 300 Version" to "About Emacs".
@@ -306,7 +311,7 @@
306 311
307 * calendar/calendar.el (generate-calendar-month): Doc fix. 312 * calendar/calendar.el (generate-calendar-month): Doc fix.
308 313
3092002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3142002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
310 315
311 * time.el (display-time-mail-directory): New option. 316 * time.el (display-time-mail-directory): New option.
312 (display-time-mail-function): Update doc-string. 317 (display-time-mail-function): Update doc-string.
@@ -521,7 +526,7 @@
521 with `byte-compile-dynamic'. 526 with `byte-compile-dynamic'.
522 (ibuffer-default-directory, toplevel): Doc files. 527 (ibuffer-default-directory, toplevel): Doc files.
523 528
5242002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5292002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
525 530
526 * tempo.el (tempo-define-template): Doc fix. 531 * tempo.el (tempo-define-template): Doc fix.
527 532
@@ -538,7 +543,7 @@
538 543
539 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 544 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
540 545
5412002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5462002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
542 547
543 * language/tibet-util.el (tibetan-decompose-region) 548 * language/tibet-util.el (tibetan-decompose-region)
544 (tibetan-decompose-string): Fix typo in docstring. 549 (tibetan-decompose-string): Fix typo in docstring.
@@ -630,7 +635,7 @@
630 635
631 * mail/feedmail.el (feedmail): Fix :link spec. 636 * mail/feedmail.el (feedmail): Fix :link spec.
632 637
6332002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6382002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
634 639
635 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 640 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
636 2 ldapsearch. 641 2 ldapsearch.
@@ -748,7 +753,7 @@
748 (comint-send-input): New arg NO-NEWLINE. 753 (comint-send-input): New arg NO-NEWLINE.
749 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 754 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
750 755
7512002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 7562002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
752 757
753 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 758 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
754 delaying when executing keyboard macros. 759 delaying when executing keyboard macros.
@@ -833,7 +838,7 @@
833 838
834 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 839 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
835 840
8362002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8412002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
837 842
838 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 843 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
839 Do not use make-local-hook. 844 Do not use make-local-hook.
@@ -849,7 +854,7 @@
849 854
850 * ediff-hook.el: Add an autoload cookie. 855 * ediff-hook.el: Add an autoload cookie.
851 856
8522002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8572002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
853 858
854 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 859 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
855 address of the author. 860 address of the author.
@@ -961,7 +966,7 @@
961 * help-fns.el (describe-variable, describe-function): 966 * help-fns.el (describe-variable, describe-function):
962 Do save-excursion. 967 Do save-excursion.
963 968
9642002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 9692002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
965 970
966 * net/ldap.el (ldap-search-internal): Skip error message from 971 * net/ldap.el (ldap-search-internal): Skip error message from
967 ldapsearch. Allow listing attribute names only. Do not open 972 ldapsearch. Allow listing attribute names only. Do not open
@@ -985,7 +990,7 @@
985 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 990 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
986 proper attribute name labeledUri instead of deprecated labeledUrl. 991 proper attribute name labeledUri instead of deprecated labeledUrl.
987 992
9882002-01-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 9932002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
989 994
990 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 995 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
991 editing an empty hotlist. 996 editing an empty hotlist.
@@ -1047,7 +1052,7 @@
1047 1052
1048 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 1053 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1049 1054
10502002-01-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10552002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1051 1056
1052 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 1057 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1053 entry. 1058 entry.
@@ -1078,7 +1083,7 @@
1078 does not exist, call mail-recover-1 to allow recovery from past 1083 does not exist, call mail-recover-1 to allow recovery from past
1079 auto-saved drafts. 1084 auto-saved drafts.
1080 1085
10812002-01-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10862002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1082 1087
1083 * time.el (display-time-load-average-threshold): Fix defcustom 1088 * time.el (display-time-load-average-threshold): Fix defcustom
1084 (add type and group). 1089 (add type and group).
@@ -1197,7 +1202,7 @@
1197 * bindings.el (function-key-map): Don't bind shifted keypad 1202 * bindings.el (function-key-map): Don't bind shifted keypad
1198 numeric keys. 1203 numeric keys.
1199 1204
12002002-01-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12052002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1201 1206
1202 * enriched.el (enriched-handle-display-prop): Remove unused 1207 * enriched.el (enriched-handle-display-prop): Remove unused
1203 variables. 1208 variables.
@@ -1234,7 +1239,7 @@
1234 * cus-edit.el (custom-face-edit-fix-value): New function. 1239 * cus-edit.el (custom-face-edit-fix-value): New function.
1235 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 1240 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1236 1241
12372001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12422001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1238 1243
1239 * progmodes/octave-mod.el (octave-abbrev-table): 1244 * progmodes/octave-mod.el (octave-abbrev-table):
1240 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 1245 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
@@ -1364,7 +1369,7 @@
1364 1369
1365 * international/fontset.el: Don't require ind-util when compiling. 1370 * international/fontset.el: Don't require ind-util when compiling.
1366 1371
13672001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 13722001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1368 1373
1369 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 1374 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1370 set-frame-height and set-frame-width instead of set-screen-height 1375 set-frame-height and set-frame-width instead of set-screen-height
@@ -1452,7 +1457,7 @@
1452 * play/yow.el (yow): Use an arg to distinguish interactive calls, 1457 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1453 not interactive-p. 1458 not interactive-p.
1454 1459
14552001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 14602001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1456 1461
1457 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 1462 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1458 mocklisp entries. 1463 mocklisp entries.
@@ -1479,7 +1484,7 @@
1479 * textmodes/refill.el (refill-mode): Don't barf when redundantly 1484 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1480 turning refill-mode off. 1485 turning refill-mode off.
1481 1486
14822001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 14872001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1483 1488
1484 * time.el (display-time-load-average-threshold): New variable. 1489 * time.el (display-time-load-average-threshold): New variable.
1485 (display-time-update): Use it. 1490 (display-time-update): Use it.
@@ -1622,7 +1627,7 @@
1622 print-coding-system-briefly): Make printed output have a similar 1627 print-coding-system-briefly): Make printed output have a similar
1623 format as describe-character-set. 1628 format as describe-character-set.
1624 1629
16252001-12-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 16302001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1626 1631
1627 * play/blackbox.el (bb-member): Remove, use member instead. 1632 * play/blackbox.el (bb-member): Remove, use member instead.
1628 (bb-delete): Remove, use delete instead. 1633 (bb-delete): Remove, use delete instead.
@@ -1656,7 +1661,7 @@
1656 1661
1657 * international/fontset.el: Require `ind-util' when compiling. 1662 * international/fontset.el: Require `ind-util' when compiling.
1658 1663
16592001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 16642001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1660 1665
1661 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 1666 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1662 instead of decompose-composite-char. 1667 instead of decompose-composite-char.
@@ -1874,7 +1879,7 @@
1874 1879
1875 * newcomment.el (comment-indent): Jump to the middle of empty comments. 1880 * newcomment.el (comment-indent): Jump to the middle of empty comments.
1876 1881
18772001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 18822001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1878 1883
1879 * select.el (xselect-convert-to-class, xselect-convert-to-name): 1884 * select.el (xselect-convert-to-class, xselect-convert-to-name):
1880 Document. 1885 Document.
@@ -1922,7 +1927,7 @@
1922 * international/mule.el (set-auto-coding): Don't search for 1927 * international/mule.el (set-auto-coding): Don't search for
1923 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 1928 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1924 1929
19252001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 19302001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1926 1931
1927 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 1932 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1928 1933
@@ -1978,7 +1983,7 @@
1978 * language/european.el: Remove autoload cookies. Fix registration 1983 * language/european.el: Remove autoload cookies. Fix registration
1979 of diacritic composition function. 1984 of diacritic composition function.
1980 1985
19812001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 19862001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1982 1987
1983 * calendar/todo-mode.el: Require time-stamp. 1988 * calendar/todo-mode.el: Require time-stamp.
1984 1989
@@ -2035,7 +2040,7 @@
2035 Use `select-frame-set-input-focus'--needed when window manager 2040 Use `select-frame-set-input-focus'--needed when window manager
2036 uses "click to focus" policy. 2041 uses "click to focus" policy.
2037 2042
20382001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 20432001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2039 2044
2040 * COPYING: Moved back. 2045 * COPYING: Moved back.
2041 2046
@@ -2184,7 +2189,7 @@
2184 * textmodes/picture.el (picture-mode-map): Don't use defconst 2189 * textmodes/picture.el (picture-mode-map): Don't use defconst
2185 for a variable. 2190 for a variable.
2186 2191
21872001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 21922001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2188 2193
2189 * textmodes/reftex-index.el (reftex-index-mode): 2194 * textmodes/reftex-index.el (reftex-index-mode):
2190 Remove make-local-hook. 2195 Remove make-local-hook.
@@ -2308,7 +2313,7 @@
2308 (Info-index): Use it. Add completion to the interactive spec. 2313 (Info-index): Use it. Add completion to the interactive spec.
2309 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 2314 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2310 2315
23112001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23162001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2312 2317
2313 * COPYING: Removed. 2318 * COPYING: Removed.
2314 2319
@@ -2325,7 +2330,7 @@
2325 (register-char-codings): Use it to cope with generic chars in 2330 (register-char-codings): Use it to cope with generic chars in
2326 safe-chars. 2331 safe-chars.
2327 2332
23282001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23332001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2329 2334
2330 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 2335 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2331 2336
@@ -2469,7 +2474,7 @@
2469 * frame.el (show-trailing-whitespace): Remove :set argument (the 2474 * frame.el (show-trailing-whitespace): Remove :set argument (the
2470 value was essentially identical to the defalt). 2475 value was essentially identical to the defalt).
2471 2476
24722001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24772001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2473 2478
2474 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 2479 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2475 2480
@@ -2533,7 +2538,7 @@
2533 2538
2534 * help-funs.el (describe-syntax): Put (interactive) after doc string. 2539 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2535 2540
25362001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25412001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2537 2542
2538 * international/quail.el (quail-help): Require help-mode in 2543 * international/quail.el (quail-help): Require help-mode in
2539 top-level instead. 2544 top-level instead.
@@ -2604,12 +2609,12 @@
2604 * language/devan-util.el: Comment out parts of the file 2609 * language/devan-util.el: Comment out parts of the file
2605 which apparently are garbled. 2610 which apparently are garbled.
2606 2611
26072001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26122001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2608 2613
2609 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 2614 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2610 insert-string. 2615 insert-string.
2611 2616
26122001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26172001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2613 2618
2614 * play/snake.el (snake-mode): Remove make-local-hook. 2619 * play/snake.el (snake-mode): Remove make-local-hook.
2615 2620
@@ -3094,7 +3099,7 @@
3094 Don't recognize a "telephone number" at the beginning of the name. 3099 Don't recognize a "telephone number" at the beginning of the name.
3095 (mail-extr-leading-garbage): Match non-word characters only. 3100 (mail-extr-leading-garbage): Match non-word characters only.
3096 3101
30972001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 31022001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3098 3103
3099 * startup.el (command-line-processed): Doc fix. 3104 * startup.el (command-line-processed): Doc fix.
3100 3105
@@ -3122,7 +3127,7 @@
3122 (multiple-value-apply, nth-value): Use defsubst rather than defalias 3127 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3123 to get better doc strings. 3128 to get better doc strings.
3124 3129
31252001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 31302001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3126 3131
3127 * derived.el: Fix autoload cookie. 3132 * derived.el: Fix autoload cookie.
3128 3133
@@ -3317,7 +3322,7 @@
3317 (log-view-current-tag): Take an optional `where' arg. 3322 (log-view-current-tag): Take an optional `where' arg.
3318 (log-view-diff): New user command. 3323 (log-view-diff): New user command.
3319 3324
33202001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 33252001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3321 3326
3322 * progmodes/cpp.el (cpp-choose-face): Fix typo. 3327 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3323 3328
@@ -3357,7 +3362,7 @@
3357 * calc/calc-ext.el (calc-init-extensions): Update autoload names 3362 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3358 to match files renamed on initial calc import. 3363 to match files renamed on initial calc import.
3359 3364
33602001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 33652001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3361 3366
3362 * textmodes/flyspell.el (flyspell-default-dictionary): 3367 * textmodes/flyspell.el (flyspell-default-dictionary):
3363 Fix previous change. 3368 Fix previous change.
@@ -3469,7 +3474,7 @@
3469 (radio-button-choice): Ditto. 3474 (radio-button-choice): Ditto.
3470 (editable-list): Ditto. 3475 (editable-list): Ditto.
3471 3476
34722001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 34772001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3473 3478
3474 * play/gomoku.el: Move definitions of constants to the beginning 3479 * play/gomoku.el: Move definitions of constants to the beginning
3475 of file, before their use. 3480 of file, before their use.
@@ -3745,7 +3750,7 @@
3745 (debugger-setup-buffer): Call it. 3750 (debugger-setup-buffer): Call it.
3746 (debugger-mode-map): Bind RET and mouse-2. 3751 (debugger-mode-map): Bind RET and mouse-2.
3747 3752
37482001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 37532001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3749 3754
3750 * startup.el: Document command line option --no-window-system 3755 * startup.el: Document command line option --no-window-system
3751 instead of --no-windows. 3756 instead of --no-windows.
@@ -4238,7 +4243,7 @@
4238 * progmodes/compile.el (compilation-set-window-height): 4243 * progmodes/compile.el (compilation-set-window-height):
4239 Select old window only if it's still live. 4244 Select old window only if it's still live.
4240 4245
42412001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 42462001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4242 4247
4243 * help-mode.el (help-buffer): Remove debugging code. 4248 * help-mode.el (help-buffer): Remove debugging code.
4244 From Stefan Monnier <monnier@cs.yale.edu>. 4249 From Stefan Monnier <monnier@cs.yale.edu>.
@@ -4514,7 +4519,7 @@
4514 4519
4515 * version.el (emacs-version): Bump to 21.1.50. 4520 * version.el (emacs-version): Bump to 21.1.50.
4516 4521
45172001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 45222001-10-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4518 4523
4519 * mail/mailalias.el (mail-directory-stream): Do not double 4524 * mail/mailalias.el (mail-directory-stream): Do not double
4520 variables in the lambda-list. 4525 variables in the lambda-list.
@@ -4811,7 +4816,7 @@
4811 4816
4812 * startup.el (command-line-1): Bind tab-width to 8. 4817 * startup.el (command-line-1): Bind tab-width to 8.
4813 4818
48142001-10-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 48192001-10-10 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4815 4820
4816 * emulation/tpu-edt.el: Use defalias instead of fset for 4821 * emulation/tpu-edt.el: Use defalias instead of fset for
4817 user-visible commands. From Rob Riepel 4822 user-visible commands. From Rob Riepel
@@ -5172,7 +5177,7 @@
5172 5177
5173 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. 5178 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5174 5179
51752001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 51802001-10-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5176 5181
5177 * emulation/tpu-edt.el: Make messages match original TPU/edt 5182 * emulation/tpu-edt.el: Make messages match original TPU/edt
5178 editor. From riepel@Stanford.EDU (Rob Riepel). 5183 editor. From riepel@Stanford.EDU (Rob Riepel).
@@ -5558,7 +5563,7 @@
5558 * comint.el (comint-send-input): Handle comint-process-echoes 5563 * comint.el (comint-send-input): Handle comint-process-echoes
5559 differently. 5564 differently.
5560 5565
55612001-09-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 55662001-09-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5562 5567
5563 * locate.el (locate-insert-header): Remove unnecessary whitespace. 5568 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5564 5569
@@ -5669,7 +5674,7 @@
5669 5674
5670 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: 5675 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5671 Mention "yank" in the help-echo text. 5676 Mention "yank" in the help-echo text.
5672 Suggested by Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5677 Suggested by Pavel Jan,Am(Bk <Pavel@Janik.cz>.
5673 5678
56742001-09-01 Stefan Monnier <monnier@cs.yale.edu> 56792001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5675 5680
@@ -5729,7 +5734,7 @@
5729 * startup.el (fancy-splash-screens): Temporarily set 5734 * startup.el (fancy-splash-screens): Temporarily set
5730 minor-mode-map-alist to nil while displaying splash screens. 5735 minor-mode-map-alist to nil while displaying splash screens.
5731 5736
57322001-08-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 57372001-08-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5733 5738
5734 * buff-menu.el: Add Keywords header. 5739 * buff-menu.el: Add Keywords header.
5735 Doc fix (C-x C-b is bound to list-buffers). 5740 Doc fix (C-x C-b is bound to list-buffers).
@@ -5813,19 +5818,19 @@
58132001-08-26 Eli Zaretskii <eliz@is.elta.co.il> 58182001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
5814 5819
5815 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error 5820 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
5816 messages. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5821 messages. From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
5817 5822
5818 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel 5823 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
5819 Jan,Bm(Bk <Pavel@Janik.cz>. 5824 Jan,Am(Bk <Pavel@Janik.cz>.
5820 5825
5821 * emacs-lisp/lselect.el: Ditto. 5826 * emacs-lisp/lselect.el: Ditto.
5822 5827
5823 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): 5828 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
5824 Remove periods from the end of error message strings. 5829 Remove periods from the end of error message strings.
5825 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5830 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
5826 5831
5827 * progmodes/antlr-mode.el: Add Keywords header. From Pavel 5832 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
5828 Jan,Bm(Bk <Pavel@Janik.cz>. 5833 Jan,Am(Bk <Pavel@Janik.cz>.
5829 5834
5830 * net/telnet.el: Ditto. 5835 * net/telnet.el: Ditto.
5831 5836
@@ -5945,7 +5950,7 @@
59452001-08-20 Gerd Moellmann <gerd@gnu.org> 59502001-08-20 Gerd Moellmann <gerd@gnu.org>
5946 5951
5947 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove 5952 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5948 some spaces from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5953 some spaces from a message. From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
5949 5954
5950 * whitespace.el (whitespace-global-mode): Add autoload cookie. 5955 * whitespace.el (whitespace-global-mode): Add autoload cookie.
5951 5956
@@ -6119,7 +6124,7 @@
6119 text files. 6124 text files.
6120 (image-jpeg-p): Correct calculation of next field offset. 6125 (image-jpeg-p): Correct calculation of next field offset.
6121 6126
61222001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 61272001-08-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6123 6128
6124 * battery.el: Fix typo. 6129 * battery.el: Fix typo.
6125 6130
@@ -6156,7 +6161,7 @@
6156 * image.el (image-type-regexps): Use `\`' instead of `^' in 6161 * image.el (image-type-regexps): Use `\`' instead of `^' in
6157 most regular expressions. 6162 most regular expressions.
6158 6163
61592001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 61642001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6160 6165
6161 * play/animate.el: Re-insert a reference to re-inserted function. 6166 * play/animate.el: Re-insert a reference to re-inserted function.
6162 6167
@@ -6170,7 +6175,7 @@
6170 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): 6175 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6171 Handle old-style menu definitions. 6176 Handle old-style menu definitions.
6172 6177
61732001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 61782001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6174 6179
6175 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, 6180 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6176 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. 6181 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
@@ -6179,7 +6184,7 @@
6179 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, 6184 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6180 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. 6185 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6181 6186
61822001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 61872001-08-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6183 6188
6184 * textmodes/tildify.el: Milan Zamazal has new address. 6189 * textmodes/tildify.el: Milan Zamazal has new address.
6185 6190
@@ -6517,7 +6522,7 @@
6517 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. 6522 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6518 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, 6523 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6519 6524
65202001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 65252001-07-17 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6521 6526
6522 * international/iso-transl.el: Fix typo in the header of the file. 6527 * international/iso-transl.el: Fix typo in the header of the file.
6523 6528
@@ -6549,7 +6554,7 @@
6549 * server.el (server-process-filter, server-visit-files): 6554 * server.el (server-process-filter, server-visit-files):
6550 Add support for +LINE:COLUMN style emacsclient calls. 6555 Add support for +LINE:COLUMN style emacsclient calls.
6551 6556
65522001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 65572001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6553 6558
6554 * emacs-lisp/easy-mmode.el: Add Keywords header. 6559 * emacs-lisp/easy-mmode.el: Add Keywords header.
6555 6560
@@ -6602,7 +6607,7 @@
6602 6607
6603 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. 6608 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6604 6609
66052001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 66102001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6606 6611
6607 * ps-print.el: Fix Author: header. 6612 * ps-print.el: Fix Author: header.
6608 6613
@@ -6615,7 +6620,7 @@
6615 send-invisible, which is already defined in Comint. 6620 send-invisible, which is already defined in Comint.
6616 (eshell-watch-for-password-prompt): Use it. 6621 (eshell-watch-for-password-prompt): Use it.
6617 6622
66182001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 66232001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6619 6624
6620 * which-func.el (which-func-mode): Doc fix. 6625 * which-func.el (which-func-mode): Doc fix.
6621 6626
@@ -6674,7 +6679,7 @@
6674 * simple.el (set-variable): Require 'cus-edit' instead of 6679 * simple.el (set-variable): Require 'cus-edit' instead of
6675 `wid-edit', so that the Custom widgets get defined. 6680 `wid-edit', so that the Custom widgets get defined.
6676 6681
66772001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 66822001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6678 6683
6679 * allout.el: A fix to follow coding conventions. 6684 * allout.el: A fix to follow coding conventions.
6680 6685
@@ -6700,7 +6705,7 @@
6700 * dired.el (dired-insert-set-properties): Fix invalid mouse-face 6705 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6701 property. 6706 property.
6702 6707
67032001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 67082001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6704 6709
6705 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, 6710 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6706 * play/gamegrid.el, play/handwrite.el, play/landmark.el, 6711 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
@@ -6722,7 +6727,7 @@
6722 * mail/reporter.el (reporter-submit-bug-report): 6727 * mail/reporter.el (reporter-submit-bug-report):
6723 Don't abuse make-variable-buffer-local. Fix call to add-hook. 6728 Don't abuse make-variable-buffer-local. Fix call to add-hook.
6724 6729
67252001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 67302001-07-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6726 6731
6727 * calendar/cal-china.el, calendar/cal-coptic.el, 6732 * calendar/cal-china.el, calendar/cal-coptic.el,
6728 * calendar/cal-dst.el, calendar/cal-french.el, 6733 * calendar/cal-dst.el, calendar/cal-french.el,
@@ -6849,7 +6854,7 @@
6849 * vt100-led.el, window.el: Some fixes to follow coding conventions in 6854 * vt100-led.el, window.el: Some fixes to follow coding conventions in
6850 files maintained by FSF. 6855 files maintained by FSF.
6851 6856
68522001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 68572001-07-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6853 6858
6854 * arc-mode.el: A fix to follow coding conventions. 6859 * arc-mode.el: A fix to follow coding conventions.
6855 6860
@@ -6880,7 +6885,7 @@
6880 6885
6881 * play/fortune.el: Add types to defcustoms. 6886 * play/fortune.el: Add types to defcustoms.
6882 6887
68832001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 68882001-07-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6884 6889
6885 * language/czech.el: A fix to follow coding conventions. 6890 * language/czech.el: A fix to follow coding conventions.
6886 6891
@@ -6909,7 +6914,7 @@
69092001-07-11 Eli Zaretskii <eliz@is.elta.co.il> 69142001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6910 6915
6911 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. 6916 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6912 From Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6917 From Pavel Jan,Am(Bk <Pavel@Janik.cz>
6913 6918
6914 * progmodes/ada-mode.el: Ditto. 6919 * progmodes/ada-mode.el: Ditto.
6915 6920
@@ -7017,10 +7022,10 @@
7017 * calendar/todo-mode.el (todo-top-priorities): Use delete-region 7022 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7018 instead of kill-line. 7023 instead of kill-line.
7019 7024
7020 * play/pong.el: Fix first line. From Pavel Jan,Bm(Bk 7025 * play/pong.el: Fix first line. From Pavel Jan,Am(Bk
7021 <Pavel@Janik.cz>. 7026 <Pavel@Janik.cz>.
7022 7027
7023 * battery.el (battery-update): Add help-echo. From Pavel Jan,Bm(Bk 7028 * battery.el (battery-update): Add help-echo. From Pavel Jan,Am(Bk
7024 <Pavel@Janik.cz>. 7029 <Pavel@Janik.cz>.
7025 7030
70262001-07-04 Gerd Moellmann <gerd@gnu.org> 70312001-07-04 Gerd Moellmann <gerd@gnu.org>
@@ -7058,10 +7063,10 @@
70582001-07-02 Eli Zaretskii <eliz@is.elta.co.il> 70632001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7059 7064
7060 * allout.el: Fix the header line, so that finder.el recognizes it. 7065 * allout.el: Fix the header line, so that finder.el recognizes it.
7061 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7066 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7062 7067
7063 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. 7068 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7064 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7069 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7065 7070
70662001-06-29 Eli Zaretskii <eliz@is.elta.co.il> 70712001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7067 7072
@@ -7371,7 +7376,7 @@
73712001-06-10 Eli Zaretskii <eliz@is.elta.co.il> 73762001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7372 7377
7373 * server.el (server-process, server-buffer-clients): Doc fix. 7378 * server.el (server-process, server-buffer-clients): Doc fix.
7374 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7379 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7375 7380
73762001-06-09 John Wiegley <johnw@gnu.org> 73812001-06-09 John Wiegley <johnw@gnu.org>
7377 7382
@@ -7629,16 +7634,16 @@
76292001-05-20 Eli Zaretskii <eliz@is.elta.co.il> 76342001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7630 7635
7631 * international/ccl.el (define-ccl-program): Fix a typo. 7636 * international/ccl.el (define-ccl-program): Fix a typo.
7632 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7637 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7633 7638
7634 * international/mule.el (decode-char): Fix a typo. From Pavel 7639 * international/mule.el (decode-char): Fix a typo. From Pavel
7635 Jan,Bm(Bk <Pavel@Janik.cz>. 7640 Jan,Am(Bk <Pavel@Janik.cz>.
7636 7641
7637 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel 7642 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7638 Jan,Bm(Bk <Pavel@Janik.cz>. 7643 Jan,Am(Bk <Pavel@Janik.cz>.
7639 7644
7640 * frame.el (automatic-hscrolling): Fix a typo. From Pavel 7645 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7641 Jan,Bm(Bk <Pavel@Janik.cz>. 7646 Jan,Am(Bk <Pavel@Janik.cz>.
7642 7647
76432001-05-18 Sam Steingold <sds@gnu.org> 76482001-05-18 Sam Steingold <sds@gnu.org>
7644 7649
@@ -7870,7 +7875,7 @@
7870 coding-system-for-read, if it is non-nil. 7875 coding-system-for-read, if it is non-nil.
7871 7876
7872 * calendar/holidays.el (holidays): Add an autoload cookie. 7877 * calendar/holidays.el (holidays): Add an autoload cookie.
7873 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7878 From Pavel Jan,Am(Bk <Pavel@Janik.cz>.
7874 7879
78752001-05-08 John Wiegley <johnw@gnu.org> 78802001-05-08 John Wiegley <johnw@gnu.org>
7876 7881
@@ -8568,10 +8573,10 @@
8568 Add an antry for ``converts''. 8573 Add an antry for ``converts''.
8569 8574
8570 * language/slovak.el ("Slovak"): Add documentation string. 8575 * language/slovak.el ("Slovak"): Add documentation string.
8571 From Pavel@Janik.cz (Pavel Jan,Bm(Bk). 8576 From Pavel@Janik.cz (Pavel Jan,Am(Bk).
8572 8577
8573 * language/czech.el ("Czech"): Add documentation string. 8578 * language/czech.el ("Czech"): Add documentation string.
8574 From Pavel@Janik.cz (Pavel Jan,Bm(Bk). 8579 From Pavel@Janik.cz (Pavel Jan,Am(Bk).
8575 8580
8576 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' 8581 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8577 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. 8582 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
@@ -9282,7 +9287,7 @@
92822001-03-15 Gerd Moellmann <gerd@gnu.org> 92872001-03-15 Gerd Moellmann <gerd@gnu.org>
9283 9288
9284 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support 9289 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9285 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). 9290 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Am(Bk ml.).
9286 9291
92872001-03-14 Gerd Moellmann <gerd@gnu.org> 92922001-03-14 Gerd Moellmann <gerd@gnu.org>
9288 9293
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 7646a8c25ec..31df6bf36d6 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -1,6 +1,6 @@
1;;; calc.el --- the GNU Emacs calculator 1;;; calc.el --- the GNU Emacs calculator
2 2
3;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002 Free Software Foundation, Inc.
4 4
5;; Author: David Gillespie <daveg@synaptics.com> 5;; Author: David Gillespie <daveg@synaptics.com>
6;; Maintainer: Colin Walters <walters@debian.org> 6;; Maintainer: Colin Walters <walters@debian.org>
@@ -2076,7 +2076,7 @@ If mouse is pressed in Calc window, push cut buffer contents onto the stack."
2076 (setq last-command-char (upcase last-command-char))) 2076 (setq last-command-char (upcase last-command-char)))
2077 (cond 2077 (cond
2078 ((memq last-command-char '(?_ ?n)) 2078 ((memq last-command-char '(?_ ?n))
2079 (goto-char (point-min)) 2079 (goto-char (minibuffer-prompt-end))
2080 (if (and (search-forward " +/- " nil t) 2080 (if (and (search-forward " +/- " nil t)
2081 (not (search-forward "e" nil t))) 2081 (not (search-forward "e" nil t)))
2082 (beep) 2082 (beep)