aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-02-03 16:21:03 +0000
committerAndreas Schwab2002-02-03 16:21:03 +0000
commite1ff49ba1e519ab727c85c9d810768a5f0aebfb0 (patch)
treed09c7b442e8fbe3850b1a10583fcfbb8eddf07ee
parent471af22c5feb8d90b24fef951b82dfa54b68f178 (diff)
downloademacs-e1ff49ba1e519ab727c85c9d810768a5f0aebfb0.tar.gz
emacs-e1ff49ba1e519ab727c85c9d810768a5f0aebfb0.zip
(balance-windows): Fix misplaced parenthesis.
-rw-r--r--lisp/ChangeLog181
-rw-r--r--lisp/window.el4
2 files changed, 93 insertions, 92 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c8119d91d7d..2a4e66db325 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,12 +1,13 @@
12002-02-03 Andreas Schwab <schwab@suse.de> 12002-02-03 Andreas Schwab <schwab@suse.de>
2 2
3 * window.el (save-selected-window): Move macro before first use. 3 * window.el (save-selected-window): Move macro before first use.
4 (balance-windows): Fix misplaced parenthesis.
4 5
52002-02-03 Pavel Janík <Pavel@Janik.cz> 62002-02-03 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6 7
7 * calculator.el (calculator-displayers): Doc fixes. 8 * calculator.el (calculator-displayers): Doc fixes.
8 9
92002-02-03 Pavel Janík <Pavel@Janik.cz> 102002-02-03 Pavel Jan,bm(Bk <Pavel@Janik.cz>
10 11
11 * menu-bar.el (menu-bar-help-menu): Use different text for 12 * menu-bar.el (menu-bar-help-menu): Use different text for
12 tool-tip. 13 tool-tip.
@@ -47,7 +48,7 @@
47 looking for X-Coding-System header, and restore the pruned state 48 looking for X-Coding-System header, and restore the pruned state
48 before returning. 49 before returning.
49 50
502002-02-02 Pavel Janík <Pavel@Janik.cz> 512002-02-02 Pavel Jan,bm(Bk <Pavel@Janik.cz>
51 52
52 * cus-edit.el (customize-save-variable): Fix typo in prompt. 53 * cus-edit.el (customize-save-variable): Fix typo in prompt.
53 54
@@ -137,7 +138,7 @@
137 * emulation/pc-select.el (pc-select-save-and-set-mode): 138 * emulation/pc-select.el (pc-select-save-and-set-mode):
138 Properly use MODE-VAR. 139 Properly use MODE-VAR.
139 140
1402002-01-29 Pavel Janík <Pavel@Janik.cz> 1412002-01-29 Pavel Jan,bm(Bk <Pavel@Janik.cz>
141 142
142 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 143 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
143 Version" to "About Emacs". 144 Version" to "About Emacs".
@@ -154,7 +155,7 @@
154 155
155 * calendar/calendar.el (generate-calendar-month): Doc fix. 156 * calendar/calendar.el (generate-calendar-month): Doc fix.
156 157
1572002-01-27 Pavel Janík <Pavel@Janik.cz> 1582002-01-27 Pavel Jan,bm(Bk <Pavel@Janik.cz>
158 159
159 * time.el (display-time-mail-directory): New option. 160 * time.el (display-time-mail-directory): New option.
160 (display-time-mail-function): Update doc-string. 161 (display-time-mail-function): Update doc-string.
@@ -369,7 +370,7 @@
369 with `byte-compile-dynamic'. 370 with `byte-compile-dynamic'.
370 (ibuffer-default-directory, toplevel): Doc files. 371 (ibuffer-default-directory, toplevel): Doc files.
371 372
3722002-01-20 Pavel Janík <Pavel@Janik.cz> 3732002-01-20 Pavel Jan,bm(Bk <Pavel@Janik.cz>
373 374
374 * tempo.el (tempo-define-template): Doc fix. 375 * tempo.el (tempo-define-template): Doc fix.
375 376
@@ -386,7 +387,7 @@
386 387
387 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 388 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
388 389
3892002-01-19 Pavel Janík <Pavel@Janik.cz> 3902002-01-19 Pavel Jan,bm(Bk <Pavel@Janik.cz>
390 391
391 * language/tibet-util.el (tibetan-decompose-region) 392 * language/tibet-util.el (tibetan-decompose-region)
392 (tibetan-decompose-string): Fix typo in docstring. 393 (tibetan-decompose-string): Fix typo in docstring.
@@ -478,7 +479,7 @@
478 479
479 * mail/feedmail.el (feedmail): Fix :link spec. 480 * mail/feedmail.el (feedmail): Fix :link spec.
480 481
4812002-01-16 Pavel Janík <Pavel@Janik.cz> 4822002-01-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
482 483
483 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 484 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
484 2 ldapsearch. 485 2 ldapsearch.
@@ -596,7 +597,7 @@
596 (comint-send-input): New arg NO-NEWLINE. 597 (comint-send-input): New arg NO-NEWLINE.
597 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 598 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
598 599
5992002-01-12 Pavel Janík <Pavel@Janik.cz> 6002002-01-12 Pavel Jan,bm(Bk <Pavel@Janik.cz>
600 601
601 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 602 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
602 delaying when executing keyboard macros. 603 delaying when executing keyboard macros.
@@ -681,7 +682,7 @@
681 682
682 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 683 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
683 684
6842002-01-08 Pavel Janík <Pavel@Janik.cz> 6852002-01-08 Pavel Jan,bm(Bk <Pavel@Janik.cz>
685 686
686 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 687 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
687 Do not use make-local-hook. 688 Do not use make-local-hook.
@@ -697,7 +698,7 @@
697 698
698 * ediff-hook.el: Add an autoload cookie. 699 * ediff-hook.el: Add an autoload cookie.
699 700
7002002-01-08 Pavel Janík <Pavel@Janik.cz> 7012002-01-08 Pavel Jan,bm(Bk <Pavel@Janik.cz>
701 702
702 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 703 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
703 address of the author. 704 address of the author.
@@ -809,7 +810,7 @@
809 * help-fns.el (describe-variable, describe-function): 810 * help-fns.el (describe-variable, describe-function):
810 Do save-excursion. 811 Do save-excursion.
811 812
8122002-01-06 Pavel Janík <Pavel@Janik.cz> 8132002-01-06 Pavel Jan,bm(Bk <Pavel@Janik.cz>
813 814
814 * net/ldap.el (ldap-search-internal): Skip error message from 815 * net/ldap.el (ldap-search-internal): Skip error message from
815 ldapsearch. Allow listing attribute names only. Do not open 816 ldapsearch. Allow listing attribute names only. Do not open
@@ -833,7 +834,7 @@
833 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 834 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
834 proper attribute name labeledUri instead of deprecated labeledUrl. 835 proper attribute name labeledUri instead of deprecated labeledUrl.
835 836
8362002-01-05 Pavel Janík <Pavel@Janik.cz> 8372002-01-05 Pavel Jan,bm(Bk <Pavel@Janik.cz>
837 838
838 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 839 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
839 editing an empty hotlist. 840 editing an empty hotlist.
@@ -895,7 +896,7 @@
895 896
896 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 897 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
897 898
8982002-01-04 Pavel Janík <Pavel@Janik.cz> 8992002-01-04 Pavel Jan,bm(Bk <Pavel@Janik.cz>
899 900
900 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 901 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
901 entry. 902 entry.
@@ -926,7 +927,7 @@
926 does not exist, call mail-recover-1 to allow recovery from past 927 does not exist, call mail-recover-1 to allow recovery from past
927 auto-saved drafts. 928 auto-saved drafts.
928 929
9292002-01-03 Pavel Janík <Pavel@Janik.cz> 9302002-01-03 Pavel Jan,bm(Bk <Pavel@Janik.cz>
930 931
931 * time.el (display-time-load-average-threshold): Fix defcustom 932 * time.el (display-time-load-average-threshold): Fix defcustom
932 (add type and group). 933 (add type and group).
@@ -1045,7 +1046,7 @@
1045 * bindings.el (function-key-map): Don't bind shifted keypad 1046 * bindings.el (function-key-map): Don't bind shifted keypad
1046 numeric keys. 1047 numeric keys.
1047 1048
10482002-01-02 Pavel Janík <Pavel@Janik.cz> 10492002-01-02 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1049 1050
1050 * enriched.el (enriched-handle-display-prop): Remove unused 1051 * enriched.el (enriched-handle-display-prop): Remove unused
1051 variables. 1052 variables.
@@ -1082,7 +1083,7 @@
1082 * cus-edit.el (custom-face-edit-fix-value): New function. 1083 * cus-edit.el (custom-face-edit-fix-value): New function.
1083 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 1084 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1084 1085
10852001-12-30 Pavel Janík <Pavel@Janik.cz> 10862001-12-30 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1086 1087
1087 * progmodes/octave-mod.el (octave-abbrev-table): 1088 * progmodes/octave-mod.el (octave-abbrev-table):
1088 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 1089 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
@@ -1212,7 +1213,7 @@
1212 1213
1213 * international/fontset.el: Don't require ind-util when compiling. 1214 * international/fontset.el: Don't require ind-util when compiling.
1214 1215
12152001-12-25 Pavel Janík <Pavel@Janik.cz> 12162001-12-25 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1216 1217
1217 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 1218 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1218 set-frame-height and set-frame-width instead of set-screen-height 1219 set-frame-height and set-frame-width instead of set-screen-height
@@ -1300,7 +1301,7 @@
1300 * play/yow.el (yow): Use an arg to distinguish interactive calls, 1301 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1301 not interactive-p. 1302 not interactive-p.
1302 1303
13032001-12-22 Pavel Janík <Pavel@Janik.cz> 13042001-12-22 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1304 1305
1305 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 1306 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1306 mocklisp entries. 1307 mocklisp entries.
@@ -1327,7 +1328,7 @@
1327 * textmodes/refill.el (refill-mode): Don't barf when redundantly 1328 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1328 turning refill-mode off. 1329 turning refill-mode off.
1329 1330
13302001-12-22 Pavel Janík <Pavel@Janik.cz> 13312001-12-22 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1331 1332
1332 * time.el (display-time-load-average-threshold): New variable. 1333 * time.el (display-time-load-average-threshold): New variable.
1333 (display-time-update): Use it. 1334 (display-time-update): Use it.
@@ -1470,7 +1471,7 @@
1470 print-coding-system-briefly): Make printed output have a similar 1471 print-coding-system-briefly): Make printed output have a similar
1471 format as describe-character-set. 1472 format as describe-character-set.
1472 1473
14732001-12-20 Pavel Janík <Pavel@Janik.cz> 14742001-12-20 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1474 1475
1475 * play/blackbox.el (bb-member): Remove, use member instead. 1476 * play/blackbox.el (bb-member): Remove, use member instead.
1476 (bb-delete): Remove, use delete instead. 1477 (bb-delete): Remove, use delete instead.
@@ -1504,7 +1505,7 @@
1504 1505
1505 * international/fontset.el: Require `ind-util' when compiling. 1506 * international/fontset.el: Require `ind-util' when compiling.
1506 1507
15072001-12-18 Pavel Janík <Pavel@Janik.cz> 15082001-12-18 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1508 1509
1509 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 1510 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1510 instead of decompose-composite-char. 1511 instead of decompose-composite-char.
@@ -1722,7 +1723,7 @@
1722 1723
1723 * newcomment.el (comment-indent): Jump to the middle of empty comments. 1724 * newcomment.el (comment-indent): Jump to the middle of empty comments.
1724 1725
17252001-12-14 Pavel Janík <Pavel@Janik.cz> 17262001-12-14 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1726 1727
1727 * select.el (xselect-convert-to-class, xselect-convert-to-name): 1728 * select.el (xselect-convert-to-class, xselect-convert-to-name):
1728 Document. 1729 Document.
@@ -1770,7 +1771,7 @@
1770 * international/mule.el (set-auto-coding): Don't search for 1771 * international/mule.el (set-auto-coding): Don't search for
1771 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 1772 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1772 1773
17732001-12-13 Pavel Janík <Pavel@Janik.cz> 17742001-12-13 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1774 1775
1775 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 1776 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1776 1777
@@ -1826,7 +1827,7 @@
1826 * language/european.el: Remove autoload cookies. Fix registration 1827 * language/european.el: Remove autoload cookies. Fix registration
1827 of diacritic composition function. 1828 of diacritic composition function.
1828 1829
18292001-12-11 Pavel Janík <Pavel@Janik.cz> 18302001-12-11 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1830 1831
1831 * calendar/todo-mode.el: Require time-stamp. 1832 * calendar/todo-mode.el: Require time-stamp.
1832 1833
@@ -1883,7 +1884,7 @@
1883 Use `select-frame-set-input-focus'--needed when window manager 1884 Use `select-frame-set-input-focus'--needed when window manager
1884 uses "click to focus" policy. 1885 uses "click to focus" policy.
1885 1886
18862001-12-09 Pavel Janík <Pavel@Janik.cz> 18872001-12-09 Pavel Jan,bm(Bk <Pavel@Janik.cz>
1887 1888
1888 * COPYING: Moved back. 1889 * COPYING: Moved back.
1889 1890
@@ -2032,7 +2033,7 @@
2032 * textmodes/picture.el (picture-mode-map): Don't use defconst 2033 * textmodes/picture.el (picture-mode-map): Don't use defconst
2033 for a variable. 2034 for a variable.
2034 2035
20352001-12-02 Pavel Janík <Pavel@Janik.cz> 20362001-12-02 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2036 2037
2037 * textmodes/reftex-index.el (reftex-index-mode): 2038 * textmodes/reftex-index.el (reftex-index-mode):
2038 Remove make-local-hook. 2039 Remove make-local-hook.
@@ -2097,12 +2098,12 @@
2097 2098
2098 * man.el (Man-build-section-alist): Remove last Man-match-substring. 2099 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2099 2100
21002001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 21012001-11-30 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2101 2102
2102 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 2103 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2103 Clarify error message. 2104 Clarify error message.
2104 2105
21052001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 21062001-11-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2106 2107
2107 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 2108 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2108 2109
@@ -2156,7 +2157,7 @@
2156 (Info-index): Use it. Add completion to the interactive spec. 2157 (Info-index): Use it. Add completion to the interactive spec.
2157 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 2158 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2158 2159
21592001-11-29 Pavel Janík <Pavel@Janik.cz> 21602001-11-29 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2160 2161
2161 * COPYING: Removed. 2162 * COPYING: Removed.
2162 2163
@@ -2173,7 +2174,7 @@
2173 (register-char-codings): Use it to cope with generic chars in 2174 (register-char-codings): Use it to cope with generic chars in
2174 safe-chars. 2175 safe-chars.
2175 2176
21762001-11-29 Pavel Janík <Pavel@Janik.cz> 21772001-11-29 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2177 2178
2178 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 2179 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2179 2180
@@ -2317,7 +2318,7 @@
2317 * frame.el (show-trailing-whitespace): Remove :set argument (the 2318 * frame.el (show-trailing-whitespace): Remove :set argument (the
2318 value was essentially identical to the defalt). 2319 value was essentially identical to the defalt).
2319 2320
23202001-11-26 Pavel Janík <Pavel@Janik.cz> 23212001-11-26 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2321 2322
2322 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 2323 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2323 2324
@@ -2381,7 +2382,7 @@
2381 2382
2382 * help-funs.el (describe-syntax): Put (interactive) after doc string. 2383 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2383 2384
23842001-11-26 Pavel Janík <Pavel@Janik.cz> 23852001-11-26 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2385 2386
2386 * international/quail.el (quail-help): Require help-mode in 2387 * international/quail.el (quail-help): Require help-mode in
2387 top-level instead. 2388 top-level instead.
@@ -2452,12 +2453,12 @@
2452 * language/devan-util.el: Comment out parts of the file 2453 * language/devan-util.el: Comment out parts of the file
2453 which apparently are garbled. 2454 which apparently are garbled.
2454 2455
24552001-11-25 Pavel Janík <Pavel@Janik.cz> 24562001-11-25 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2456 2457
2457 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 2458 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2458 insert-string. 2459 insert-string.
2459 2460
24602001-11-25 Pavel Janík <Pavel@Janik.cz> 24612001-11-25 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2461 2462
2462 * play/snake.el (snake-mode): Remove make-local-hook. 2463 * play/snake.el (snake-mode): Remove make-local-hook.
2463 2464
@@ -2584,7 +2585,7 @@
2584 2585
2585 * international/encoded-kb.el: Don't alter minor-map-alist. 2586 * international/encoded-kb.el: Don't alter minor-map-alist.
2586 2587
25872001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 25882001-11-20 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2588 2589
2589 * files.el (auto-save-file-name-transforms): Put remote files in 2590 * files.el (auto-save-file-name-transforms): Put remote files in
2590 temporary-file-directory rather than /tmp. 2591 temporary-file-directory rather than /tmp.
@@ -2942,7 +2943,7 @@
2942 Don't recognize a "telephone number" at the beginning of the name. 2943 Don't recognize a "telephone number" at the beginning of the name.
2943 (mail-extr-leading-garbage): Match non-word characters only. 2944 (mail-extr-leading-garbage): Match non-word characters only.
2944 2945
29452001-11-16 Pavel Janík <Pavel@Janik.cz> 29462001-11-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2946 2947
2947 * startup.el (command-line-processed): Doc fix. 2948 * startup.el (command-line-processed): Doc fix.
2948 2949
@@ -2970,7 +2971,7 @@
2970 (multiple-value-apply, nth-value): Use defsubst rather than defalias 2971 (multiple-value-apply, nth-value): Use defsubst rather than defalias
2971 to get better doc strings. 2972 to get better doc strings.
2972 2973
29732001-11-15 Pavel Janík <Pavel@Janik.cz> 29742001-11-15 Pavel Jan,bm(Bk <Pavel@Janik.cz>
2974 2975
2975 * derived.el: Fix autoload cookie. 2976 * derived.el: Fix autoload cookie.
2976 2977
@@ -3165,7 +3166,7 @@
3165 (log-view-current-tag): Take an optional `where' arg. 3166 (log-view-current-tag): Take an optional `where' arg.
3166 (log-view-diff): New user command. 3167 (log-view-diff): New user command.
3167 3168
31682001-11-12 Pavel Janík <Pavel@Janik.cz> 31692001-11-12 Pavel Jan,bm(Bk <Pavel@Janik.cz>
3169 3170
3170 * progmodes/cpp.el (cpp-choose-face): Fix typo. 3171 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3171 3172
@@ -3205,7 +3206,7 @@
3205 * calc/calc-ext.el (calc-init-extensions): Update autoload names 3206 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3206 to match files renamed on initial calc import. 3207 to match files renamed on initial calc import.
3207 3208
32082001-11-12 Pavel Janík <Pavel@Janik.cz> 32092001-11-12 Pavel Jan,bm(Bk <Pavel@Janik.cz>
3209 3210
3210 * textmodes/flyspell.el (flyspell-default-dictionary): 3211 * textmodes/flyspell.el (flyspell-default-dictionary):
3211 Fix previous change. 3212 Fix previous change.
@@ -3248,7 +3249,7 @@
32482001-11-11 Colin Walters <walters@verbum.org> 32492001-11-11 Colin Walters <walters@verbum.org>
3249 3250
3250 The following changes are based on patches from 3251 The following changes are based on patches from
3251 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann 3252 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,b_(Bjohann
3252 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 3253 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3253 3254
3254 * calc/calc.el (toplevel): Require calc-macs. 3255 * calc/calc.el (toplevel): Require calc-macs.
@@ -3317,7 +3318,7 @@
3317 (radio-button-choice): Ditto. 3318 (radio-button-choice): Ditto.
3318 (editable-list): Ditto. 3319 (editable-list): Ditto.
3319 3320
33202001-11-09 Pavel Janík <Pavel@Janik.cz> 33212001-11-09 Pavel Jan,bm(Bk <Pavel@Janik.cz>
3321 3322
3322 * play/gomoku.el: Move definitions of constants to the beginning 3323 * play/gomoku.el: Move definitions of constants to the beginning
3323 of file, before their use. 3324 of file, before their use.
@@ -3593,7 +3594,7 @@
3593 (debugger-setup-buffer): Call it. 3594 (debugger-setup-buffer): Call it.
3594 (debugger-mode-map): Bind RET and mouse-2. 3595 (debugger-mode-map): Bind RET and mouse-2.
3595 3596
35962001-10-31 Pavel Janík <Pavel@Janik.cz> 35972001-10-31 Pavel Jan,bm(Bk <Pavel@Janik.cz>
3597 3598
3598 * startup.el: Document command line option --no-window-system 3599 * startup.el: Document command line option --no-window-system
3599 instead of --no-windows. 3600 instead of --no-windows.
@@ -3736,7 +3737,7 @@
3736 Report numbers of files skipped and failed too. 3737 Report numbers of files skipped and failed too.
3737 (byte-compile-file): Return 'no-byte-compile for skipped files. 3738 (byte-compile-file): Return 'no-byte-compile for skipped files.
3738 3739
37392001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 37402001-10-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3740 3741
3741 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 3742 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
3742 and `M p'. 3743 and `M p'.
@@ -4086,7 +4087,7 @@
4086 * progmodes/compile.el (compilation-set-window-height): 4087 * progmodes/compile.el (compilation-set-window-height):
4087 Select old window only if it's still live. 4088 Select old window only if it's still live.
4088 4089
40892001-10-22 Pavel Janík <Pavel@Janik.cz> 40902001-10-22 Pavel Jan,bm(Bk <Pavel@Janik.cz>
4090 4091
4091 * help-mode.el (help-buffer): Remove debugging code. 4092 * help-mode.el (help-buffer): Remove debugging code.
4092 From Stefan Monnier <monnier@cs.yale.edu>. 4093 From Stefan Monnier <monnier@cs.yale.edu>.
@@ -4362,7 +4363,7 @@
4362 4363
4363 * version.el (emacs-version): Bump to 21.1.50. 4364 * version.el (emacs-version): Bump to 21.1.50.
4364 4365
43652001-10-13 Pavel Janík <Pavel@Janik.cz> 43662001-10-13 Pavel Jan,bm(Bk <Pavel@Janik.cz>
4366 4367
4367 * mail/mailalias.el (mail-directory-stream): Do not double 4368 * mail/mailalias.el (mail-directory-stream): Do not double
4368 variables in the lambda-list. 4369 variables in the lambda-list.
@@ -4659,7 +4660,7 @@
4659 4660
4660 * startup.el (command-line-1): Bind tab-width to 8. 4661 * startup.el (command-line-1): Bind tab-width to 8.
4661 4662
46622001-10-10 Pavel Janík <Pavel@Janik.cz> 46632001-10-10 Pavel Jan,bm(Bk <Pavel@Janik.cz>
4663 4664
4664 * emulation/tpu-edt.el: Use defalias instead of fset for 4665 * emulation/tpu-edt.el: Use defalias instead of fset for
4665 user-visible commands. From Rob Riepel 4666 user-visible commands. From Rob Riepel
@@ -5020,7 +5021,7 @@
5020 5021
5021 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. 5022 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5022 5023
50232001-10-03 Pavel Janík <Pavel@Janik.cz> 50242001-10-03 Pavel Jan,bm(Bk <Pavel@Janik.cz>
5024 5025
5025 * emulation/tpu-edt.el: Make messages match original TPU/edt 5026 * emulation/tpu-edt.el: Make messages match original TPU/edt
5026 editor. From riepel@Stanford.EDU (Rob Riepel). 5027 editor. From riepel@Stanford.EDU (Rob Riepel).
@@ -5263,7 +5264,7 @@
52632001-09-17 Andre Spiegel <spiegel@gnu.org> 52642001-09-17 Andre Spiegel <spiegel@gnu.org>
5264 5265
5265 * vc.el (vc-annotate): Use current workfile version explicitly as 5266 * vc.el (vc-annotate): Use current workfile version explicitly as
5266 a default, suggested by Gustav HÃ¥llberg <gustav@virtutech.se>. 5267 a default, suggested by Gustav H,Ae(Bllberg <gustav@virtutech.se>.
5267 5268
52682001-09-16 Eli Zaretskii <eliz@is.elta.co.il> 52692001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5269 5270
@@ -5406,7 +5407,7 @@
5406 * comint.el (comint-send-input): Handle comint-process-echoes 5407 * comint.el (comint-send-input): Handle comint-process-echoes
5407 differently. 5408 differently.
5408 5409
54092001-09-07 Pavel Janík <Pavel@Janik.cz> 54102001-09-07 Pavel Jan,bm(Bk <Pavel@Janik.cz>
5410 5411
5411 * locate.el (locate-insert-header): Remove unnecessary whitespace. 5412 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5412 5413
@@ -5474,7 +5475,7 @@
5474 5475
5475 * simple.el (backward-word): Doc fix. 5476 * simple.el (backward-word): Doc fix.
5476 5477
54772001-09-03 Pavel Janík <Pavel@Janik.cz> 54782001-09-03 Pavel Jan,bm(Bk <Pavel@Janik.cz>
5478 5479
5479 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el 5480 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5480 * uncompress.el, uniquify.el, vc.el, view.el, window.el 5481 * uncompress.el, uniquify.el, vc.el, view.el, window.el
@@ -5517,7 +5518,7 @@
5517 5518
5518 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: 5519 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5519 Mention "yank" in the help-echo text. 5520 Mention "yank" in the help-echo text.
5520 Suggested by Pavel Janík <Pavel@Janik.cz>. 5521 Suggested by Pavel Jan,bm(Bk <Pavel@Janik.cz>.
5521 5522
55222001-09-01 Stefan Monnier <monnier@cs.yale.edu> 55232001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5523 5524
@@ -5577,7 +5578,7 @@
5577 * startup.el (fancy-splash-screens): Temporarily set 5578 * startup.el (fancy-splash-screens): Temporarily set
5578 minor-mode-map-alist to nil while displaying splash screens. 5579 minor-mode-map-alist to nil while displaying splash screens.
5579 5580
55802001-08-29 Pavel Janík <Pavel@Janik.cz> 55812001-08-29 Pavel Jan,bm(Bk <Pavel@Janik.cz>
5581 5582
5582 * buff-menu.el: Add Keywords header. 5583 * buff-menu.el: Add Keywords header.
5583 Doc fix (C-x C-b is bound to list-buffers). 5584 Doc fix (C-x C-b is bound to list-buffers).
@@ -5661,19 +5662,19 @@
56612001-08-26 Eli Zaretskii <eliz@is.elta.co.il> 56622001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
5662 5663
5663 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error 5664 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
5664 messages. From Pavel Janík <Pavel@Janik.cz>. 5665 messages. From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
5665 5666
5666 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel 5667 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
5667 Janík <Pavel@Janik.cz>. 5668 Jan,bm(Bk <Pavel@Janik.cz>.
5668 5669
5669 * emacs-lisp/lselect.el: Ditto. 5670 * emacs-lisp/lselect.el: Ditto.
5670 5671
5671 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): 5672 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
5672 Remove periods from the end of error message strings. 5673 Remove periods from the end of error message strings.
5673 From Pavel Janík <Pavel@Janik.cz>. 5674 From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
5674 5675
5675 * progmodes/antlr-mode.el: Add Keywords header. From Pavel 5676 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
5676 Janík <Pavel@Janik.cz>. 5677 Jan,bm(Bk <Pavel@Janik.cz>.
5677 5678
5678 * net/telnet.el: Ditto. 5679 * net/telnet.el: Ditto.
5679 5680
@@ -5788,12 +5789,12 @@
5788 TABs anyway. 5789 TABs anyway.
5789 5790
5790 * whitespace.el (whitespace-version): 3.1. All of the above issues 5791 * whitespace.el (whitespace-version): 3.1. All of the above issues
5791 were raised by François Pinard, which led to the fixes described. 5792 were raised by Fran,bg(Bois Pinard, which led to the fixes described.
5792 5793
57932001-08-20 Gerd Moellmann <gerd@gnu.org> 57942001-08-20 Gerd Moellmann <gerd@gnu.org>
5794 5795
5795 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove 5796 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5796 some spaces from a message. From Pavel Janík <Pavel@Janik.cz>. 5797 some spaces from a message. From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
5797 5798
5798 * whitespace.el (whitespace-global-mode): Add autoload cookie. 5799 * whitespace.el (whitespace-global-mode): Add autoload cookie.
5799 5800
@@ -5967,7 +5968,7 @@
5967 text files. 5968 text files.
5968 (image-jpeg-p): Correct calculation of next field offset. 5969 (image-jpeg-p): Correct calculation of next field offset.
5969 5970
59702001-08-08 Pavel Janík <Pavel@Janik.cz> 59712001-08-08 Pavel Jan,bm(Bk <Pavel@Janik.cz>
5971 5972
5972 * battery.el: Fix typo. 5973 * battery.el: Fix typo.
5973 5974
@@ -6004,7 +6005,7 @@
6004 * image.el (image-type-regexps): Use `\`' instead of `^' in 6005 * image.el (image-type-regexps): Use `\`' instead of `^' in
6005 most regular expressions. 6006 most regular expressions.
6006 6007
60072001-08-06 Pavel Janík <Pavel@Janik.cz> 60082001-08-06 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6008 6009
6009 * play/animate.el: Re-insert a reference to re-inserted function. 6010 * play/animate.el: Re-insert a reference to re-inserted function.
6010 6011
@@ -6018,7 +6019,7 @@
6018 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): 6019 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6019 Handle old-style menu definitions. 6020 Handle old-style menu definitions.
6020 6021
60212001-08-06 Pavel Janík <Pavel@Janik.cz> 60222001-08-06 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6022 6023
6023 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, 6024 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6024 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. 6025 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
@@ -6027,7 +6028,7 @@
6027 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, 6028 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6028 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. 6029 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6029 6030
60302001-08-05 Pavel Janík <Pavel@Janik.cz> 60312001-08-05 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6031 6032
6032 * textmodes/tildify.el: Milan Zamazal has new address. 6033 * textmodes/tildify.el: Milan Zamazal has new address.
6033 6034
@@ -6365,7 +6366,7 @@
6365 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. 6366 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6366 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, 6367 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6367 6368
63682001-07-17 Pavel Janík <Pavel@Janik.cz> 63692001-07-17 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6369 6370
6370 * international/iso-transl.el: Fix typo in the header of the file. 6371 * international/iso-transl.el: Fix typo in the header of the file.
6371 6372
@@ -6397,7 +6398,7 @@
6397 * server.el (server-process-filter, server-visit-files): 6398 * server.el (server-process-filter, server-visit-files):
6398 Add support for +LINE:COLUMN style emacsclient calls. 6399 Add support for +LINE:COLUMN style emacsclient calls.
6399 6400
64002001-07-16 Pavel Janík <Pavel@Janik.cz> 64012001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6401 6402
6402 * emacs-lisp/easy-mmode.el: Add Keywords header. 6403 * emacs-lisp/easy-mmode.el: Add Keywords header.
6403 6404
@@ -6450,7 +6451,7 @@
6450 6451
6451 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. 6452 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6452 6453
64532001-07-16 Pavel Janík <Pavel@Janik.cz> 64542001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6454 6455
6455 * ps-print.el: Fix Author: header. 6456 * ps-print.el: Fix Author: header.
6456 6457
@@ -6463,7 +6464,7 @@
6463 send-invisible, which is already defined in Comint. 6464 send-invisible, which is already defined in Comint.
6464 (eshell-watch-for-password-prompt): Use it. 6465 (eshell-watch-for-password-prompt): Use it.
6465 6466
64662001-07-16 Pavel Janík <Pavel@Janik.cz> 64672001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6467 6468
6468 * which-func.el (which-func-mode): Doc fix. 6469 * which-func.el (which-func-mode): Doc fix.
6469 6470
@@ -6522,7 +6523,7 @@
6522 * simple.el (set-variable): Require 'cus-edit' instead of 6523 * simple.el (set-variable): Require 'cus-edit' instead of
6523 `wid-edit', so that the Custom widgets get defined. 6524 `wid-edit', so that the Custom widgets get defined.
6524 6525
65252001-07-16 Pavel Janík <Pavel@Janik.cz> 65262001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6526 6527
6527 * allout.el: A fix to follow coding conventions. 6528 * allout.el: A fix to follow coding conventions.
6528 6529
@@ -6548,7 +6549,7 @@
6548 * dired.el (dired-insert-set-properties): Fix invalid mouse-face 6549 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6549 property. 6550 property.
6550 6551
65512001-07-16 Pavel Janík <Pavel@Janik.cz> 65522001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6552 6553
6553 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, 6554 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6554 * play/gamegrid.el, play/handwrite.el, play/landmark.el, 6555 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
@@ -6570,7 +6571,7 @@
6570 * mail/reporter.el (reporter-submit-bug-report): 6571 * mail/reporter.el (reporter-submit-bug-report):
6571 Don't abuse make-variable-buffer-local. Fix call to add-hook. 6572 Don't abuse make-variable-buffer-local. Fix call to add-hook.
6572 6573
65732001-07-15 Pavel Janík <Pavel@Janik.cz> 65742001-07-15 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6574 6575
6575 * calendar/cal-china.el, calendar/cal-coptic.el, 6576 * calendar/cal-china.el, calendar/cal-coptic.el,
6576 * calendar/cal-dst.el, calendar/cal-french.el, 6577 * calendar/cal-dst.el, calendar/cal-french.el,
@@ -6697,7 +6698,7 @@
6697 * vt100-led.el, window.el: Some fixes to follow coding conventions in 6698 * vt100-led.el, window.el: Some fixes to follow coding conventions in
6698 files maintained by FSF. 6699 files maintained by FSF.
6699 6700
67002001-07-13 Pavel Janík <Pavel@Janik.cz> 67012001-07-13 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6701 6702
6702 * arc-mode.el: A fix to follow coding conventions. 6703 * arc-mode.el: A fix to follow coding conventions.
6703 6704
@@ -6728,7 +6729,7 @@
6728 6729
6729 * play/fortune.el: Add types to defcustoms. 6730 * play/fortune.el: Add types to defcustoms.
6730 6731
67312001-07-12 Pavel Janík <Pavel@Janik.cz> 67322001-07-12 Pavel Jan,bm(Bk <Pavel@Janik.cz>
6732 6733
6733 * language/czech.el: A fix to follow coding conventions. 6734 * language/czech.el: A fix to follow coding conventions.
6734 6735
@@ -6757,7 +6758,7 @@
67572001-07-11 Eli Zaretskii <eliz@is.elta.co.il> 67582001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6758 6759
6759 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. 6760 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6760 From Pavel Janík <Pavel@Janik.cz> 6761 From Pavel Jan,bm(Bk <Pavel@Janik.cz>
6761 6762
6762 * progmodes/ada-mode.el: Ditto. 6763 * progmodes/ada-mode.el: Ditto.
6763 6764
@@ -6865,10 +6866,10 @@
6865 * calendar/todo-mode.el (todo-top-priorities): Use delete-region 6866 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
6866 instead of kill-line. 6867 instead of kill-line.
6867 6868
6868 * play/pong.el: Fix first line. From Pavel Janík 6869 * play/pong.el: Fix first line. From Pavel Jan,bm(Bk
6869 <Pavel@Janik.cz>. 6870 <Pavel@Janik.cz>.
6870 6871
6871 * battery.el (battery-update): Add help-echo. From Pavel Janík 6872 * battery.el (battery-update): Add help-echo. From Pavel Jan,bm(Bk
6872 <Pavel@Janik.cz>. 6873 <Pavel@Janik.cz>.
6873 6874
68742001-07-04 Gerd Moellmann <gerd@gnu.org> 68752001-07-04 Gerd Moellmann <gerd@gnu.org>
@@ -6906,10 +6907,10 @@
69062001-07-02 Eli Zaretskii <eliz@is.elta.co.il> 69072001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
6907 6908
6908 * allout.el: Fix the header line, so that finder.el recognizes it. 6909 * allout.el: Fix the header line, so that finder.el recognizes it.
6909 From Pavel Janík <Pavel@Janik.cz>. 6910 From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
6910 6911
6911 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. 6912 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
6912 From Pavel Janík <Pavel@Janik.cz>. 6913 From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
6913 6914
69142001-06-29 Eli Zaretskii <eliz@is.elta.co.il> 69152001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
6915 6916
@@ -7219,7 +7220,7 @@
72192001-06-10 Eli Zaretskii <eliz@is.elta.co.il> 72202001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7220 7221
7221 * server.el (server-process, server-buffer-clients): Doc fix. 7222 * server.el (server-process, server-buffer-clients): Doc fix.
7222 From Pavel Janík <Pavel@Janik.cz>. 7223 From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
7223 7224
72242001-06-09 John Wiegley <johnw@gnu.org> 72252001-06-09 John Wiegley <johnw@gnu.org>
7225 7226
@@ -7477,16 +7478,16 @@
74772001-05-20 Eli Zaretskii <eliz@is.elta.co.il> 74782001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7478 7479
7479 * international/ccl.el (define-ccl-program): Fix a typo. 7480 * international/ccl.el (define-ccl-program): Fix a typo.
7480 From Pavel Janík <Pavel@Janik.cz>. 7481 From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
7481 7482
7482 * international/mule.el (decode-char): Fix a typo. From Pavel 7483 * international/mule.el (decode-char): Fix a typo. From Pavel
7483 Janík <Pavel@Janik.cz>. 7484 Jan,bm(Bk <Pavel@Janik.cz>.
7484 7485
7485 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel 7486 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7486 Janík <Pavel@Janik.cz>. 7487 Jan,bm(Bk <Pavel@Janik.cz>.
7487 7488
7488 * frame.el (automatic-hscrolling): Fix a typo. From Pavel 7489 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7489 Janík <Pavel@Janik.cz>. 7490 Jan,bm(Bk <Pavel@Janik.cz>.
7490 7491
74912001-05-18 Sam Steingold <sds@gnu.org> 74922001-05-18 Sam Steingold <sds@gnu.org>
7492 7493
@@ -7718,7 +7719,7 @@
7718 coding-system-for-read, if it is non-nil. 7719 coding-system-for-read, if it is non-nil.
7719 7720
7720 * calendar/holidays.el (holidays): Add an autoload cookie. 7721 * calendar/holidays.el (holidays): Add an autoload cookie.
7721 From Pavel Janík <Pavel@Janik.cz>. 7722 From Pavel Jan,bm(Bk <Pavel@Janik.cz>.
7722 7723
77232001-05-08 John Wiegley <johnw@gnu.org> 77242001-05-08 John Wiegley <johnw@gnu.org>
7724 7725
@@ -8161,7 +8162,7 @@
81612001-04-15 Eli Zaretskii <eliz@is.elta.co.il> 81622001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8162 8163
8163 * info.el (Info-additional-directory-list): Doc fix. Suggested by 8164 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8164 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>. 8165 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8165 8166
81662001-04-14 Eli Zaretskii <eliz@is.elta.co.il> 81672001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8167 8168
@@ -8238,7 +8239,7 @@
8238 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook. 8239 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8239 8240
8240 * language/european.el ("Polish"): Change sample text. 8241 * language/european.el ("Polish"): Change sample text.
8241 From jsbien@mimuw.edu.pl (Janusz S. Bie�). 8242 From jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B).
8242 8243
8243 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG 8244 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8244 parameter. 8245 parameter.
@@ -8416,10 +8417,10 @@
8416 Add an antry for ``converts''. 8417 Add an antry for ``converts''.
8417 8418
8418 * language/slovak.el ("Slovak"): Add documentation string. 8419 * language/slovak.el ("Slovak"): Add documentation string.
8419 From Pavel@Janik.cz (Pavel Janík). 8420 From Pavel@Janik.cz (Pavel Jan,bm(Bk).
8420 8421
8421 * language/czech.el ("Czech"): Add documentation string. 8422 * language/czech.el ("Czech"): Add documentation string.
8422 From Pavel@Janik.cz (Pavel Janík). 8423 From Pavel@Janik.cz (Pavel Jan,bm(Bk).
8423 8424
8424 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' 8425 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8425 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. 8426 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
@@ -9130,7 +9131,7 @@
91302001-03-15 Gerd Moellmann <gerd@gnu.org> 91312001-03-15 Gerd Moellmann <gerd@gnu.org>
9131 9132
9132 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support 9133 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9133 for Slovak. From Pavel.Janik@suse.cz (Pavel Janík ml.). 9134 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,bm(Bk ml.).
9134 9135
91352001-03-14 Gerd Moellmann <gerd@gnu.org> 91362001-03-14 Gerd Moellmann <gerd@gnu.org>
9136 9137
@@ -18318,7 +18319,7 @@
183182000-08-28 Peter Breton <pbreton@ne.mediaone.net> 183192000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18319 18320
18320 * locate.el (locate): Cleaned up locate command's interactive prompting 18321 * locate.el (locate): Cleaned up locate command's interactive prompting
18321 Thanks to François_Pinard <pinard@iro.umontreal.ca> for suggestions. 18322 Thanks to Fran,bg(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
18322 18323
18323 * filecache.el (file-cache-case-fold-search): New variable 18324 * filecache.el (file-cache-case-fold-search): New variable
18324 (file-cache-assoc-function): New variable 18325 (file-cache-assoc-function): New variable
@@ -22273,7 +22274,7 @@
22273 22274
222742000-05-07 Dave Love <fx@gnu.org> 222752000-05-07 Dave Love <fx@gnu.org>
22275 22276
22276 * time.el: Small doc fixes from Pavel Janík ml. 22277 * time.el: Small doc fixes from Pavel Jan,bm(Bk ml.
22277 22278
222782000-05-05 Dave Love <fx@gnu.org> 222792000-05-05 Dave Love <fx@gnu.org>
22279 22280
diff --git a/lisp/window.el b/lisp/window.el
index ad02924a78c..444dde78bce 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -217,7 +217,7 @@ If WINDOW is nil or omitted, it defaults to the currently selected window."
217 (if newbot 217 (if newbot
218 (setq newsizes 218 (setq newsizes
219 (cons (cons w (* level-size (- newbot newtop))) 219 (cons (cons w (* level-size (- newbot newtop)))
220 newsizes))))))) 220 newsizes))))))
221 'nomini) 221 'nomini)
222 ;; Make walk-windows start with the topmost window. 222 ;; Make walk-windows start with the topmost window.
223 (select-window (previous-window (frame-first-window (selected-frame)))) 223 (select-window (previous-window (frame-first-window (selected-frame))))
@@ -237,7 +237,7 @@ If WINDOW is nil or omitted, it defaults to the currently selected window."
237 nil t) 237 nil t)
238 (unless (= (window-height) newsize) 238 (unless (= (window-height) newsize)
239 (setq done nil)))))) 239 (setq done nil))))))
240 'nomini))))) 240 'nomini))))))
241 241
242;;; I think this should be the default; I think people will prefer it--rms. 242;;; I think this should be the default; I think people will prefer it--rms.
243(defcustom split-window-keep-point t 243(defcustom split-window-keep-point t