comparison lisp/ChangeLog @ 43094:498ce4f8a77a

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Sun, 03 Feb 2002 15:35:39 +0000
parents 958188ec5dc6
children ae7275683572
comparison
equal deleted inserted replaced
43093:5b046c8a20a6 43094:498ce4f8a77a
1 2002-02-03 Andreas Schwab <schwab@suse.de>
2
3 * window.el (save-selected-window): Move macro before first use.
4
1 2002-02-03 Pavel Janík <Pavel@Janik.cz> 5 2002-02-03 Pavel Janík <Pavel@Janik.cz>
2 6
3 * calculator.el (calculator-displayers): Doc fixes. 7 * calculator.el (calculator-displayers): Doc fixes.
4 8
5 2002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 9 2002-02-03 Pavel Janík <Pavel@Janik.cz>
6 10
7 * menu-bar.el (menu-bar-help-menu): Use different text for 11 * menu-bar.el (menu-bar-help-menu): Use different text for
8 tool-tip. 12 tool-tip.
9 (menu-bar-options-save): Save also the value of 13 (menu-bar-options-save): Save also the value of
10 `display-time-mode'. 14 `display-time-mode'.
41 45
42 * mail/rmail.el (rmail-redecode-body): Prune the headers before 46 * mail/rmail.el (rmail-redecode-body): Prune the headers before
43 looking for X-Coding-System header, and restore the pruned state 47 looking for X-Coding-System header, and restore the pruned state
44 before returning. 48 before returning.
45 49
46 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 50 2002-02-02 Pavel Janík <Pavel@Janik.cz>
47 51
48 * cus-edit.el (customize-save-variable): Fix typo in prompt. 52 * cus-edit.el (customize-save-variable): Fix typo in prompt.
49 53
50 These changes integrate new version of flyspell.el from its 54 These changes integrate new version of flyspell.el from its
51 maintainer, Manuel Serrano: 55 maintainer, Manuel Serrano:
131 (bootstrap): Depend on compile-always, not compile-files. 135 (bootstrap): Depend on compile-always, not compile-files.
132 136
133 * emulation/pc-select.el (pc-select-save-and-set-mode): 137 * emulation/pc-select.el (pc-select-save-and-set-mode):
134 Properly use MODE-VAR. 138 Properly use MODE-VAR.
135 139
136 2002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 140 2002-01-29 Pavel Janík <Pavel@Janik.cz>
137 141
138 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 142 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
139 Version" to "About Emacs". 143 Version" to "About Emacs".
140 (menu-bar-options-save): Add `default-frame-alist' 144 (menu-bar-options-save): Add `default-frame-alist'
141 to saved variables. 145 to saved variables.
148 152
149 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> 153 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
150 154
151 * calendar/calendar.el (generate-calendar-month): Doc fix. 155 * calendar/calendar.el (generate-calendar-month): Doc fix.
152 156
153 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 157 2002-01-27 Pavel Janík <Pavel@Janik.cz>
154 158
155 * time.el (display-time-mail-directory): New option. 159 * time.el (display-time-mail-directory): New option.
156 (display-time-mail-function): Update doc-string. 160 (display-time-mail-function): Update doc-string.
157 (display-time-mail-icon): Use XPM image when available. 161 (display-time-mail-icon): Use XPM image when available.
158 (display-time-string-forms): Use more descriptive text as 162 (display-time-string-forms): Use more descriptive text as
363 367
364 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled 368 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
365 with `byte-compile-dynamic'. 369 with `byte-compile-dynamic'.
366 (ibuffer-default-directory, toplevel): Doc files. 370 (ibuffer-default-directory, toplevel): Doc files.
367 371
368 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 372 2002-01-20 Pavel Janík <Pavel@Janik.cz>
369 373
370 * tempo.el (tempo-define-template): Doc fix. 374 * tempo.el (tempo-define-template): Doc fix.
371 375
372 * scroll-bar.el (scroll-bar-mode): Make argument optional. 376 * scroll-bar.el (scroll-bar-mode): Make argument optional.
373 377
380 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el 384 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
381 and make them defcustoms. 385 and make them defcustoms.
382 386
383 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 387 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
384 388
385 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 389 2002-01-19 Pavel Janík <Pavel@Janik.cz>
386 390
387 * language/tibet-util.el (tibetan-decompose-region) 391 * language/tibet-util.el (tibetan-decompose-region)
388 (tibetan-decompose-string): Fix typo in docstring. 392 (tibetan-decompose-string): Fix typo in docstring.
389 393
390 * ruler-mode.el (ruler-mode): New keyword. Fix :version. 394 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
472 476
473 2002-01-16 Andreas Schwab <schwab@suse.de> 477 2002-01-16 Andreas Schwab <schwab@suse.de>
474 478
475 * mail/feedmail.el (feedmail): Fix :link spec. 479 * mail/feedmail.el (feedmail): Fix :link spec.
476 480
477 2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 481 2002-01-16 Pavel Janík <Pavel@Janik.cz>
478 482
479 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 483 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
480 2 ldapsearch. 484 2 ldapsearch.
481 485
482 * net/eudc.el: New maintainer. Change author's address. 486 * net/eudc.el: New maintainer. Change author's address.
590 (comint-simple-send): If comint-input-sender-no-newline, 594 (comint-simple-send): If comint-input-sender-no-newline,
591 don't output newline, but maybe send eof. 595 don't output newline, but maybe send eof.
592 (comint-send-input): New arg NO-NEWLINE. 596 (comint-send-input): New arg NO-NEWLINE.
593 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 597 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
594 598
595 2002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 599 2002-01-12 Pavel Janík <Pavel@Janik.cz>
596 600
597 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 601 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
598 delaying when executing keyboard macros. 602 delaying when executing keyboard macros.
599 603
600 2002-01-12 Richard M. Stallman <rms@gnu.org> 604 2002-01-12 Richard M. Stallman <rms@gnu.org>
675 679
676 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. 680 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
677 681
678 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 682 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
679 683
680 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 684 2002-01-08 Pavel Janík <Pavel@Janik.cz>
681 685
682 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 686 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
683 Do not use make-local-hook. 687 Do not use make-local-hook.
684 688
685 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> 689 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
691 695
692 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> 696 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
693 697
694 * ediff-hook.el: Add an autoload cookie. 698 * ediff-hook.el: Add an autoload cookie.
695 699
696 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 700 2002-01-08 Pavel Janík <Pavel@Janik.cz>
697 701
698 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 702 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
699 address of the author. 703 address of the author.
700 704
701 2002-01-08 Richard M. Stallman <rms@gnu.org> 705 2002-01-08 Richard M. Stallman <rms@gnu.org>
803 if following a kill command. 807 if following a kill command.
804 808
805 * help-fns.el (describe-variable, describe-function): 809 * help-fns.el (describe-variable, describe-function):
806 Do save-excursion. 810 Do save-excursion.
807 811
808 2002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 812 2002-01-06 Pavel Janík <Pavel@Janik.cz>
809 813
810 * net/ldap.el (ldap-search-internal): Skip error message from 814 * net/ldap.el (ldap-search-internal): Skip error message from
811 ldapsearch. Allow listing attribute names only. Do not open 815 ldapsearch. Allow listing attribute names only. Do not open
812 non-existent files. 816 non-existent files.
813 817
827 (enriched-handle-display-prop): Return proper values. 831 (enriched-handle-display-prop): Return proper values.
828 832
829 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 833 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
830 proper attribute name labeledUri instead of deprecated labeledUrl. 834 proper attribute name labeledUri instead of deprecated labeledUrl.
831 835
832 2002-01-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 836 2002-01-05 Pavel Janík <Pavel@Janik.cz>
833 837
834 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 838 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
835 editing an empty hotlist. 839 editing an empty hotlist.
836 840
837 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. 841 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
889 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from 893 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
890 2001-10-24. 894 2001-10-24.
891 895
892 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 896 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
893 897
894 2002-01-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 898 2002-01-04 Pavel Janík <Pavel@Janik.cz>
895 899
896 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 900 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
897 entry. 901 entry.
898 (ldap-ignore-attribute-codings): Change the default value to allow 902 (ldap-ignore-attribute-codings): Change the default value to allow
899 encoding/decoding of attributes. 903 encoding/decoding of attributes.
920 `ls' directly. Bind coding-system-for-read to emacs-mule-unix 924 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
921 before reading the auto-save file. If the buffer's auto-save file 925 before reading the auto-save file. If the buffer's auto-save file
922 does not exist, call mail-recover-1 to allow recovery from past 926 does not exist, call mail-recover-1 to allow recovery from past
923 auto-saved drafts. 927 auto-saved drafts.
924 928
925 2002-01-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 929 2002-01-03 Pavel Janík <Pavel@Janik.cz>
926 930
927 * time.el (display-time-load-average-threshold): Fix defcustom 931 * time.el (display-time-load-average-threshold): Fix defcustom
928 (add type and group). 932 (add type and group).
929 933
930 * net/ange-ftp.el (ange-ftp-shell-command): Remove port 934 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1039 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> 1043 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1040 1044
1041 * bindings.el (function-key-map): Don't bind shifted keypad 1045 * bindings.el (function-key-map): Don't bind shifted keypad
1042 numeric keys. 1046 numeric keys.
1043 1047
1044 2002-01-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1048 2002-01-02 Pavel Janík <Pavel@Janik.cz>
1045 1049
1046 * enriched.el (enriched-handle-display-prop): Remove unused 1050 * enriched.el (enriched-handle-display-prop): Remove unused
1047 variables. 1051 variables.
1048 (enriched-mode): Doc fix. 1052 (enriched-mode): Doc fix.
1049 1053
1076 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> 1080 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1077 1081
1078 * cus-edit.el (custom-face-edit-fix-value): New function. 1082 * cus-edit.el (custom-face-edit-fix-value): New function.
1079 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 1083 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1080 1084
1081 2001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1085 2001-12-30 Pavel Janík <Pavel@Janik.cz>
1082 1086
1083 * progmodes/octave-mod.el (octave-abbrev-table): 1087 * progmodes/octave-mod.el (octave-abbrev-table):
1084 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 1088 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1085 * progmodes/fortran.el (fortran-mode-abbrev-table): 1089 * progmodes/fortran.el (fortran-mode-abbrev-table):
1086 * progmodes/f90.el (f90-mode-abbrev-table): 1090 * progmodes/f90.el (f90-mode-abbrev-table):
1206 1210
1207 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> 1211 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1208 1212
1209 * international/fontset.el: Don't require ind-util when compiling. 1213 * international/fontset.el: Don't require ind-util when compiling.
1210 1214
1211 2001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1215 2001-12-25 Pavel Janík <Pavel@Janik.cz>
1212 1216
1213 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 1217 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1214 set-frame-height and set-frame-width instead of set-screen-height 1218 set-frame-height and set-frame-width instead of set-screen-height
1215 and set-screen-width. 1219 and set-screen-width.
1216 1220
1294 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. 1298 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1295 1299
1296 * play/yow.el (yow): Use an arg to distinguish interactive calls, 1300 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1297 not interactive-p. 1301 not interactive-p.
1298 1302
1299 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1303 2001-12-22 Pavel Janík <Pavel@Janik.cz>
1300 1304
1301 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 1305 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1302 mocklisp entries. 1306 mocklisp entries.
1303 1307
1304 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in 1308 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1321 2001-12-22 Miles Bader <miles@gnu.org> 1325 2001-12-22 Miles Bader <miles@gnu.org>
1322 1326
1323 * textmodes/refill.el (refill-mode): Don't barf when redundantly 1327 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1324 turning refill-mode off. 1328 turning refill-mode off.
1325 1329
1326 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1330 2001-12-22 Pavel Janík <Pavel@Janik.cz>
1327 1331
1328 * time.el (display-time-load-average-threshold): New variable. 1332 * time.el (display-time-load-average-threshold): New variable.
1329 (display-time-update): Use it. 1333 (display-time-update): Use it.
1330 1334
1331 These changes allow cycling through past 1, 5 and 15 minutes 1335 These changes allow cycling through past 1, 5 and 15 minutes
1464 1468
1465 * international/mule-diag.el (describe-coding-system, 1469 * international/mule-diag.el (describe-coding-system,
1466 print-coding-system-briefly): Make printed output have a similar 1470 print-coding-system-briefly): Make printed output have a similar
1467 format as describe-character-set. 1471 format as describe-character-set.
1468 1472
1469 2001-12-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1473 2001-12-20 Pavel Janík <Pavel@Janik.cz>
1470 1474
1471 * play/blackbox.el (bb-member): Remove, use member instead. 1475 * play/blackbox.el (bb-member): Remove, use member instead.
1472 (bb-delete): Remove, use delete instead. 1476 (bb-delete): Remove, use delete instead.
1473 Update copyright notice. Defvar for bb-board, bb-x, bb-y, 1477 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
1474 bb-score, bb-detour-count and bb-balls-placed. 1478 bb-score, bb-detour-count and bb-balls-placed.
1498 1502
1499 2001-12-19 Miles Bader <miles@gnu.org> 1503 2001-12-19 Miles Bader <miles@gnu.org>
1500 1504
1501 * international/fontset.el: Require `ind-util' when compiling. 1505 * international/fontset.el: Require `ind-util' when compiling.
1502 1506
1503 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1507 2001-12-18 Pavel Janík <Pavel@Janik.cz>
1504 1508
1505 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 1509 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
1506 instead of decompose-composite-char. 1510 instead of decompose-composite-char.
1507 1511
1508 2001-12-18 Richard M. Stallman <rms@gnu.org> 1512 2001-12-18 Richard M. Stallman <rms@gnu.org>
1716 (xml-parse-tag): Don't skip white space. Return nil for a comment. 1720 (xml-parse-tag): Don't skip white space. Return nil for a comment.
1717 Concat the two strings surrounding a comment into a single string. 1721 Concat the two strings surrounding a comment into a single string.
1718 1722
1719 * newcomment.el (comment-indent): Jump to the middle of empty comments. 1723 * newcomment.el (comment-indent): Jump to the middle of empty comments.
1720 1724
1721 2001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1725 2001-12-14 Pavel Janík <Pavel@Janik.cz>
1722 1726
1723 * select.el (xselect-convert-to-class, xselect-convert-to-name): 1727 * select.el (xselect-convert-to-class, xselect-convert-to-name):
1724 Document. 1728 Document.
1725 1729
1726 2001-12-14 Andre Spiegel <spiegel@gnu.org> 1730 2001-12-14 Andre Spiegel <spiegel@gnu.org>
1764 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> 1768 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
1765 1769
1766 * international/mule.el (set-auto-coding): Don't search for 1770 * international/mule.el (set-auto-coding): Don't search for
1767 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 1771 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
1768 1772
1769 2001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1773 2001-12-13 Pavel Janík <Pavel@Janik.cz>
1770 1774
1771 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 1775 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
1772 1776
1773 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. 1777 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
1774 1778
1820 * language/thai-util.el, language/thai.el: Add Unicode equivalents. 1824 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
1821 1825
1822 * language/european.el: Remove autoload cookies. Fix registration 1826 * language/european.el: Remove autoload cookies. Fix registration
1823 of diacritic composition function. 1827 of diacritic composition function.
1824 1828
1825 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1829 2001-12-11 Pavel Janík <Pavel@Janik.cz>
1826 1830
1827 * calendar/todo-mode.el: Require time-stamp. 1831 * calendar/todo-mode.el: Require time-stamp.
1828 1832
1829 * net/zone-mode.el (zone-mode): Don't use make-local-hook. 1833 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
1830 1834
1877 1881
1878 * iswitchb.el (iswitchb-visit-buffer): 1882 * iswitchb.el (iswitchb-visit-buffer):
1879 Use `select-frame-set-input-focus'--needed when window manager 1883 Use `select-frame-set-input-focus'--needed when window manager
1880 uses "click to focus" policy. 1884 uses "click to focus" policy.
1881 1885
1882 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1886 2001-12-09 Pavel Janík <Pavel@Janik.cz>
1883 1887
1884 * COPYING: Moved back. 1888 * COPYING: Moved back.
1885 1889
1886 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> 1890 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1887 1891
2026 (tags-search, tags-query-replace): Use backquotes. 2030 (tags-search, tags-query-replace): Use backquotes.
2027 2031
2028 * textmodes/picture.el (picture-mode-map): Don't use defconst 2032 * textmodes/picture.el (picture-mode-map): Don't use defconst
2029 for a variable. 2033 for a variable.
2030 2034
2031 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2035 2001-12-02 Pavel Janík <Pavel@Janik.cz>
2032 2036
2033 * textmodes/reftex-index.el (reftex-index-mode): 2037 * textmodes/reftex-index.el (reftex-index-mode):
2034 Remove make-local-hook. 2038 Remove make-local-hook.
2035 2039
2036 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. 2040 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2091 * progmodes/hideif.el (hide-ifdef-mode): Only modify 2095 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2092 `change-major-mode-hook' locally. Reset invisibility spec. 2096 `change-major-mode-hook' locally. Reset invisibility spec.
2093 2097
2094 * man.el (Man-build-section-alist): Remove last Man-match-substring. 2098 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2095 2099
2096 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2100 2001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2097 2101
2098 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 2102 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
2099 Clarify error message. 2103 Clarify error message.
2100 2104
2101 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2105 2001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2102 2106
2103 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 2107 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2104 2108
2105 2001-11-30 Andre Spiegel <spiegel@gnu.org> 2109 2001-11-30 Andre Spiegel <spiegel@gnu.org>
2106 2110
2150 several sequential nodes. Add a simple caching mechanism. 2154 several sequential nodes. Add a simple caching mechanism.
2151 (Info-goto-index): New function extracted from Info-index. 2155 (Info-goto-index): New function extracted from Info-index.
2152 (Info-index): Use it. Add completion to the interactive spec. 2156 (Info-index): Use it. Add completion to the interactive spec.
2153 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 2157 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2154 2158
2155 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2159 2001-11-29 Pavel Janík <Pavel@Janik.cz>
2156 2160
2157 * COPYING: Removed. 2161 * COPYING: Removed.
2158 2162
2159 2001-11-29 Dave Love <fx@gnu.org> 2163 2001-11-29 Dave Love <fx@gnu.org>
2160 2164
2167 * international/mule.el: Doc fixes. 2171 * international/mule.el: Doc fixes.
2168 (map-charset-chars): New function. 2172 (map-charset-chars): New function.
2169 (register-char-codings): Use it to cope with generic chars in 2173 (register-char-codings): Use it to cope with generic chars in
2170 safe-chars. 2174 safe-chars.
2171 2175
2172 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2176 2001-11-29 Pavel Janík <Pavel@Janik.cz>
2173 2177
2174 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 2178 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2175 2179
2176 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. 2180 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
2177 2181
2311 2001-11-26 Sam Steingold <sds@gnu.org> 2315 2001-11-26 Sam Steingold <sds@gnu.org>
2312 2316
2313 * frame.el (show-trailing-whitespace): Remove :set argument (the 2317 * frame.el (show-trailing-whitespace): Remove :set argument (the
2314 value was essentially identical to the defalt). 2318 value was essentially identical to the defalt).
2315 2319
2316 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2320 2001-11-26 Pavel Janík <Pavel@Janik.cz>
2317 2321
2318 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 2322 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2319 2323
2320 * icomplete.el (icomplete-minibuffer-setup): Likewise. 2324 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2321 2325
2375 2379
2376 * window.el (save-selected-window): No error if saved window is dead. 2380 * window.el (save-selected-window): No error if saved window is dead.
2377 2381
2378 * help-funs.el (describe-syntax): Put (interactive) after doc string. 2382 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2379 2383
2380 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2384 2001-11-26 Pavel Janík <Pavel@Janik.cz>
2381 2385
2382 * international/quail.el (quail-help): Require help-mode in 2386 * international/quail.el (quail-help): Require help-mode in
2383 top-level instead. 2387 top-level instead.
2384 2388
2385 * iswitchb.el (iswitchb-exhibit): Use insert instead of 2389 * iswitchb.el (iswitchb-exhibit): Use insert instead of
2446 Define each button type with its own explicit define-button-type. 2450 Define each button type with its own explicit define-button-type.
2447 2451
2448 * language/devan-util.el: Comment out parts of the file 2452 * language/devan-util.el: Comment out parts of the file
2449 which apparently are garbled. 2453 which apparently are garbled.
2450 2454
2451 2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2455 2001-11-25 Pavel Janík <Pavel@Janik.cz>
2452 2456
2453 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 2457 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
2454 insert-string. 2458 insert-string.
2455 2459
2456 2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2460 2001-11-25 Pavel Janík <Pavel@Janik.cz>
2457 2461
2458 * play/snake.el (snake-mode): Remove make-local-hook. 2462 * play/snake.el (snake-mode): Remove make-local-hook.
2459 2463
2460 * play/tetris.el (tetris-mode): Likewise. 2464 * play/tetris.el (tetris-mode): Likewise.
2461 2465
2578 2582
2579 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. 2583 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
2580 2584
2581 * international/encoded-kb.el: Don't alter minor-map-alist. 2585 * international/encoded-kb.el: Don't alter minor-map-alist.
2582 2586
2583 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 2587 2001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2584 2588
2585 * files.el (auto-save-file-name-transforms): Put remote files in 2589 * files.el (auto-save-file-name-transforms): Put remote files in
2586 temporary-file-directory rather than /tmp. 2590 temporary-file-directory rather than /tmp.
2587 2591
2588 2001-11-21 Colin Walters <walters@debian.org> 2592 2001-11-21 Colin Walters <walters@debian.org>
2936 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word 2940 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
2937 if it doesn't make sense as anything else. 2941 if it doesn't make sense as anything else.
2938 Don't recognize a "telephone number" at the beginning of the name. 2942 Don't recognize a "telephone number" at the beginning of the name.
2939 (mail-extr-leading-garbage): Match non-word characters only. 2943 (mail-extr-leading-garbage): Match non-word characters only.
2940 2944
2941 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2945 2001-11-16 Pavel Janík <Pavel@Janik.cz>
2942 2946
2943 * startup.el (command-line-processed): Doc fix. 2947 * startup.el (command-line-processed): Doc fix.
2944 2948
2945 * apropos.el (apropos-next-label-button): Doc fix. 2949 * apropos.el (apropos-next-label-button): Doc fix.
2946 2950
2964 2968
2965 * emacs-lisp/cl.el (values, values-list, multiple-value-list) 2969 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
2966 (multiple-value-apply, nth-value): Use defsubst rather than defalias 2970 (multiple-value-apply, nth-value): Use defsubst rather than defalias
2967 to get better doc strings. 2971 to get better doc strings.
2968 2972
2969 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2973 2001-11-15 Pavel Janík <Pavel@Janik.cz>
2970 2974
2971 * derived.el: Fix autoload cookie. 2975 * derived.el: Fix autoload cookie.
2972 2976
2973 2001-11-15 Richard M. Stallman <rms@gnu.org> 2977 2001-11-15 Richard M. Stallman <rms@gnu.org>
2974 2978
3159 (log-view-current-file): Do final `expand-file-name' in the 3163 (log-view-current-file): Do final `expand-file-name' in the
3160 current `default-directory'. 3164 current `default-directory'.
3161 (log-view-current-tag): Take an optional `where' arg. 3165 (log-view-current-tag): Take an optional `where' arg.
3162 (log-view-diff): New user command. 3166 (log-view-diff): New user command.
3163 3167
3164 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3168 2001-11-12 Pavel Janík <Pavel@Janik.cz>
3165 3169
3166 * progmodes/cpp.el (cpp-choose-face): Fix typo. 3170 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3167 3171
3168 2001-11-12 Sam Steingold <sds@gnu.org> 3172 2001-11-12 Sam Steingold <sds@gnu.org>
3169 3173
3199 `unread-command-char'. 3203 `unread-command-char'.
3200 3204
3201 * calc/calc-ext.el (calc-init-extensions): Update autoload names 3205 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3202 to match files renamed on initial calc import. 3206 to match files renamed on initial calc import.
3203 3207
3204 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3208 2001-11-12 Pavel Janík <Pavel@Janik.cz>
3205 3209
3206 * textmodes/flyspell.el (flyspell-default-dictionary): 3210 * textmodes/flyspell.el (flyspell-default-dictionary):
3207 Fix previous change. 3211 Fix previous change.
3208 3212
3209 2001-11-12 Richard M. Stallman <rms@gnu.org> 3213 2001-11-12 Richard M. Stallman <rms@gnu.org>
3242 (clipboard-yank): Ditto. 3246 (clipboard-yank): Ditto.
3243 3247
3244 2001-11-11 Colin Walters <walters@verbum.org> 3248 2001-11-11 Colin Walters <walters@verbum.org>
3245 3249
3246 The following changes are based on patches from 3250 The following changes are based on patches from
3247 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann 3251 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann
3248 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 3252 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3249 3253
3250 * calc/calc.el (toplevel): Require calc-macs. 3254 * calc/calc.el (toplevel): Require calc-macs.
3251 (calc-minibuffer-size): New. 3255 (calc-minibuffer-size): New.
3252 (calcDigit-nondigit): Use it instead of `buffer-size'. 3256 (calcDigit-nondigit): Use it instead of `buffer-size'.
3311 3315
3312 * wid-edit.el (checklist): Removed `:menu-tag'. 3316 * wid-edit.el (checklist): Removed `:menu-tag'.
3313 (radio-button-choice): Ditto. 3317 (radio-button-choice): Ditto.
3314 (editable-list): Ditto. 3318 (editable-list): Ditto.
3315 3319
3316 2001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3320 2001-11-09 Pavel Janík <Pavel@Janik.cz>
3317 3321
3318 * play/gomoku.el: Move definitions of constants to the beginning 3322 * play/gomoku.el: Move definitions of constants to the beginning
3319 of file, before their use. 3323 of file, before their use.
3320 3324
3321 2001-11-09 Richard M. Stallman <rms@gnu.org> 3325 2001-11-09 Richard M. Stallman <rms@gnu.org>
3587 3591
3588 * emacs-lisp/debug.el (debugger-make-xrefs): New function. 3592 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
3589 (debugger-setup-buffer): Call it. 3593 (debugger-setup-buffer): Call it.
3590 (debugger-mode-map): Bind RET and mouse-2. 3594 (debugger-mode-map): Bind RET and mouse-2.
3591 3595
3592 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3596 2001-10-31 Pavel Janík <Pavel@Janik.cz>
3593 3597
3594 * startup.el: Document command line option --no-window-system 3598 * startup.el: Document command line option --no-window-system
3595 instead of --no-windows. 3599 instead of --no-windows.
3596 3600
3597 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> 3601 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
3730 3734
3731 * emacs-lisp/bytecomp.el (byte-recompile-directory): 3735 * emacs-lisp/bytecomp.el (byte-recompile-directory):
3732 Report numbers of files skipped and failed too. 3736 Report numbers of files skipped and failed too.
3733 (byte-compile-file): Return 'no-byte-compile for skipped files. 3737 (byte-compile-file): Return 'no-byte-compile for skipped files.
3734 3738
3735 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 3739 2001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3736 3740
3737 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 3741 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
3738 and `M p'. 3742 and `M p'.
3739 3743
3740 2001-10-29 Gerd Moellmann <gerd@gnu.org> 3744 2001-10-29 Gerd Moellmann <gerd@gnu.org>
4080 2001-10-22 Gerd Moellmann <gerd@gnu.org> 4084 2001-10-22 Gerd Moellmann <gerd@gnu.org>
4081 4085
4082 * progmodes/compile.el (compilation-set-window-height): 4086 * progmodes/compile.el (compilation-set-window-height):
4083 Select old window only if it's still live. 4087 Select old window only if it's still live.
4084 4088
4085 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4089 2001-10-22 Pavel Janík <Pavel@Janik.cz>
4086 4090
4087 * help-mode.el (help-buffer): Remove debugging code. 4091 * help-mode.el (help-buffer): Remove debugging code.
4088 From Stefan Monnier <monnier@cs.yale.edu>. 4092 From Stefan Monnier <monnier@cs.yale.edu>.
4089 4093
4090 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 4094 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4356 4360
4357 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> 4361 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4358 4362
4359 * version.el (emacs-version): Bump to 21.1.50. 4363 * version.el (emacs-version): Bump to 21.1.50.
4360 4364
4361 2001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4365 2001-10-13 Pavel Janík <Pavel@Janik.cz>
4362 4366
4363 * mail/mailalias.el (mail-directory-stream): Do not double 4367 * mail/mailalias.el (mail-directory-stream): Do not double
4364 variables in the lambda-list. 4368 variables in the lambda-list.
4365 4369
4366 * play/gomoku.el (gomoku-init-display): Ditto. 4370 * play/gomoku.el (gomoku-init-display): Ditto.
4653 * simple.el (end-of-buffer): Fix code scrolling specially 4657 * simple.el (end-of-buffer): Fix code scrolling specially
4654 for the buffer end. 4658 for the buffer end.
4655 4659
4656 * startup.el (command-line-1): Bind tab-width to 8. 4660 * startup.el (command-line-1): Bind tab-width to 8.
4657 4661
4658 2001-10-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4662 2001-10-10 Pavel Janík <Pavel@Janik.cz>
4659 4663
4660 * emulation/tpu-edt.el: Use defalias instead of fset for 4664 * emulation/tpu-edt.el: Use defalias instead of fset for
4661 user-visible commands. From Rob Riepel 4665 user-visible commands. From Rob Riepel
4662 <riepel@Networking.Stanford.EDU>. 4666 <riepel@Networking.Stanford.EDU>.
4663 4667
5014 5018
5015 2001-10-03 Stefan Monnier <monnier@cs.yale.edu> 5019 2001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5016 5020
5017 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. 5021 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5018 5022
5019 2001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5023 2001-10-03 Pavel Janík <Pavel@Janik.cz>
5020 5024
5021 * emulation/tpu-edt.el: Make messages match original TPU/edt 5025 * emulation/tpu-edt.el: Make messages match original TPU/edt
5022 editor. From riepel@Stanford.EDU (Rob Riepel). 5026 editor. From riepel@Stanford.EDU (Rob Riepel).
5023 5027
5024 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il> 5028 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5257 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de. 5261 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5258 5262
5259 2001-09-17 Andre Spiegel <spiegel@gnu.org> 5263 2001-09-17 Andre Spiegel <spiegel@gnu.org>
5260 5264
5261 * vc.el (vc-annotate): Use current workfile version explicitly as 5265 * vc.el (vc-annotate): Use current workfile version explicitly as
5262 a default, suggested by Gustav H,Ae(Bllberg <gustav@virtutech.se>. 5266 a default, suggested by Gustav HÃ¥llberg <gustav@virtutech.se>.
5263 5267
5264 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il> 5268 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5265 5269
5266 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since 5270 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5267 convert-standard-filename doesn't guarantee that the .el extension 5271 convert-standard-filename doesn't guarantee that the .el extension
5400 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk> 5404 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
5401 5405
5402 * comint.el (comint-send-input): Handle comint-process-echoes 5406 * comint.el (comint-send-input): Handle comint-process-echoes
5403 differently. 5407 differently.
5404 5408
5405 2001-09-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5409 2001-09-07 Pavel Janík <Pavel@Janik.cz>
5406 5410
5407 * locate.el (locate-insert-header): Remove unnecessary whitespace. 5411 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5408 5412
5409 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il> 5413 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5410 5414
5468 deleting previous input. From "Dr Francis J. Wright" 5472 deleting previous input. From "Dr Francis J. Wright"
5469 <F.J.Wright@qmw.ac.uk>. 5473 <F.J.Wright@qmw.ac.uk>.
5470 5474
5471 * simple.el (backward-word): Doc fix. 5475 * simple.el (backward-word): Doc fix.
5472 5476
5473 2001-09-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5477 2001-09-03 Pavel Janík <Pavel@Janik.cz>
5474 5478
5475 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el 5479 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5476 * uncompress.el, uniquify.el, vc.el, view.el, window.el 5480 * uncompress.el, uniquify.el, vc.el, view.el, window.el
5477 * w32-fns.el: Add Keywords header. 5481 * w32-fns.el: Add Keywords header.
5478 5482
5511 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for 5515 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
5512 MS-DOS, since cpp might not be available. 5516 MS-DOS, since cpp might not be available.
5513 5517
5514 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: 5518 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
5515 Mention "yank" in the help-echo text. 5519 Mention "yank" in the help-echo text.
5516 Suggested by Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5520 Suggested by Pavel Janík <Pavel@Janik.cz>.
5517 5521
5518 2001-09-01 Stefan Monnier <monnier@cs.yale.edu> 5522 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
5519 5523
5520 * newcomment.el (comment-indent): Insert spaces more carefully. 5524 * newcomment.el (comment-indent): Insert spaces more carefully.
5521 5525
5571 <Simon.Marshall@midas-kapiti.com>. 5575 <Simon.Marshall@midas-kapiti.com>.
5572 5576
5573 * startup.el (fancy-splash-screens): Temporarily set 5577 * startup.el (fancy-splash-screens): Temporarily set
5574 minor-mode-map-alist to nil while displaying splash screens. 5578 minor-mode-map-alist to nil while displaying splash screens.
5575 5579
5576 2001-08-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5580 2001-08-29 Pavel Janík <Pavel@Janik.cz>
5577 5581
5578 * buff-menu.el: Add Keywords header. 5582 * buff-menu.el: Add Keywords header.
5579 Doc fix (C-x C-b is bound to list-buffers). 5583 Doc fix (C-x C-b is bound to list-buffers).
5580 5584
5581 * dired-x.el: Add keyword files to get listed in finder. 5585 * dired-x.el: Add keyword files to get listed in finder.
5655 From Simon Josefsson <jas@extundo.com>. 5659 From Simon Josefsson <jas@extundo.com>.
5656 5660
5657 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il> 5661 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
5658 5662
5659 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error 5663 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
5660 messages. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5664 messages. From Pavel Janík <Pavel@Janik.cz>.
5661 5665
5662 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel 5666 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
5663 Jan,Bm(Bk <Pavel@Janik.cz>. 5667 Janík <Pavel@Janik.cz>.
5664 5668
5665 * emacs-lisp/lselect.el: Ditto. 5669 * emacs-lisp/lselect.el: Ditto.
5666 5670
5667 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): 5671 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
5668 Remove periods from the end of error message strings. 5672 Remove periods from the end of error message strings.
5669 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5673 From Pavel Janík <Pavel@Janik.cz>.
5670 5674
5671 * progmodes/antlr-mode.el: Add Keywords header. From Pavel 5675 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
5672 Jan,Bm(Bk <Pavel@Janik.cz>. 5676 Janík <Pavel@Janik.cz>.
5673 5677
5674 * net/telnet.el: Ditto. 5678 * net/telnet.el: Ditto.
5675 5679
5676 2001-08-26 Gerd Moellmann <gerd@gnu.org> 5680 2001-08-26 Gerd Moellmann <gerd@gnu.org>
5677 5681
5782 * whitespace.el (whitespace-check-indent-whitespace): Defaults to 5786 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
5783 `indent-tabs-mode', since the latter notes user preferences on 5787 `indent-tabs-mode', since the latter notes user preferences on
5784 TABs anyway. 5788 TABs anyway.
5785 5789
5786 * whitespace.el (whitespace-version): 3.1. All of the above issues 5790 * whitespace.el (whitespace-version): 3.1. All of the above issues
5787 were raised by Fran,Ag(Bois Pinard, which led to the fixes described. 5791 were raised by François Pinard, which led to the fixes described.
5788 5792
5789 2001-08-20 Gerd Moellmann <gerd@gnu.org> 5793 2001-08-20 Gerd Moellmann <gerd@gnu.org>
5790 5794
5791 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove 5795 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
5792 some spaces from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 5796 some spaces from a message. From Pavel Janík <Pavel@Janik.cz>.
5793 5797
5794 * whitespace.el (whitespace-global-mode): Add autoload cookie. 5798 * whitespace.el (whitespace-global-mode): Add autoload cookie.
5795 5799
5796 2001-08-20 Alex Schroeder <alex@gnu.org> 5800 2001-08-20 Alex Schroeder <alex@gnu.org>
5797 5801
5961 * image.el (image-type-regexps): Allow whitespace at the start 5965 * image.el (image-type-regexps): Allow whitespace at the start
5962 of the image data for XPM, XBM and Postscript, which are 5966 of the image data for XPM, XBM and Postscript, which are
5963 text files. 5967 text files.
5964 (image-jpeg-p): Correct calculation of next field offset. 5968 (image-jpeg-p): Correct calculation of next field offset.
5965 5969
5966 2001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5970 2001-08-08 Pavel Janík <Pavel@Janik.cz>
5967 5971
5968 * battery.el: Fix typo. 5972 * battery.el: Fix typo.
5969 5973
5970 2001-08-08 Gerd Moellmann <gerd@gnu.org> 5974 2001-08-08 Gerd Moellmann <gerd@gnu.org>
5971 5975
5998 derived from the JFIF spec. 6002 derived from the JFIF spec.
5999 6003
6000 * image.el (image-type-regexps): Use `\`' instead of `^' in 6004 * image.el (image-type-regexps): Use `\`' instead of `^' in
6001 most regular expressions. 6005 most regular expressions.
6002 6006
6003 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6007 2001-08-06 Pavel Janík <Pavel@Janik.cz>
6004 6008
6005 * play/animate.el: Re-insert a reference to re-inserted function. 6009 * play/animate.el: Re-insert a reference to re-inserted function.
6006 6010
6007 2001-08-06 Gerd Moellmann <gerd@gnu.org> 6011 2001-08-06 Gerd Moellmann <gerd@gnu.org>
6008 6012
6012 * play/animate.el (animate-birthday-present): Re-insert. 6016 * play/animate.el (animate-birthday-present): Re-insert.
6013 6017
6014 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): 6018 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6015 Handle old-style menu definitions. 6019 Handle old-style menu definitions.
6016 6020
6017 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6021 2001-08-06 Pavel Janík <Pavel@Janik.cz>
6018 6022
6019 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, 6023 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
6020 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. 6024 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6021 6025
6022 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el, 6026 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
6023 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, 6027 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6024 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. 6028 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
6025 6029
6026 2001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6030 2001-08-05 Pavel Janík <Pavel@Janik.cz>
6027 6031
6028 * textmodes/tildify.el: Milan Zamazal has new address. 6032 * textmodes/tildify.el: Milan Zamazal has new address.
6029 6033
6030 2001-08-03 Gerd Moellmann <gerd@gnu.org> 6034 2001-08-03 Gerd Moellmann <gerd@gnu.org>
6031 6035
6359 * font-lock.el (c++-keywords): Add Standard C++ operator names. 6363 * font-lock.el (c++-keywords): Add Standard C++ operator names.
6360 6364
6361 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. 6365 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6362 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, 6366 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
6363 6367
6364 2001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6368 2001-07-17 Pavel Janík <Pavel@Janik.cz>
6365 6369
6366 * international/iso-transl.el: Fix typo in the header of the file. 6370 * international/iso-transl.el: Fix typo in the header of the file.
6367 6371
6368 * textmodes/picture.el (picture): Doc fix. 6372 * textmodes/picture.el (picture): Doc fix.
6369 6373
6391 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> 6395 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6392 6396
6393 * server.el (server-process-filter, server-visit-files): 6397 * server.el (server-process-filter, server-visit-files):
6394 Add support for +LINE:COLUMN style emacsclient calls. 6398 Add support for +LINE:COLUMN style emacsclient calls.
6395 6399
6396 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6400 2001-07-16 Pavel Janík <Pavel@Janik.cz>
6397 6401
6398 * emacs-lisp/easy-mmode.el: Add Keywords header. 6402 * emacs-lisp/easy-mmode.el: Add Keywords header.
6399 6403
6400 * play/pong.el: Author has new address. 6404 * play/pong.el: Author has new address.
6401 6405
6444 6448
6445 * vc.el (vc-do-command): Autoload. 6449 * vc.el (vc-do-command): Autoload.
6446 6450
6447 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. 6451 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6448 6452
6449 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6453 2001-07-16 Pavel Janík <Pavel@Janik.cz>
6450 6454
6451 * ps-print.el: Fix Author: header. 6455 * ps-print.el: Fix Author: header.
6452 6456
6453 2001-07-16 Gerd Moellmann <gerd@gnu.org> 6457 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6454 6458
6457 6461
6458 * eshell/esh-mode.el (eshell-send-invisible): Renamed from 6462 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6459 send-invisible, which is already defined in Comint. 6463 send-invisible, which is already defined in Comint.
6460 (eshell-watch-for-password-prompt): Use it. 6464 (eshell-watch-for-password-prompt): Use it.
6461 6465
6462 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6466 2001-07-16 Pavel Janík <Pavel@Janik.cz>
6463 6467
6464 * which-func.el (which-func-mode): Doc fix. 6468 * which-func.el (which-func-mode): Doc fix.
6465 6469
6466 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el, 6470 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
6467 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el, 6471 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6516 2001-07-16 Gerd Moellmann <gerd@gnu.org> 6520 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6517 6521
6518 * simple.el (set-variable): Require 'cus-edit' instead of 6522 * simple.el (set-variable): Require 'cus-edit' instead of
6519 `wid-edit', so that the Custom widgets get defined. 6523 `wid-edit', so that the Custom widgets get defined.
6520 6524
6521 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6525 2001-07-16 Pavel Janík <Pavel@Janik.cz>
6522 6526
6523 * allout.el: A fix to follow coding conventions. 6527 * allout.el: A fix to follow coding conventions.
6524 6528
6525 * find-lisp.el: A fix to follow coding conventions. 6529 * find-lisp.el: A fix to follow coding conventions.
6526 6530
6542 2001-07-16 Gerd Moellmann <gerd@gnu.org> 6546 2001-07-16 Gerd Moellmann <gerd@gnu.org>
6543 6547
6544 * dired.el (dired-insert-set-properties): Fix invalid mouse-face 6548 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
6545 property. 6549 property.
6546 6550
6547 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6551 2001-07-16 Pavel Janík <Pavel@Janik.cz>
6548 6552
6549 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, 6553 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
6550 * play/gamegrid.el, play/handwrite.el, play/landmark.el, 6554 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
6551 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: 6555 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
6552 Some fixes to follow coding conventions. 6556 Some fixes to follow coding conventions.
6564 * progmodes/make-mode.el (makefile-browse): Use make-local-variable. 6568 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
6565 6569
6566 * mail/reporter.el (reporter-submit-bug-report): 6570 * mail/reporter.el (reporter-submit-bug-report):
6567 Don't abuse make-variable-buffer-local. Fix call to add-hook. 6571 Don't abuse make-variable-buffer-local. Fix call to add-hook.
6568 6572
6569 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6573 2001-07-15 Pavel Janík <Pavel@Janik.cz>
6570 6574
6571 * calendar/cal-china.el, calendar/cal-coptic.el, 6575 * calendar/cal-china.el, calendar/cal-coptic.el,
6572 * calendar/cal-dst.el, calendar/cal-french.el, 6576 * calendar/cal-dst.el, calendar/cal-french.el,
6573 * calendar/cal-hebrew.el, calendar/cal-islam.el, 6577 * calendar/cal-hebrew.el, calendar/cal-islam.el,
6574 * calendar/cal-iso.el, calendar/cal-julian.el, 6578 * calendar/cal-iso.el, calendar/cal-julian.el,
6691 * textmodes/underline.el, thingatpt.el, time.el, timer.el, 6695 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
6692 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el, 6696 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
6693 * vt100-led.el, window.el: Some fixes to follow coding conventions in 6697 * vt100-led.el, window.el: Some fixes to follow coding conventions in
6694 files maintained by FSF. 6698 files maintained by FSF.
6695 6699
6696 2001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6700 2001-07-13 Pavel Janík <Pavel@Janik.cz>
6697 6701
6698 * arc-mode.el: A fix to follow coding conventions. 6702 * arc-mode.el: A fix to follow coding conventions.
6699 6703
6700 * bindings.el: Ditto. 6704 * bindings.el: Ditto.
6701 6705
6722 * calendar/cal-islam.el (calendar-goto-islamic-date): 6726 * calendar/cal-islam.el (calendar-goto-islamic-date):
6723 Add autoload cookie. 6727 Add autoload cookie.
6724 6728
6725 * play/fortune.el: Add types to defcustoms. 6729 * play/fortune.el: Add types to defcustoms.
6726 6730
6727 2001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6731 2001-07-12 Pavel Janík <Pavel@Janik.cz>
6728 6732
6729 * language/czech.el: A fix to follow coding conventions. 6733 * language/czech.el: A fix to follow coding conventions.
6730 6734
6731 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> 6735 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6732 6736
6751 From: Per Starback <starback@ling.uu.se>. 6755 From: Per Starback <starback@ling.uu.se>.
6752 6756
6753 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> 6757 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6754 6758
6755 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. 6759 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
6756 From Pavel Jan,Bm(Bk <Pavel@Janik.cz> 6760 From Pavel Janík <Pavel@Janik.cz>
6757 6761
6758 * progmodes/ada-mode.el: Ditto. 6762 * progmodes/ada-mode.el: Ditto.
6759 6763
6760 * progmodes/ada-xref.el: Ditto. 6764 * progmodes/ada-xref.el: Ditto.
6761 6765
6859 2001-07-05 Gerd Moellmann <gerd@gnu.org> 6863 2001-07-05 Gerd Moellmann <gerd@gnu.org>
6860 6864
6861 * calendar/todo-mode.el (todo-top-priorities): Use delete-region 6865 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
6862 instead of kill-line. 6866 instead of kill-line.
6863 6867
6864 * play/pong.el: Fix first line. From Pavel Jan,Bm(Bk 6868 * play/pong.el: Fix first line. From Pavel Janík
6865 <Pavel@Janik.cz>. 6869 <Pavel@Janik.cz>.
6866 6870
6867 * battery.el (battery-update): Add help-echo. From Pavel Jan,Bm(Bk 6871 * battery.el (battery-update): Add help-echo. From Pavel Janík
6868 <Pavel@Janik.cz>. 6872 <Pavel@Janik.cz>.
6869 6873
6870 2001-07-04 Gerd Moellmann <gerd@gnu.org> 6874 2001-07-04 Gerd Moellmann <gerd@gnu.org>
6871 6875
6872 * font-lock.el (c-font-lock-keywords-3): When matching something 6876 * font-lock.el (c-font-lock-keywords-3): When matching something
6900 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15. 6904 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
6901 6905
6902 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> 6906 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
6903 6907
6904 * allout.el: Fix the header line, so that finder.el recognizes it. 6908 * allout.el: Fix the header line, so that finder.el recognizes it.
6905 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 6909 From Pavel Janík <Pavel@Janik.cz>.
6906 6910
6907 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. 6911 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
6908 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 6912 From Pavel Janík <Pavel@Janik.cz>.
6909 6913
6910 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> 6914 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
6911 6915
6912 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file. 6916 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
6913 6917
7213 lines of continuation lines. 7217 lines of continuation lines.
7214 7218
7215 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> 7219 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7216 7220
7217 * server.el (server-process, server-buffer-clients): Doc fix. 7221 * server.el (server-process, server-buffer-clients): Doc fix.
7218 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7222 From Pavel Janík <Pavel@Janik.cz>.
7219 7223
7220 2001-06-09 John Wiegley <johnw@gnu.org> 7224 2001-06-09 John Wiegley <johnw@gnu.org>
7221 7225
7222 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to 7226 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7223 test if the last command was Lisp or not. 7227 test if the last command was Lisp or not.
7471 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'. 7475 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7472 7476
7473 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> 7477 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7474 7478
7475 * international/ccl.el (define-ccl-program): Fix a typo. 7479 * international/ccl.el (define-ccl-program): Fix a typo.
7476 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7480 From Pavel Janík <Pavel@Janik.cz>.
7477 7481
7478 * international/mule.el (decode-char): Fix a typo. From Pavel 7482 * international/mule.el (decode-char): Fix a typo. From Pavel
7479 Jan,Bm(Bk <Pavel@Janik.cz>. 7483 Janík <Pavel@Janik.cz>.
7480 7484
7481 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel 7485 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
7482 Jan,Bm(Bk <Pavel@Janik.cz>. 7486 Janík <Pavel@Janik.cz>.
7483 7487
7484 * frame.el (automatic-hscrolling): Fix a typo. From Pavel 7488 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
7485 Jan,Bm(Bk <Pavel@Janik.cz>. 7489 Janík <Pavel@Janik.cz>.
7486 7490
7487 2001-05-18 Sam Steingold <sds@gnu.org> 7491 2001-05-18 Sam Steingold <sds@gnu.org>
7488 7492
7489 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer' 7493 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
7490 and [RET] to `cvs-mode-find-file'. 7494 and [RET] to `cvs-mode-find-file'.
7712 7716
7713 * tar-mode.el (tar-extract): Pay attention to the value of 7717 * tar-mode.el (tar-extract): Pay attention to the value of
7714 coding-system-for-read, if it is non-nil. 7718 coding-system-for-read, if it is non-nil.
7715 7719
7716 * calendar/holidays.el (holidays): Add an autoload cookie. 7720 * calendar/holidays.el (holidays): Add an autoload cookie.
7717 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. 7721 From Pavel Janík <Pavel@Janik.cz>.
7718 7722
7719 2001-05-08 John Wiegley <johnw@gnu.org> 7723 2001-05-08 John Wiegley <johnw@gnu.org>
7720 7724
7721 * calendar/timeclock.el (timeclock-workday-remaining): 7725 * calendar/timeclock.el (timeclock-workday-remaining):
7722 Changed logic for determining how much time is remaining. 7726 Changed logic for determining how much time is remaining.
8155 Tim Van Holder <tim.van.holder@pandora.be>. 8159 Tim Van Holder <tim.van.holder@pandora.be>.
8156 8160
8157 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il> 8161 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8158 8162
8159 * info.el (Info-additional-directory-list): Doc fix. Suggested by 8163 * info.el (Info-additional-directory-list): Doc fix. Suggested by
8160 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>. 8164 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
8161 8165
8162 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il> 8166 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8163 8167
8164 * info.el (Info-file-list-for-emacs): Add an entry for the "info" 8168 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8165 manual. 8169 manual.
8232 8236
8233 * simple.el (completion-list-mode-finish): New function. 8237 * simple.el (completion-list-mode-finish): New function.
8234 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook. 8238 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
8235 8239
8236 * language/european.el ("Polish"): Change sample text. 8240 * language/european.el ("Polish"): Change sample text.
8237 From jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B). 8241 From jsbien@mimuw.edu.pl (Janusz S. Bie�).
8238 8242
8239 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG 8243 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8240 parameter. 8244 parameter.
8241 8245
8242 * faces.el (menu): Doc fix. 8246 * faces.el (menu): Doc fix.
8410 8414
8411 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): 8415 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8412 Add an antry for ``converts''. 8416 Add an antry for ``converts''.
8413 8417
8414 * language/slovak.el ("Slovak"): Add documentation string. 8418 * language/slovak.el ("Slovak"): Add documentation string.
8415 From Pavel@Janik.cz (Pavel Jan,Bm(Bk). 8419 From Pavel@Janik.cz (Pavel Janík).
8416 8420
8417 * language/czech.el ("Czech"): Add documentation string. 8421 * language/czech.el ("Czech"): Add documentation string.
8418 From Pavel@Janik.cz (Pavel Jan,Bm(Bk). 8422 From Pavel@Janik.cz (Pavel Janík).
8419 8423
8420 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' 8424 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8421 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. 8425 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
8422 8426
8423 2001-04-02 Stefan Monnier <monnier@cs.yale.edu> 8427 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9124 correctly. 9128 correctly.
9125 9129
9126 2001-03-15 Gerd Moellmann <gerd@gnu.org> 9130 2001-03-15 Gerd Moellmann <gerd@gnu.org>
9127 9131
9128 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support 9132 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
9129 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). 9133 for Slovak. From Pavel.Janik@suse.cz (Pavel Janík ml.).
9130 9134
9131 2001-03-14 Gerd Moellmann <gerd@gnu.org> 9135 2001-03-14 Gerd Moellmann <gerd@gnu.org>
9132 9136
9133 * bindings.el (features): Add `md5' and `overlay' to the list. 9137 * bindings.el (features): Add `md5' and `overlay' to the list.
9134 9138
18312 accordingly. 18316 accordingly.
18313 18317
18314 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> 18318 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18315 18319
18316 * locate.el (locate): Cleaned up locate command's interactive prompting 18320 * locate.el (locate): Cleaned up locate command's interactive prompting
18317 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. 18321 Thanks to François_Pinard <pinard@iro.umontreal.ca> for suggestions.
18318 18322
18319 * filecache.el (file-cache-case-fold-search): New variable 18323 * filecache.el (file-cache-case-fold-search): New variable
18320 (file-cache-assoc-function): New variable 18324 (file-cache-assoc-function): New variable
18321 (file-cache-minibuffer-complete): Use file-cache-assoc-function. 18325 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18322 Use file-cache-case-fold-search variable 18326 Use file-cache-case-fold-search variable
22267 define-prefix-command with 3 arguments, to make the map suitable 22271 define-prefix-command with 3 arguments, to make the map suitable
22268 for a menu. 22272 for a menu.
22269 22273
22270 2000-05-07 Dave Love <fx@gnu.org> 22274 2000-05-07 Dave Love <fx@gnu.org>
22271 22275
22272 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. 22276 * time.el: Small doc fixes from Pavel Janík ml.
22273 22277
22274 2000-05-05 Dave Love <fx@gnu.org> 22278 2000-05-05 Dave Love <fx@gnu.org>
22275 22279
22276 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg 22280 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22277 list in doc string. Don't quote keyword symbols. 22281 list in doc string. Don't quote keyword symbols.