aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-16 08:37:12 +0000
committerEli Zaretskii2002-02-16 08:37:12 +0000
commitacc247045a89b8c9731b5977968edbe195ce9844 (patch)
treef8da54e21b4fe503bbf7724e61c51db68bb904cd
parent7a3bfc32483da1fc0cc68274644a7b2887a35474 (diff)
downloademacs-acc247045a89b8c9731b5977968edbe195ce9844.tar.gz
emacs-acc247045a89b8c9731b5977968edbe195ce9844.zip
Fix Pavel's name (again!) and restore monotonicity of entries' dates.
-rw-r--r--lisp/ChangeLog182
1 files changed, 90 insertions, 92 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 00d6b8a3277..6d483854bd4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,7 +8,7 @@
8 (eshell-add-command-to-history): Don't write Eshell's history out 8 (eshell-add-command-to-history): Don't write Eshell's history out
9 to disk, let the governing mode control that upon exit. 9 to disk, let the governing mode control that upon exit.
10 10
112002-01-27 Eli Zaretskii <eliz@is.elta.co.il> 112002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
12 12
13 * eshell/eshell.el (eshell-command): Before reading from the 13 * eshell/eshell.el (eshell-command): Before reading from the
14 minibuffer, add eshell-add-command-to-history to 14 minibuffer, add eshell-add-command-to-history to
@@ -22,17 +22,17 @@
22 (eshell-add-to-history): Call eshell-add-command-to-history to do 22 (eshell-add-to-history): Call eshell-add-command-to-history to do
23 most of the work. 23 most of the work.
24 24
252002-02-06 John Wiegley <johnw@gnu.org> 252002-02-16 John Wiegley <johnw@gnu.org>
26 26
27 * eshell/esh-ext.el (eshell-external-command): Added a fix for 27 * eshell/esh-ext.el (eshell-external-command): Added a fix for
28 XEmacs' new dired.el, which adds a global entry in the 28 XEmacs' new dired.el, which adds a global entry in the
29 `file-name-handler-alist'. 29 `file-name-handler-alist'.
30 30
312002-01-26 John Wiegley <johnw@gnu.org> 312002-02-16 John Wiegley <johnw@gnu.org>
32 32
33 * align.el (align-region): Added a missing name argument. 33 * align.el (align-region): Added a missing name argument.
34 34
352002-01-14 John Wiegley <johnw@gnu.org> 352002-02-16 John Wiegley <johnw@gnu.org>
36 36
37 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace 37 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
38 after the #! of a shell interpretor specification. 38 after the #! of a shell interpretor specification.
@@ -114,7 +114,6 @@
114 (mode-line-mode-menu): Each item now shows its mode line lighter. 114 (mode-line-mode-menu): Each item now shows its mode line lighter.
115 (minor-mode-alist): Don't call propertize here. 115 (minor-mode-alist): Don't call propertize here.
116 116
117>>>>>>> 1.3452
1182002-02-12 Eli Zaretskii <eliz@is.elta.co.il> 1172002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
119 118
120 * progmodes/pascal.el (pascal-imenu-generic-expression): Add 119 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
@@ -144,7 +143,7 @@
144 * ibuffer.el (ibuffer-switch-format): Supply required argument for 143 * ibuffer.el (ibuffer-switch-format): Supply required argument for
145 `ibuffer-current-formats'. 144 `ibuffer-current-formats'.
146 145
1472002-02-12 Miles Bader <miles@gnu.org> 1462002-02-11 Miles Bader <miles@gnu.org>
148 147
149 * faces.el (mode-line-inactive): Add dark-background variant. 148 * faces.el (mode-line-inactive): Add dark-background variant.
150 149
@@ -176,7 +175,7 @@
176 * cus-start.el: Don't warn about "x-*" symbols when building a 175 * cus-start.el: Don't warn about "x-*" symbols when building a
177 non-GUI version. 176 non-GUI version.
178 177
1792002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1782002-02-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
180 179
181 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 180 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
182 Doc fix. 181 Doc fix.
@@ -202,7 +201,7 @@
202 (dump-charsets, dump-codings): Deleted (obsolete). 201 (dump-charsets, dump-codings): Deleted (obsolete).
203 From Dave Love <fx@gnu.org>. 202 From Dave Love <fx@gnu.org>.
204 203
2052002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2042002-02-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
206 205
207 * menu-bar.el (menu-bar-showhide-menu): Rename functions for 206 * menu-bar.el (menu-bar-showhide-menu): Rename functions for
208 toggling. 207 toggling.
@@ -226,7 +225,7 @@
226 225
227 * ediff.el: typo in comment. 226 * ediff.el: typo in comment.
228 227
2292002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2282002-02-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
230 229
231 * menu-bar.el (menu-bar-options-save): Take care of 230 * menu-bar.el (menu-bar-options-save): Take care of
232 line-number-mode and column-number-mode variables. 231 line-number-mode and column-number-mode variables.
@@ -303,7 +302,7 @@
303 * subr.el (global-set-key, local-set-key): Accept a symbol for the 302 * subr.el (global-set-key, local-set-key): Accept a symbol for the
304 KEY argument (like define-key). 303 KEY argument (like define-key).
305 304
3062002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3052002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
307 306
308 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 307 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
309 308
@@ -374,7 +373,6 @@
374 (gamegrid-make-color-tty-face): Use the value of color, not the 373 (gamegrid-make-color-tty-face): Use the value of color, not the
375 symbol itself. Don't call gamegrid-color. 374 symbol itself. Don't call gamegrid-color.
376 375
377>>>>>>> 1.3440
3782002-02-05 Eli Zaretskii <eliz@is.elta.co.il> 3762002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
379 377
380 * gud.el (gud-refresh): Call recenter only after we are sure we 378 * gud.el (gud-refresh): Call recenter only after we are sure we
@@ -385,7 +383,7 @@
385 * cus-edit.el (customize-mark-to-save): New function. 383 * cus-edit.el (customize-mark-to-save): New function.
386 * menu-bar.el (menu-bar-options-save): Rewrote. 384 * menu-bar.el (menu-bar-options-save): Rewrote.
387 385
3882002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3862002-02-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
389 387
390 * cus-start.el (x-use-underline-position-properties): 388 * cus-start.el (x-use-underline-position-properties):
391 Allow customization. 389 Allow customization.
@@ -418,11 +416,11 @@
418 * window.el (save-selected-window): Move macro before first use. 416 * window.el (save-selected-window): Move macro before first use.
419 (balance-windows): Fix misplaced parenthesis. 417 (balance-windows): Fix misplaced parenthesis.
420 418
4212002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4192002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
422 420
423 * calculator.el (calculator-displayers): Doc fixes. 421 * calculator.el (calculator-displayers): Doc fixes.
424 422
4252002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4232002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
426 424
427 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 425 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
428 (menu-bar-options-save): Save also the value of `display-time-mode'. 426 (menu-bar-options-save): Save also the value of `display-time-mode'.
@@ -461,7 +459,7 @@
461 looking for X-Coding-System header, and restore the pruned state 459 looking for X-Coding-System header, and restore the pruned state
462 before returning. 460 before returning.
463 461
4642002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4622002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
465 463
466 * cus-edit.el (customize-save-variable): Fix typo in prompt. 464 * cus-edit.el (customize-save-variable): Fix typo in prompt.
467 465
@@ -550,7 +548,7 @@
550 * emulation/pc-select.el (pc-select-save-and-set-mode): 548 * emulation/pc-select.el (pc-select-save-and-set-mode):
551 Properly use MODE-VAR. 549 Properly use MODE-VAR.
552 550
5532002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5512002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
554 552
555 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 553 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
556 Version" to "About Emacs". 554 Version" to "About Emacs".
@@ -567,7 +565,7 @@
567 565
568 * calendar/calendar.el (generate-calendar-month): Doc fix. 566 * calendar/calendar.el (generate-calendar-month): Doc fix.
569 567
5702002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5682002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
571 569
572 * time.el (display-time-mail-directory): New option. 570 * time.el (display-time-mail-directory): New option.
573 (display-time-mail-function): Update doc-string. 571 (display-time-mail-function): Update doc-string.
@@ -783,7 +781,7 @@
783 with `byte-compile-dynamic'. 781 with `byte-compile-dynamic'.
784 (ibuffer-default-directory, toplevel): Doc files. 782 (ibuffer-default-directory, toplevel): Doc files.
785 783
7862002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7842002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
787 785
788 * tempo.el (tempo-define-template): Doc fix. 786 * tempo.el (tempo-define-template): Doc fix.
789 787
@@ -800,7 +798,7 @@
800 798
801 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 799 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
802 800
8032002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8012002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
804 802
805 * language/tibet-util.el (tibetan-decompose-region) 803 * language/tibet-util.el (tibetan-decompose-region)
806 (tibetan-decompose-string): Fix typo in docstring. 804 (tibetan-decompose-string): Fix typo in docstring.
@@ -892,7 +890,7 @@
892 890
893 * mail/feedmail.el (feedmail): Fix :link spec. 891 * mail/feedmail.el (feedmail): Fix :link spec.
894 892
8952002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8932002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
896 894
897 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 895 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
898 2 ldapsearch. 896 2 ldapsearch.
@@ -1011,7 +1009,7 @@
1011 (comint-send-input): New arg NO-NEWLINE. 1009 (comint-send-input): New arg NO-NEWLINE.
1012 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 1010 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
1013 1011
10142002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 10122002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1015 1013
1016 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 1014 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1017 delaying when executing keyboard macros. 1015 delaying when executing keyboard macros.
@@ -1096,7 +1094,7 @@
1096 1094
1097 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 1095 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1098 1096
10992002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 10972002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1100 1098
1101 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 1099 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1102 Do not use make-local-hook. 1100 Do not use make-local-hook.
@@ -1112,7 +1110,7 @@
1112 1110
1113 * ediff-hook.el: Add an autoload cookie. 1111 * ediff-hook.el: Add an autoload cookie.
1114 1112
11152002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 11132002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1116 1114
1117 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 1115 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1118 address of the author. 1116 address of the author.
@@ -1224,7 +1222,7 @@
1224 * help-fns.el (describe-variable, describe-function): 1222 * help-fns.el (describe-variable, describe-function):
1225 Do save-excursion. 1223 Do save-excursion.
1226 1224
12272002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 12252002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1228 1226
1229 * net/ldap.el (ldap-search-internal): Skip error message from 1227 * net/ldap.el (ldap-search-internal): Skip error message from
1230 ldapsearch. Allow listing attribute names only. Do not open 1228 ldapsearch. Allow listing attribute names only. Do not open
@@ -1248,7 +1246,7 @@
1248 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 1246 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1249 proper attribute name labeledUri instead of deprecated labeledUrl. 1247 proper attribute name labeledUri instead of deprecated labeledUrl.
1250 1248
12512002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 12492002-01-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1252 1250
1253 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 1251 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1254 editing an empty hotlist. 1252 editing an empty hotlist.
@@ -1310,7 +1308,7 @@
1310 1308
1311 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 1309 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1312 1310
13132002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 13112002-01-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1314 1312
1315 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 1313 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1316 entry. 1314 entry.
@@ -1341,7 +1339,7 @@
1341 does not exist, call mail-recover-1 to allow recovery from past 1339 does not exist, call mail-recover-1 to allow recovery from past
1342 auto-saved drafts. 1340 auto-saved drafts.
1343 1341
13442002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 13422002-01-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1345 1343
1346 * time.el (display-time-load-average-threshold): Fix defcustom 1344 * time.el (display-time-load-average-threshold): Fix defcustom
1347 (add type and group). 1345 (add type and group).
@@ -1460,7 +1458,7 @@
1460 * bindings.el (function-key-map): Don't bind shifted keypad 1458 * bindings.el (function-key-map): Don't bind shifted keypad
1461 numeric keys. 1459 numeric keys.
1462 1460
14632002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 14612002-01-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1464 1462
1465 * enriched.el (enriched-handle-display-prop): Remove unused 1463 * enriched.el (enriched-handle-display-prop): Remove unused
1466 variables. 1464 variables.
@@ -1497,7 +1495,7 @@
1497 * cus-edit.el (custom-face-edit-fix-value): New function. 1495 * cus-edit.el (custom-face-edit-fix-value): New function.
1498 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 1496 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1499 1497
15002001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> 14982001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1501 1499
1502 * progmodes/octave-mod.el (octave-abbrev-table): 1500 * progmodes/octave-mod.el (octave-abbrev-table):
1503 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 1501 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
@@ -1627,7 +1625,7 @@
1627 1625
1628 * international/fontset.el: Don't require ind-util when compiling. 1626 * international/fontset.el: Don't require ind-util when compiling.
1629 1627
16302001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 16282001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1631 1629
1632 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 1630 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1633 set-frame-height and set-frame-width instead of set-screen-height 1631 set-frame-height and set-frame-width instead of set-screen-height
@@ -1715,7 +1713,7 @@
1715 * play/yow.el (yow): Use an arg to distinguish interactive calls, 1713 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1716 not interactive-p. 1714 not interactive-p.
1717 1715
17182001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 17162001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1719 1717
1720 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 1718 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1721 mocklisp entries. 1719 mocklisp entries.
@@ -1742,7 +1740,7 @@
1742 * textmodes/refill.el (refill-mode): Don't barf when redundantly 1740 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1743 turning refill-mode off. 1741 turning refill-mode off.
1744 1742
17452001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 17432001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1746 1744
1747 * time.el (display-time-load-average-threshold): New variable. 1745 * time.el (display-time-load-average-threshold): New variable.
1748 (display-time-update): Use it. 1746 (display-time-update): Use it.
@@ -1886,7 +1884,7 @@
1886 print-coding-system-briefly): Make printed output have a similar 1884 print-coding-system-briefly): Make printed output have a similar
1887 format as describe-character-set. 1885 format as describe-character-set.
1888 1886
18892001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 18872001-12-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1890 1888
1891 * play/blackbox.el (bb-member): Remove, use member instead. 1889 * play/blackbox.el (bb-member): Remove, use member instead.
1892 (bb-delete): Remove, use delete instead. 1890 (bb-delete): Remove, use delete instead.
@@ -1920,7 +1918,7 @@
1920 1918
1921 * international/fontset.el: Require `ind-util' when compiling. 1919 * international/fontset.el: Require `ind-util' when compiling.
1922 1920
19232001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> 19212001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
1924 1922
1925 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 1923 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1926 instead of decompose-composite-char. 1924 instead of decompose-composite-char.
@@ -2138,7 +2136,7 @@
2138 2136
2139 * newcomment.el (comment-indent): Jump to the middle of empty comments. 2137 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2140 2138
21412001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 21392001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2142 2140
2143 * select.el (xselect-convert-to-class, xselect-convert-to-name): 2141 * select.el (xselect-convert-to-class, xselect-convert-to-name):
2144 Document. 2142 Document.
@@ -2186,7 +2184,7 @@
2186 * international/mule.el (set-auto-coding): Don't search for 2184 * international/mule.el (set-auto-coding): Don't search for
2187 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 2185 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2188 2186
21892001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 21872001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2190 2188
2191 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 2189 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2192 2190
@@ -2242,7 +2240,7 @@
2242 * language/european.el: Remove autoload cookies. Fix registration 2240 * language/european.el: Remove autoload cookies. Fix registration
2243 of diacritic composition function. 2241 of diacritic composition function.
2244 2242
22452001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 22432001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2246 2244
2247 * calendar/todo-mode.el: Require time-stamp. 2245 * calendar/todo-mode.el: Require time-stamp.
2248 2246
@@ -2299,7 +2297,7 @@
2299 Use `select-frame-set-input-focus'--needed when window manager 2297 Use `select-frame-set-input-focus'--needed when window manager
2300 uses "click to focus" policy. 2298 uses "click to focus" policy.
2301 2299
23022001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 23002001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2303 2301
2304 * COPYING: Moved back. 2302 * COPYING: Moved back.
2305 2303
@@ -2448,7 +2446,7 @@
2448 * textmodes/picture.el (picture-mode-map): Don't use defconst 2446 * textmodes/picture.el (picture-mode-map): Don't use defconst
2449 for a variable. 2447 for a variable.
2450 2448
24512001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 24492001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2452 2450
2453 * textmodes/reftex-index.el (reftex-index-mode): 2451 * textmodes/reftex-index.el (reftex-index-mode):
2454 Remove make-local-hook. 2452 Remove make-local-hook.
@@ -2572,7 +2570,7 @@
2572 (Info-index): Use it. Add completion to the interactive spec. 2570 (Info-index): Use it. Add completion to the interactive spec.
2573 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 2571 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2574 2572
25752001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 25732001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2576 2574
2577 * COPYING: Removed. 2575 * COPYING: Removed.
2578 2576
@@ -2589,7 +2587,7 @@
2589 (register-char-codings): Use it to cope with generic chars in 2587 (register-char-codings): Use it to cope with generic chars in
2590 safe-chars. 2588 safe-chars.
2591 2589
25922001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 25902001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2593 2591
2594 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 2592 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2595 2593
@@ -2733,7 +2731,7 @@
2733 * frame.el (show-trailing-whitespace): Remove :set argument (the 2731 * frame.el (show-trailing-whitespace): Remove :set argument (the
2734 value was essentially identical to the defalt). 2732 value was essentially identical to the defalt).
2735 2733
27362001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 27342001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2737 2735
2738 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 2736 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2739 2737
@@ -2797,7 +2795,7 @@
2797 2795
2798 * help-funs.el (describe-syntax): Put (interactive) after doc string. 2796 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2799 2797
28002001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 27982001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2801 2799
2802 * international/quail.el (quail-help): Require help-mode in 2800 * international/quail.el (quail-help): Require help-mode in
2803 top-level instead. 2801 top-level instead.
@@ -2868,12 +2866,12 @@
2868 * language/devan-util.el: Comment out parts of the file 2866 * language/devan-util.el: Comment out parts of the file
2869 which apparently are garbled. 2867 which apparently are garbled.
2870 2868
28712001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 28692001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2872 2870
2873 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 2871 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2874 insert-string. 2872 insert-string.
2875 2873
28762001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 28742001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2877 2875
2878 * play/snake.el (snake-mode): Remove make-local-hook. 2876 * play/snake.el (snake-mode): Remove make-local-hook.
2879 2877
@@ -3358,7 +3356,7 @@
3358 Don't recognize a "telephone number" at the beginning of the name. 3356 Don't recognize a "telephone number" at the beginning of the name.
3359 (mail-extr-leading-garbage): Match non-word characters only. 3357 (mail-extr-leading-garbage): Match non-word characters only.
3360 3358
33612001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 33592001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3362 3360
3363 * startup.el (command-line-processed): Doc fix. 3361 * startup.el (command-line-processed): Doc fix.
3364 3362
@@ -3386,7 +3384,7 @@
3386 (multiple-value-apply, nth-value): Use defsubst rather than defalias 3384 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3387 to get better doc strings. 3385 to get better doc strings.
3388 3386
33892001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 33872001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3390 3388
3391 * derived.el: Fix autoload cookie. 3389 * derived.el: Fix autoload cookie.
3392 3390
@@ -3581,7 +3579,7 @@
3581 (log-view-current-tag): Take an optional `where' arg. 3579 (log-view-current-tag): Take an optional `where' arg.
3582 (log-view-diff): New user command. 3580 (log-view-diff): New user command.
3583 3581
35842001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 35822001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3585 3583
3586 * progmodes/cpp.el (cpp-choose-face): Fix typo. 3584 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3587 3585
@@ -3621,7 +3619,7 @@
3621 * calc/calc-ext.el (calc-init-extensions): Update autoload names 3619 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3622 to match files renamed on initial calc import. 3620 to match files renamed on initial calc import.
3623 3621
36242001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 36222001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3625 3623
3626 * textmodes/flyspell.el (flyspell-default-dictionary): 3624 * textmodes/flyspell.el (flyspell-default-dictionary):
3627 Fix previous change. 3625 Fix previous change.
@@ -3733,7 +3731,7 @@
3733 (radio-button-choice): Ditto. 3731 (radio-button-choice): Ditto.
3734 (editable-list): Ditto. 3732 (editable-list): Ditto.
3735 3733
37362001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 37342001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
3737 3735
3738 * play/gomoku.el: Move definitions of constants to the beginning 3736 * play/gomoku.el: Move definitions of constants to the beginning
3739 of file, before their use. 3737 of file, before their use.
@@ -4009,7 +4007,7 @@
4009 (debugger-setup-buffer): Call it. 4007 (debugger-setup-buffer): Call it.
4010 (debugger-mode-map): Bind RET and mouse-2. 4008 (debugger-mode-map): Bind RET and mouse-2.
4011 4009
40122001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 40102001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
4013 4011
4014 * startup.el: Document command line option --no-window-system 4012 * startup.el: Document command line option --no-window-system
4015 instead of --no-windows. 4013 instead of --no-windows.
@@ -4502,7 +4500,7 @@
4502 * progmodes/compile.el (compilation-set-window-height): 4500 * progmodes/compile.el (compilation-set-window-height):
4503 Select old window only if it's still live. 4501 Select old window only if it's still live.
4504 4502
45052001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 45032001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
4506 4504
4507 * help-mode.el (help-buffer): Remove debugging code. 4505 * help-mode.el (help-buffer): Remove debugging code.
4508 From Stefan Monnier <monnier@cs.yale.edu>. 4506 From Stefan Monnier <monnier@cs.yale.edu>.
@@ -4778,7 +4776,7 @@
4778 4776
4779 * version.el (emacs-version): Bump to 21.1.50. 4777 * version.el (emacs-version): Bump to 21.1.50.
4780 4778
47812001-10-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 47792001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
4782 4780
4783 * mail/mailalias.el (mail-directory-stream): Do not double 4781 * mail/mailalias.el (mail-directory-stream): Do not double
4784 variables in the lambda-list. 4782 variables in the lambda-list.
@@ -5075,7 +5073,7 @@
5075 5073
5076 * startup.el (command-line-1): Bind tab-width to 8. 5074 * startup.el (command-line-1): Bind tab-width to 8.
5077 5075
50782001-10-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> 50762001-10-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
5079 5077
5080 * emulation/tpu-edt.el: Use defalias instead of fset for 5078 * emulation/tpu-edt.el: Use defalias instead of fset for
5081 user-visible commands. From Rob Riepel 5079 user-visible commands. From Rob Riepel
@@ -5436,7 +5434,7 @@
5436 5434
5437 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. 5435 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5438 5436
54392001-10-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 54372001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
5440 5438
5441 * emulation/tpu-edt.el: Make messages match original TPU/edt 5439 * emulation/tpu-edt.el: Make messages match original TPU/edt
5442 editor. From riepel@Stanford.EDU (Rob Riepel). 5440 editor. From riepel@Stanford.EDU (Rob Riepel).
@@ -5822,7 +5820,7 @@
5822 * comint.el (comint-send-input): Handle comint-process-echoes 5820 * comint.el (comint-send-input): Handle comint-process-echoes
5823 differently. 5821 differently.
5824 5822
58252001-09-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> 58232001-09-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
5826 5824
5827 * locate.el (locate-insert-header): Remove unnecessary whitespace. 5825 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5828 5826
@@ -5890,7 +5888,7 @@
5890 5888
5891 * simple.el (backward-word): Doc fix. 5889 * simple.el (backward-word): Doc fix.
5892 5890
58932001-09-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 58912001-09-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
5894 5892
5895 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el 5893 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5896 * uncompress.el, uniquify.el, vc.el, view.el, window.el 5894 * uncompress.el, uniquify.el, vc.el, view.el, window.el
@@ -5933,7 +5931,7 @@
5933 5931
5934 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: 5932 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5935 Mention "yank" in the help-echo text. 5933 Mention "yank" in the help-echo text.
5936 Suggested by Pavel Jan,Am(Bk <Pavel@Janik.cz>. 5934 Suggested by Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
5937 5935
59382001-09-01 Stefan Monnier <monnier@cs.yale.edu> 59362001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5939 5937
@@ -5993,7 +5991,7 @@
5993 * startup.el (fancy-splash-screens): Temporarily set 5991 * startup.el (fancy-splash-screens): Temporarily set
5994 minor-mode-map-alist to nil while displaying splash screens. 5992 minor-mode-map-alist to nil while displaying splash screens.
5995 5993
59962001-08-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 59942001-08-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
5997 5995
5998 * buff-menu.el: Add Keywords header. 5996 * buff-menu.el: Add Keywords header.
5999 Doc fix (C-x C-b is bound to list-buffers). 5997 Doc fix (C-x C-b is bound to list-buffers).
@@ -6077,19 +6075,19 @@
60772001-08-26 Eli Zaretskii <eliz@is.elta.co.il> 60752001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6078 6076
6079 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error 6077 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
6080 messages. From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 6078 messages. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
6081 6079
6082 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel 6080 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
6083 Jan,Am(Bk <Pavel@Janik.cz>. 6081 Jan,Bm(Bk <Pavel@Janik.cz>.
6084 6082
6085 * emacs-lisp/lselect.el: Ditto. 6083 * emacs-lisp/lselect.el: Ditto.
6086 6084
6087 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): 6085 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6088 Remove periods from the end of error message strings. 6086 Remove periods from the end of error message strings.
6089 From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 6087 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
6090 6088
6091 * progmodes/antlr-mode.el: Add Keywords header. From Pavel 6089 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
6092 Jan,Am(Bk <Pavel@Janik.cz>. 6090 Jan,Bm(Bk <Pavel@Janik.cz>.
6093 6091
6094 * net/telnet.el: Ditto. 6092 * net/telnet.el: Ditto.
6095 6093
@@ -6209,7 +6207,7 @@
62092001-08-20 Gerd Moellmann <gerd@gnu.org> 62072001-08-20 Gerd Moellmann <gerd@gnu.org>
6210 6208
6211 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove 6209 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
6212 some spaces from a message. From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 6210 some spaces from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
6213 6211
6214 * whitespace.el (whitespace-global-mode): Add autoload cookie. 6212 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6215 6213
@@ -6383,7 +6381,7 @@
6383 text files. 6381 text files.
6384 (image-jpeg-p): Correct calculation of next field offset. 6382 (image-jpeg-p): Correct calculation of next field offset.
6385 6383
63862001-08-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 63842001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6387 6385
6388 * battery.el: Fix typo. 6386 * battery.el: Fix typo.
6389 6387
@@ -6420,7 +6418,7 @@
6420 * image.el (image-type-regexps): Use `\`' instead of `^' in 6418 * image.el (image-type-regexps): Use `\`' instead of `^' in
6421 most regular expressions. 6419 most regular expressions.
6422 6420
64232001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 64212001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6424 6422
6425 * play/animate.el: Re-insert a reference to re-inserted function. 6423 * play/animate.el: Re-insert a reference to re-inserted function.
6426 6424
@@ -6434,7 +6432,7 @@
6434 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): 6432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6435 Handle old-style menu definitions. 6433 Handle old-style menu definitions.
6436 6434
64372001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 64352001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6438 6436
6439 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, 6437 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6440 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. 6438 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
@@ -6443,7 +6441,7 @@
6443 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, 6441 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6444 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. 6442 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6445 6443
64462001-08-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 64442001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6447 6445
6448 * textmodes/tildify.el: Milan Zamazal has new address. 6446 * textmodes/tildify.el: Milan Zamazal has new address.
6449 6447
@@ -6781,7 +6779,7 @@
6781 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. 6779 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6782 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, 6780 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6783 6781
67842001-07-17 Pavel Jan,Am(Bk <Pavel@Janik.cz> 67822001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6785 6783
6786 * international/iso-transl.el: Fix typo in the header of the file. 6784 * international/iso-transl.el: Fix typo in the header of the file.
6787 6785
@@ -6813,7 +6811,7 @@
6813 * server.el (server-process-filter, server-visit-files): 6811 * server.el (server-process-filter, server-visit-files):
6814 Add support for +LINE:COLUMN style emacsclient calls. 6812 Add support for +LINE:COLUMN style emacsclient calls.
6815 6813
68162001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 68142001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6817 6815
6818 * emacs-lisp/easy-mmode.el: Add Keywords header. 6816 * emacs-lisp/easy-mmode.el: Add Keywords header.
6819 6817
@@ -6866,7 +6864,7 @@
6866 6864
6867 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. 6865 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6868 6866
68692001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 68672001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6870 6868
6871 * ps-print.el: Fix Author: header. 6869 * ps-print.el: Fix Author: header.
6872 6870
@@ -6879,7 +6877,7 @@
6879 send-invisible, which is already defined in Comint. 6877 send-invisible, which is already defined in Comint.
6880 (eshell-watch-for-password-prompt): Use it. 6878 (eshell-watch-for-password-prompt): Use it.
6881 6879
68822001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 68802001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6883 6881
6884 * which-func.el (which-func-mode): Doc fix. 6882 * which-func.el (which-func-mode): Doc fix.
6885 6883
@@ -6938,7 +6936,7 @@
6938 * simple.el (set-variable): Require 'cus-edit' instead of 6936 * simple.el (set-variable): Require 'cus-edit' instead of
6939 `wid-edit', so that the Custom widgets get defined. 6937 `wid-edit', so that the Custom widgets get defined.
6940 6938
69412001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 69392001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6942 6940
6943 * allout.el: A fix to follow coding conventions. 6941 * allout.el: A fix to follow coding conventions.
6944 6942
@@ -6964,7 +6962,7 @@
6964 * dired.el (dired-insert-set-properties): Fix invalid mouse-face 6962 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6965 property. 6963 property.
6966 6964
69672001-07-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 69652001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6968 6966
6969 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, 6967 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6970 * play/gamegrid.el, play/handwrite.el, play/landmark.el, 6968 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
@@ -6986,7 +6984,7 @@
6986 * mail/reporter.el (reporter-submit-bug-report): 6984 * mail/reporter.el (reporter-submit-bug-report):
6987 Don't abuse make-variable-buffer-local. Fix call to add-hook. 6985 Don't abuse make-variable-buffer-local. Fix call to add-hook.
6988 6986
69892001-07-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 69872001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6990 6988
6991 * calendar/cal-china.el, calendar/cal-coptic.el, 6989 * calendar/cal-china.el, calendar/cal-coptic.el,
6992 * calendar/cal-dst.el, calendar/cal-french.el, 6990 * calendar/cal-dst.el, calendar/cal-french.el,
@@ -7113,7 +7111,7 @@
7113 * vt100-led.el, window.el: Some fixes to follow coding conventions in 7111 * vt100-led.el, window.el: Some fixes to follow coding conventions in
7114 files maintained by FSF. 7112 files maintained by FSF.
7115 7113
71162001-07-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 71142001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
7117 7115
7118 * arc-mode.el: A fix to follow coding conventions. 7116 * arc-mode.el: A fix to follow coding conventions.
7119 7117
@@ -7144,7 +7142,7 @@
7144 7142
7145 * play/fortune.el: Add types to defcustoms. 7143 * play/fortune.el: Add types to defcustoms.
7146 7144
71472001-07-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 71452001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
7148 7146
7149 * language/czech.el: A fix to follow coding conventions. 7147 * language/czech.el: A fix to follow coding conventions.
7150 7148
@@ -7173,7 +7171,7 @@
71732001-07-11 Eli Zaretskii <eliz@is.elta.co.il> 71712001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7174 7172
7175 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. 7173 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
7176 From Pavel Jan,Am(Bk <Pavel@Janik.cz> 7174 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>
7177 7175
7178 * progmodes/ada-mode.el: Ditto. 7176 * progmodes/ada-mode.el: Ditto.
7179 7177
@@ -7281,10 +7279,10 @@
7281 * calendar/todo-mode.el (todo-top-priorities): Use delete-region 7279 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7282 instead of kill-line. 7280 instead of kill-line.
7283 7281
7284 * play/pong.el: Fix first line. From Pavel Jan,Am(Bk 7282 * play/pong.el: Fix first line. From Pavel Jan,Bm(Bk
7285 <Pavel@Janik.cz>. 7283 <Pavel@Janik.cz>.
7286 7284
7287 * battery.el (battery-update): Add help-echo. From Pavel Jan,Am(Bk 7285 * battery.el (battery-update): Add help-echo. From Pavel Jan,Bm(Bk
7288 <Pavel@Janik.cz>. 7286 <Pavel@Janik.cz>.
7289 7287
72902001-07-04 Gerd Moellmann <gerd@gnu.org> 72882001-07-04 Gerd Moellmann <gerd@gnu.org>
@@ -7322,10 +7320,10 @@
73222001-07-02 Eli Zaretskii <eliz@is.elta.co.il> 73202001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7323 7321
7324 * allout.el: Fix the header line, so that finder.el recognizes it. 7322 * allout.el: Fix the header line, so that finder.el recognizes it.
7325 From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 7323 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
7326 7324
7327 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. 7325 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
7328 From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 7326 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
7329 7327
73302001-06-29 Eli Zaretskii <eliz@is.elta.co.il> 73282001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7331 7329
@@ -7635,7 +7633,7 @@
76352001-06-10 Eli Zaretskii <eliz@is.elta.co.il> 76332001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7636 7634
7637 * server.el (server-process, server-buffer-clients): Doc fix. 7635 * server.el (server-process, server-buffer-clients): Doc fix.
7638 From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 7636 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
7639 7637
76402001-06-09 John Wiegley <johnw@gnu.org> 76382001-06-09 John Wiegley <johnw@gnu.org>
7641 7639
@@ -7893,16 +7891,16 @@
78932001-05-20 Eli Zaretskii <eliz@is.elta.co.il> 78912001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7894 7892
7895 * international/ccl.el (define-ccl-program): Fix a typo. 7893 * international/ccl.el (define-ccl-program): Fix a typo.
7896 From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 7894 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
7897 7895
7898 * international/mule.el (decode-char): Fix a typo. From Pavel 7896 * international/mule.el (decode-char): Fix a typo. From Pavel
7899 Jan,Am(Bk <Pavel@Janik.cz>. 7897 Jan,Bm(Bk <Pavel@Janik.cz>.
7900 7898
7901 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel 7899 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7902 Jan,Am(Bk <Pavel@Janik.cz>. 7900 Jan,Bm(Bk <Pavel@Janik.cz>.
7903 7901
7904 * frame.el (automatic-hscrolling): Fix a typo. From Pavel 7902 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7905 Jan,Am(Bk <Pavel@Janik.cz>. 7903 Jan,Bm(Bk <Pavel@Janik.cz>.
7906 7904
79072001-05-18 Sam Steingold <sds@gnu.org> 79052001-05-18 Sam Steingold <sds@gnu.org>
7908 7906
@@ -8134,7 +8132,7 @@
8134 coding-system-for-read, if it is non-nil. 8132 coding-system-for-read, if it is non-nil.
8135 8133
8136 * calendar/holidays.el (holidays): Add an autoload cookie. 8134 * calendar/holidays.el (holidays): Add an autoload cookie.
8137 From Pavel Jan,Am(Bk <Pavel@Janik.cz>. 8135 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>.
8138 8136
81392001-05-08 John Wiegley <johnw@gnu.org> 81372001-05-08 John Wiegley <johnw@gnu.org>
8140 8138
@@ -8832,10 +8830,10 @@
8832 Add an antry for ``converts''. 8830 Add an antry for ``converts''.
8833 8831
8834 * language/slovak.el ("Slovak"): Add documentation string. 8832 * language/slovak.el ("Slovak"): Add documentation string.
8835 From Pavel@Janik.cz (Pavel Jan,Am(Bk). 8833 From Pavel@Janik.cz (Pavel Jan,Bm(Bk).
8836 8834
8837 * language/czech.el ("Czech"): Add documentation string. 8835 * language/czech.el ("Czech"): Add documentation string.
8838 From Pavel@Janik.cz (Pavel Jan,Am(Bk). 8836 From Pavel@Janik.cz (Pavel Jan,Bm(Bk).
8839 8837
8840 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' 8838 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8841 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. 8839 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
@@ -9546,7 +9544,7 @@
95462001-03-15 Gerd Moellmann <gerd@gnu.org> 95442001-03-15 Gerd Moellmann <gerd@gnu.org>
9547 9545
9548 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support 9546 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9549 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Am(Bk ml.). 9547 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.).
9550 9548
95512001-03-14 Gerd Moellmann <gerd@gnu.org> 95492001-03-14 Gerd Moellmann <gerd@gnu.org>
9552 9550
@@ -22689,7 +22687,7 @@
22689 22687
226902000-05-07 Dave Love <fx@gnu.org> 226882000-05-07 Dave Love <fx@gnu.org>
22691 22689
22692 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. 22690 * time.el: Small doc fixes from Pavel Jan,Bm(Bk ml.
22693 22691
226942000-05-05 Dave Love <fx@gnu.org> 226922000-05-05 Dave Love <fx@gnu.org>
22695 22693