comparison lisp/ChangeLog @ 43096:ae7275683572

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