Mercurial > emacs
comparison lisp/ChangeLog @ 43105:33178469a327
Fix encoding.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 04 Feb 2002 06:07:59 +0000 |
parents | 2a6ac08c9a18 |
children | 43f75c921481 |
comparison
equal
deleted
inserted
replaced
43104:2a6ac08c9a18 | 43105:33178469a327 |
---|---|
23 2002-02-03 Andreas Schwab <schwab@suse.de> | 23 2002-02-03 Andreas Schwab <schwab@suse.de> |
24 | 24 |
25 * window.el (save-selected-window): Move macro before first use. | 25 * window.el (save-selected-window): Move macro before first use. |
26 (balance-windows): Fix misplaced parenthesis. | 26 (balance-windows): Fix misplaced parenthesis. |
27 | 27 |
28 2002-02-03 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 28 2002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
29 | 29 |
30 * calculator.el (calculator-displayers): Doc fixes. | 30 * calculator.el (calculator-displayers): Doc fixes. |
31 | 31 |
32 2002-02-03 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 32 2002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
33 | 33 |
34 * menu-bar.el (menu-bar-help-menu): Use different text for | 34 * menu-bar.el (menu-bar-help-menu): Use different text for |
35 tool-tip. | 35 tool-tip. |
36 (menu-bar-options-save): Save also the value of | 36 (menu-bar-options-save): Save also the value of |
37 `display-time-mode'. | 37 `display-time-mode'. |
68 | 68 |
69 * mail/rmail.el (rmail-redecode-body): Prune the headers before | 69 * mail/rmail.el (rmail-redecode-body): Prune the headers before |
70 looking for X-Coding-System header, and restore the pruned state | 70 looking for X-Coding-System header, and restore the pruned state |
71 before returning. | 71 before returning. |
72 | 72 |
73 2002-02-02 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 73 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
74 | 74 |
75 * cus-edit.el (customize-save-variable): Fix typo in prompt. | 75 * cus-edit.el (customize-save-variable): Fix typo in prompt. |
76 | 76 |
77 These changes integrate new version of flyspell.el from its | 77 These changes integrate new version of flyspell.el from its |
78 maintainer, Manuel Serrano: | 78 maintainer, Manuel Serrano: |
158 (bootstrap): Depend on compile-always, not compile-files. | 158 (bootstrap): Depend on compile-always, not compile-files. |
159 | 159 |
160 * emulation/pc-select.el (pc-select-save-and-set-mode): | 160 * emulation/pc-select.el (pc-select-save-and-set-mode): |
161 Properly use MODE-VAR. | 161 Properly use MODE-VAR. |
162 | 162 |
163 2002-01-29 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 163 2002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
164 | 164 |
165 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs | 165 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs |
166 Version" to "About Emacs". | 166 Version" to "About Emacs". |
167 (menu-bar-options-save): Add `default-frame-alist' | 167 (menu-bar-options-save): Add `default-frame-alist' |
168 to saved variables. | 168 to saved variables. |
175 | 175 |
176 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> | 176 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> |
177 | 177 |
178 * calendar/calendar.el (generate-calendar-month): Doc fix. | 178 * calendar/calendar.el (generate-calendar-month): Doc fix. |
179 | 179 |
180 2002-01-27 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 180 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
181 | 181 |
182 * time.el (display-time-mail-directory): New option. | 182 * time.el (display-time-mail-directory): New option. |
183 (display-time-mail-function): Update doc-string. | 183 (display-time-mail-function): Update doc-string. |
184 (display-time-mail-icon): Use XPM image when available. | 184 (display-time-mail-icon): Use XPM image when available. |
185 (display-time-string-forms): Use more descriptive text as | 185 (display-time-string-forms): Use more descriptive text as |
390 | 390 |
391 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled | 391 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled |
392 with `byte-compile-dynamic'. | 392 with `byte-compile-dynamic'. |
393 (ibuffer-default-directory, toplevel): Doc files. | 393 (ibuffer-default-directory, toplevel): Doc files. |
394 | 394 |
395 2002-01-20 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 395 2002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
396 | 396 |
397 * tempo.el (tempo-define-template): Doc fix. | 397 * tempo.el (tempo-define-template): Doc fix. |
398 | 398 |
399 * scroll-bar.el (scroll-bar-mode): Make argument optional. | 399 * scroll-bar.el (scroll-bar-mode): Make argument optional. |
400 | 400 |
407 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el | 407 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el |
408 and make them defcustoms. | 408 and make them defcustoms. |
409 | 409 |
410 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. | 410 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. |
411 | 411 |
412 2002-01-19 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 412 2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
413 | 413 |
414 * language/tibet-util.el (tibetan-decompose-region) | 414 * language/tibet-util.el (tibetan-decompose-region) |
415 (tibetan-decompose-string): Fix typo in docstring. | 415 (tibetan-decompose-string): Fix typo in docstring. |
416 | 416 |
417 * ruler-mode.el (ruler-mode): New keyword. Fix :version. | 417 * ruler-mode.el (ruler-mode): New keyword. Fix :version. |
499 | 499 |
500 2002-01-16 Andreas Schwab <schwab@suse.de> | 500 2002-01-16 Andreas Schwab <schwab@suse.de> |
501 | 501 |
502 * mail/feedmail.el (feedmail): Fix :link spec. | 502 * mail/feedmail.el (feedmail): Fix :link spec. |
503 | 503 |
504 2002-01-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 504 2002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
505 | 505 |
506 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version | 506 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version |
507 2 ldapsearch. | 507 2 ldapsearch. |
508 | 508 |
509 * net/eudc.el: New maintainer. Change author's address. | 509 * net/eudc.el: New maintainer. Change author's address. |
617 (comint-simple-send): If comint-input-sender-no-newline, | 617 (comint-simple-send): If comint-input-sender-no-newline, |
618 don't output newline, but maybe send eof. | 618 don't output newline, but maybe send eof. |
619 (comint-send-input): New arg NO-NEWLINE. | 619 (comint-send-input): New arg NO-NEWLINE. |
620 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. | 620 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. |
621 | 621 |
622 2002-01-12 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 622 2002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
623 | 623 |
624 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent | 624 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent |
625 delaying when executing keyboard macros. | 625 delaying when executing keyboard macros. |
626 | 626 |
627 2002-01-12 Richard M. Stallman <rms@gnu.org> | 627 2002-01-12 Richard M. Stallman <rms@gnu.org> |
702 | 702 |
703 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. | 703 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. |
704 | 704 |
705 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. | 705 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. |
706 | 706 |
707 2002-01-08 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 707 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
708 | 708 |
709 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): | 709 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): |
710 Do not use make-local-hook. | 710 Do not use make-local-hook. |
711 | 711 |
712 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> | 712 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> |
718 | 718 |
719 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> | 719 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> |
720 | 720 |
721 * ediff-hook.el: Add an autoload cookie. | 721 * ediff-hook.el: Add an autoload cookie. |
722 | 722 |
723 2002-01-08 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 723 2002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
724 | 724 |
725 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail | 725 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail |
726 address of the author. | 726 address of the author. |
727 | 727 |
728 2002-01-08 Richard M. Stallman <rms@gnu.org> | 728 2002-01-08 Richard M. Stallman <rms@gnu.org> |
830 if following a kill command. | 830 if following a kill command. |
831 | 831 |
832 * help-fns.el (describe-variable, describe-function): | 832 * help-fns.el (describe-variable, describe-function): |
833 Do save-excursion. | 833 Do save-excursion. |
834 | 834 |
835 2002-01-06 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 835 2002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
836 | 836 |
837 * net/ldap.el (ldap-search-internal): Skip error message from | 837 * net/ldap.el (ldap-search-internal): Skip error message from |
838 ldapsearch. Allow listing attribute names only. Do not open | 838 ldapsearch. Allow listing attribute names only. Do not open |
839 non-existent files. | 839 non-existent files. |
840 | 840 |
854 (enriched-handle-display-prop): Return proper values. | 854 (enriched-handle-display-prop): Return proper values. |
855 | 855 |
856 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use | 856 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use |
857 proper attribute name labeledUri instead of deprecated labeledUrl. | 857 proper attribute name labeledUri instead of deprecated labeledUrl. |
858 | 858 |
859 2002-01-05 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 859 2002-01-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
860 | 860 |
861 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when | 861 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when |
862 editing an empty hotlist. | 862 editing an empty hotlist. |
863 | 863 |
864 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. | 864 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. |
916 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from | 916 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from |
917 2001-10-24. | 917 2001-10-24. |
918 | 918 |
919 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. | 919 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. |
920 | 920 |
921 2002-01-04 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 921 2002-01-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
922 | 922 |
923 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated | 923 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated |
924 entry. | 924 entry. |
925 (ldap-ignore-attribute-codings): Change the default value to allow | 925 (ldap-ignore-attribute-codings): Change the default value to allow |
926 encoding/decoding of attributes. | 926 encoding/decoding of attributes. |
947 `ls' directly. Bind coding-system-for-read to emacs-mule-unix | 947 `ls' directly. Bind coding-system-for-read to emacs-mule-unix |
948 before reading the auto-save file. If the buffer's auto-save file | 948 before reading the auto-save file. If the buffer's auto-save file |
949 does not exist, call mail-recover-1 to allow recovery from past | 949 does not exist, call mail-recover-1 to allow recovery from past |
950 auto-saved drafts. | 950 auto-saved drafts. |
951 | 951 |
952 2002-01-03 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 952 2002-01-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
953 | 953 |
954 * time.el (display-time-load-average-threshold): Fix defcustom | 954 * time.el (display-time-load-average-threshold): Fix defcustom |
955 (add type and group). | 955 (add type and group). |
956 | 956 |
957 * net/ange-ftp.el (ange-ftp-shell-command): Remove port | 957 * net/ange-ftp.el (ange-ftp-shell-command): Remove port |
1066 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> | 1066 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
1067 | 1067 |
1068 * bindings.el (function-key-map): Don't bind shifted keypad | 1068 * bindings.el (function-key-map): Don't bind shifted keypad |
1069 numeric keys. | 1069 numeric keys. |
1070 | 1070 |
1071 2002-01-02 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1071 2002-01-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1072 | 1072 |
1073 * enriched.el (enriched-handle-display-prop): Remove unused | 1073 * enriched.el (enriched-handle-display-prop): Remove unused |
1074 variables. | 1074 variables. |
1075 (enriched-mode): Doc fix. | 1075 (enriched-mode): Doc fix. |
1076 | 1076 |
1103 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> | 1103 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> |
1104 | 1104 |
1105 * cus-edit.el (custom-face-edit-fix-value): New function. | 1105 * cus-edit.el (custom-face-edit-fix-value): New function. |
1106 (custom-face-edit): Use it, to convert :italic and :bold to new forms. | 1106 (custom-face-edit): Use it, to convert :italic and :bold to new forms. |
1107 | 1107 |
1108 2001-12-30 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1108 2001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1109 | 1109 |
1110 * progmodes/octave-mod.el (octave-abbrev-table): | 1110 * progmodes/octave-mod.el (octave-abbrev-table): |
1111 * progmodes/idlwave.el (idlwave-mode-abbrev-table): | 1111 * progmodes/idlwave.el (idlwave-mode-abbrev-table): |
1112 * progmodes/fortran.el (fortran-mode-abbrev-table): | 1112 * progmodes/fortran.el (fortran-mode-abbrev-table): |
1113 * progmodes/f90.el (f90-mode-abbrev-table): | 1113 * progmodes/f90.el (f90-mode-abbrev-table): |
1233 | 1233 |
1234 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> | 1234 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> |
1235 | 1235 |
1236 * international/fontset.el: Don't require ind-util when compiling. | 1236 * international/fontset.el: Don't require ind-util when compiling. |
1237 | 1237 |
1238 2001-12-25 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1238 2001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1239 | 1239 |
1240 * emulation/tpu-edt.el (tpu-reset-screen-size): Use | 1240 * emulation/tpu-edt.el (tpu-reset-screen-size): Use |
1241 set-frame-height and set-frame-width instead of set-screen-height | 1241 set-frame-height and set-frame-width instead of set-screen-height |
1242 and set-screen-width. | 1242 and set-screen-width. |
1243 | 1243 |
1321 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. | 1321 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. |
1322 | 1322 |
1323 * play/yow.el (yow): Use an arg to distinguish interactive calls, | 1323 * play/yow.el (yow): Use an arg to distinguish interactive calls, |
1324 not interactive-p. | 1324 not interactive-p. |
1325 | 1325 |
1326 2001-12-22 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1326 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1327 | 1327 |
1328 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove | 1328 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove |
1329 mocklisp entries. | 1329 mocklisp entries. |
1330 | 1330 |
1331 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in | 1331 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in |
1348 2001-12-22 Miles Bader <miles@gnu.org> | 1348 2001-12-22 Miles Bader <miles@gnu.org> |
1349 | 1349 |
1350 * textmodes/refill.el (refill-mode): Don't barf when redundantly | 1350 * textmodes/refill.el (refill-mode): Don't barf when redundantly |
1351 turning refill-mode off. | 1351 turning refill-mode off. |
1352 | 1352 |
1353 2001-12-22 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1353 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1354 | 1354 |
1355 * time.el (display-time-load-average-threshold): New variable. | 1355 * time.el (display-time-load-average-threshold): New variable. |
1356 (display-time-update): Use it. | 1356 (display-time-update): Use it. |
1357 | 1357 |
1358 These changes allow cycling through past 1, 5 and 15 minutes | 1358 These changes allow cycling through past 1, 5 and 15 minutes |
1491 | 1491 |
1492 * international/mule-diag.el (describe-coding-system, | 1492 * international/mule-diag.el (describe-coding-system, |
1493 print-coding-system-briefly): Make printed output have a similar | 1493 print-coding-system-briefly): Make printed output have a similar |
1494 format as describe-character-set. | 1494 format as describe-character-set. |
1495 | 1495 |
1496 2001-12-20 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1496 2001-12-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1497 | 1497 |
1498 * play/blackbox.el (bb-member): Remove, use member instead. | 1498 * play/blackbox.el (bb-member): Remove, use member instead. |
1499 (bb-delete): Remove, use delete instead. | 1499 (bb-delete): Remove, use delete instead. |
1500 Update copyright notice. Defvar for bb-board, bb-x, bb-y, | 1500 Update copyright notice. Defvar for bb-board, bb-x, bb-y, |
1501 bb-score, bb-detour-count and bb-balls-placed. | 1501 bb-score, bb-detour-count and bb-balls-placed. |
1525 | 1525 |
1526 2001-12-19 Miles Bader <miles@gnu.org> | 1526 2001-12-19 Miles Bader <miles@gnu.org> |
1527 | 1527 |
1528 * international/fontset.el: Require `ind-util' when compiling. | 1528 * international/fontset.el: Require `ind-util' when compiling. |
1529 | 1529 |
1530 2001-12-18 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1530 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1531 | 1531 |
1532 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string | 1532 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string |
1533 instead of decompose-composite-char. | 1533 instead of decompose-composite-char. |
1534 | 1534 |
1535 2001-12-18 Richard M. Stallman <rms@gnu.org> | 1535 2001-12-18 Richard M. Stallman <rms@gnu.org> |
1743 (xml-parse-tag): Don't skip white space. Return nil for a comment. | 1743 (xml-parse-tag): Don't skip white space. Return nil for a comment. |
1744 Concat the two strings surrounding a comment into a single string. | 1744 Concat the two strings surrounding a comment into a single string. |
1745 | 1745 |
1746 * newcomment.el (comment-indent): Jump to the middle of empty comments. | 1746 * newcomment.el (comment-indent): Jump to the middle of empty comments. |
1747 | 1747 |
1748 2001-12-14 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1748 2001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1749 | 1749 |
1750 * select.el (xselect-convert-to-class, xselect-convert-to-name): | 1750 * select.el (xselect-convert-to-class, xselect-convert-to-name): |
1751 Document. | 1751 Document. |
1752 | 1752 |
1753 2001-12-14 Andre Spiegel <spiegel@gnu.org> | 1753 2001-12-14 Andre Spiegel <spiegel@gnu.org> |
1791 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> | 1791 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> |
1792 | 1792 |
1793 * international/mule.el (set-auto-coding): Don't search for | 1793 * international/mule.el (set-auto-coding): Don't search for |
1794 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. | 1794 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. |
1795 | 1795 |
1796 2001-12-13 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1796 2001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1797 | 1797 |
1798 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. | 1798 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. |
1799 | 1799 |
1800 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. | 1800 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. |
1801 | 1801 |
1847 * language/thai-util.el, language/thai.el: Add Unicode equivalents. | 1847 * language/thai-util.el, language/thai.el: Add Unicode equivalents. |
1848 | 1848 |
1849 * language/european.el: Remove autoload cookies. Fix registration | 1849 * language/european.el: Remove autoload cookies. Fix registration |
1850 of diacritic composition function. | 1850 of diacritic composition function. |
1851 | 1851 |
1852 2001-12-11 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1852 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1853 | 1853 |
1854 * calendar/todo-mode.el: Require time-stamp. | 1854 * calendar/todo-mode.el: Require time-stamp. |
1855 | 1855 |
1856 * net/zone-mode.el (zone-mode): Don't use make-local-hook. | 1856 * net/zone-mode.el (zone-mode): Don't use make-local-hook. |
1857 | 1857 |
1904 | 1904 |
1905 * iswitchb.el (iswitchb-visit-buffer): | 1905 * iswitchb.el (iswitchb-visit-buffer): |
1906 Use `select-frame-set-input-focus'--needed when window manager | 1906 Use `select-frame-set-input-focus'--needed when window manager |
1907 uses "click to focus" policy. | 1907 uses "click to focus" policy. |
1908 | 1908 |
1909 2001-12-09 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 1909 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
1910 | 1910 |
1911 * COPYING: Moved back. | 1911 * COPYING: Moved back. |
1912 | 1912 |
1913 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> | 1913 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> |
1914 | 1914 |
2053 (tags-search, tags-query-replace): Use backquotes. | 2053 (tags-search, tags-query-replace): Use backquotes. |
2054 | 2054 |
2055 * textmodes/picture.el (picture-mode-map): Don't use defconst | 2055 * textmodes/picture.el (picture-mode-map): Don't use defconst |
2056 for a variable. | 2056 for a variable. |
2057 | 2057 |
2058 2001-12-02 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2058 2001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2059 | 2059 |
2060 * textmodes/reftex-index.el (reftex-index-mode): | 2060 * textmodes/reftex-index.el (reftex-index-mode): |
2061 Remove make-local-hook. | 2061 Remove make-local-hook. |
2062 | 2062 |
2063 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. | 2063 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. |
2118 * progmodes/hideif.el (hide-ifdef-mode): Only modify | 2118 * progmodes/hideif.el (hide-ifdef-mode): Only modify |
2119 `change-major-mode-hook' locally. Reset invisibility spec. | 2119 `change-major-mode-hook' locally. Reset invisibility spec. |
2120 | 2120 |
2121 * man.el (Man-build-section-alist): Remove last Man-match-substring. | 2121 * man.el (Man-build-section-alist): Remove last Man-match-substring. |
2122 | 2122 |
2123 2001-11-30 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 2123 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
2124 | 2124 |
2125 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. | 2125 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. |
2126 Clarify error message. | 2126 Clarify error message. |
2127 | 2127 |
2128 2001-11-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 2128 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
2129 | 2129 |
2130 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. | 2130 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. |
2131 | 2131 |
2132 2001-11-30 Andre Spiegel <spiegel@gnu.org> | 2132 2001-11-30 Andre Spiegel <spiegel@gnu.org> |
2133 | 2133 |
2177 several sequential nodes. Add a simple caching mechanism. | 2177 several sequential nodes. Add a simple caching mechanism. |
2178 (Info-goto-index): New function extracted from Info-index. | 2178 (Info-goto-index): New function extracted from Info-index. |
2179 (Info-index): Use it. Add completion to the interactive spec. | 2179 (Info-index): Use it. Add completion to the interactive spec. |
2180 (Info-menu-update): Simplify call to `Info-complete-menu-item'. | 2180 (Info-menu-update): Simplify call to `Info-complete-menu-item'. |
2181 | 2181 |
2182 2001-11-29 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2182 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2183 | 2183 |
2184 * COPYING: Removed. | 2184 * COPYING: Removed. |
2185 | 2185 |
2186 2001-11-29 Dave Love <fx@gnu.org> | 2186 2001-11-29 Dave Love <fx@gnu.org> |
2187 | 2187 |
2194 * international/mule.el: Doc fixes. | 2194 * international/mule.el: Doc fixes. |
2195 (map-charset-chars): New function. | 2195 (map-charset-chars): New function. |
2196 (register-char-codings): Use it to cope with generic chars in | 2196 (register-char-codings): Use it to cope with generic chars in |
2197 safe-chars. | 2197 safe-chars. |
2198 | 2198 |
2199 2001-11-29 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2199 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2200 | 2200 |
2201 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. | 2201 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. |
2202 | 2202 |
2203 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. | 2203 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. |
2204 | 2204 |
2338 2001-11-26 Sam Steingold <sds@gnu.org> | 2338 2001-11-26 Sam Steingold <sds@gnu.org> |
2339 | 2339 |
2340 * frame.el (show-trailing-whitespace): Remove :set argument (the | 2340 * frame.el (show-trailing-whitespace): Remove :set argument (the |
2341 value was essentially identical to the defalt). | 2341 value was essentially identical to the defalt). |
2342 | 2342 |
2343 2001-11-26 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2343 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2344 | 2344 |
2345 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. | 2345 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. |
2346 | 2346 |
2347 * icomplete.el (icomplete-minibuffer-setup): Likewise. | 2347 * icomplete.el (icomplete-minibuffer-setup): Likewise. |
2348 | 2348 |
2402 | 2402 |
2403 * window.el (save-selected-window): No error if saved window is dead. | 2403 * window.el (save-selected-window): No error if saved window is dead. |
2404 | 2404 |
2405 * help-funs.el (describe-syntax): Put (interactive) after doc string. | 2405 * help-funs.el (describe-syntax): Put (interactive) after doc string. |
2406 | 2406 |
2407 2001-11-26 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2407 2001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2408 | 2408 |
2409 * international/quail.el (quail-help): Require help-mode in | 2409 * international/quail.el (quail-help): Require help-mode in |
2410 top-level instead. | 2410 top-level instead. |
2411 | 2411 |
2412 * iswitchb.el (iswitchb-exhibit): Use insert instead of | 2412 * iswitchb.el (iswitchb-exhibit): Use insert instead of |
2473 Define each button type with its own explicit define-button-type. | 2473 Define each button type with its own explicit define-button-type. |
2474 | 2474 |
2475 * language/devan-util.el: Comment out parts of the file | 2475 * language/devan-util.el: Comment out parts of the file |
2476 which apparently are garbled. | 2476 which apparently are garbled. |
2477 | 2477 |
2478 2001-11-25 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2478 2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2479 | 2479 |
2480 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use | 2480 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use |
2481 insert-string. | 2481 insert-string. |
2482 | 2482 |
2483 2001-11-25 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2483 2001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2484 | 2484 |
2485 * play/snake.el (snake-mode): Remove make-local-hook. | 2485 * play/snake.el (snake-mode): Remove make-local-hook. |
2486 | 2486 |
2487 * play/tetris.el (tetris-mode): Likewise. | 2487 * play/tetris.el (tetris-mode): Likewise. |
2488 | 2488 |
2605 | 2605 |
2606 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. | 2606 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. |
2607 | 2607 |
2608 * international/encoded-kb.el: Don't alter minor-map-alist. | 2608 * international/encoded-kb.el: Don't alter minor-map-alist. |
2609 | 2609 |
2610 2001-11-20 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 2610 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
2611 | 2611 |
2612 * files.el (auto-save-file-name-transforms): Put remote files in | 2612 * files.el (auto-save-file-name-transforms): Put remote files in |
2613 temporary-file-directory rather than /tmp. | 2613 temporary-file-directory rather than /tmp. |
2614 | 2614 |
2615 2001-11-21 Colin Walters <walters@debian.org> | 2615 2001-11-21 Colin Walters <walters@debian.org> |
2963 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word | 2963 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word |
2964 if it doesn't make sense as anything else. | 2964 if it doesn't make sense as anything else. |
2965 Don't recognize a "telephone number" at the beginning of the name. | 2965 Don't recognize a "telephone number" at the beginning of the name. |
2966 (mail-extr-leading-garbage): Match non-word characters only. | 2966 (mail-extr-leading-garbage): Match non-word characters only. |
2967 | 2967 |
2968 2001-11-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2968 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2969 | 2969 |
2970 * startup.el (command-line-processed): Doc fix. | 2970 * startup.el (command-line-processed): Doc fix. |
2971 | 2971 |
2972 * apropos.el (apropos-next-label-button): Doc fix. | 2972 * apropos.el (apropos-next-label-button): Doc fix. |
2973 | 2973 |
2991 | 2991 |
2992 * emacs-lisp/cl.el (values, values-list, multiple-value-list) | 2992 * emacs-lisp/cl.el (values, values-list, multiple-value-list) |
2993 (multiple-value-apply, nth-value): Use defsubst rather than defalias | 2993 (multiple-value-apply, nth-value): Use defsubst rather than defalias |
2994 to get better doc strings. | 2994 to get better doc strings. |
2995 | 2995 |
2996 2001-11-15 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 2996 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
2997 | 2997 |
2998 * derived.el: Fix autoload cookie. | 2998 * derived.el: Fix autoload cookie. |
2999 | 2999 |
3000 2001-11-15 Richard M. Stallman <rms@gnu.org> | 3000 2001-11-15 Richard M. Stallman <rms@gnu.org> |
3001 | 3001 |
3186 (log-view-current-file): Do final `expand-file-name' in the | 3186 (log-view-current-file): Do final `expand-file-name' in the |
3187 current `default-directory'. | 3187 current `default-directory'. |
3188 (log-view-current-tag): Take an optional `where' arg. | 3188 (log-view-current-tag): Take an optional `where' arg. |
3189 (log-view-diff): New user command. | 3189 (log-view-diff): New user command. |
3190 | 3190 |
3191 2001-11-12 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 3191 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
3192 | 3192 |
3193 * progmodes/cpp.el (cpp-choose-face): Fix typo. | 3193 * progmodes/cpp.el (cpp-choose-face): Fix typo. |
3194 | 3194 |
3195 2001-11-12 Sam Steingold <sds@gnu.org> | 3195 2001-11-12 Sam Steingold <sds@gnu.org> |
3196 | 3196 |
3226 `unread-command-char'. | 3226 `unread-command-char'. |
3227 | 3227 |
3228 * calc/calc-ext.el (calc-init-extensions): Update autoload names | 3228 * calc/calc-ext.el (calc-init-extensions): Update autoload names |
3229 to match files renamed on initial calc import. | 3229 to match files renamed on initial calc import. |
3230 | 3230 |
3231 2001-11-12 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 3231 2001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
3232 | 3232 |
3233 * textmodes/flyspell.el (flyspell-default-dictionary): | 3233 * textmodes/flyspell.el (flyspell-default-dictionary): |
3234 Fix previous change. | 3234 Fix previous change. |
3235 | 3235 |
3236 2001-11-12 Richard M. Stallman <rms@gnu.org> | 3236 2001-11-12 Richard M. Stallman <rms@gnu.org> |
3269 (clipboard-yank): Ditto. | 3269 (clipboard-yank): Ditto. |
3270 | 3270 |
3271 2001-11-11 Colin Walters <walters@verbum.org> | 3271 2001-11-11 Colin Walters <walters@verbum.org> |
3272 | 3272 |
3273 The following changes are based on patches from | 3273 The following changes are based on patches from |
3274 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,b_(Bjohann | 3274 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann |
3275 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. | 3275 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. |
3276 | 3276 |
3277 * calc/calc.el (toplevel): Require calc-macs. | 3277 * calc/calc.el (toplevel): Require calc-macs. |
3278 (calc-minibuffer-size): New. | 3278 (calc-minibuffer-size): New. |
3279 (calcDigit-nondigit): Use it instead of `buffer-size'. | 3279 (calcDigit-nondigit): Use it instead of `buffer-size'. |
3338 | 3338 |
3339 * wid-edit.el (checklist): Removed `:menu-tag'. | 3339 * wid-edit.el (checklist): Removed `:menu-tag'. |
3340 (radio-button-choice): Ditto. | 3340 (radio-button-choice): Ditto. |
3341 (editable-list): Ditto. | 3341 (editable-list): Ditto. |
3342 | 3342 |
3343 2001-11-09 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 3343 2001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
3344 | 3344 |
3345 * play/gomoku.el: Move definitions of constants to the beginning | 3345 * play/gomoku.el: Move definitions of constants to the beginning |
3346 of file, before their use. | 3346 of file, before their use. |
3347 | 3347 |
3348 2001-11-09 Richard M. Stallman <rms@gnu.org> | 3348 2001-11-09 Richard M. Stallman <rms@gnu.org> |
3614 | 3614 |
3615 * emacs-lisp/debug.el (debugger-make-xrefs): New function. | 3615 * emacs-lisp/debug.el (debugger-make-xrefs): New function. |
3616 (debugger-setup-buffer): Call it. | 3616 (debugger-setup-buffer): Call it. |
3617 (debugger-mode-map): Bind RET and mouse-2. | 3617 (debugger-mode-map): Bind RET and mouse-2. |
3618 | 3618 |
3619 2001-10-31 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 3619 2001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
3620 | 3620 |
3621 * startup.el: Document command line option --no-window-system | 3621 * startup.el: Document command line option --no-window-system |
3622 instead of --no-windows. | 3622 instead of --no-windows. |
3623 | 3623 |
3624 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 3624 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> |
3757 | 3757 |
3758 * emacs-lisp/bytecomp.el (byte-recompile-directory): | 3758 * emacs-lisp/bytecomp.el (byte-recompile-directory): |
3759 Report numbers of files skipped and failed too. | 3759 Report numbers of files skipped and failed too. |
3760 (byte-compile-file): Return 'no-byte-compile for skipped files. | 3760 (byte-compile-file): Return 'no-byte-compile for skipped files. |
3761 | 3761 |
3762 2001-10-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 3762 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
3763 | 3763 |
3764 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' | 3764 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' |
3765 and `M p'. | 3765 and `M p'. |
3766 | 3766 |
3767 2001-10-29 Gerd Moellmann <gerd@gnu.org> | 3767 2001-10-29 Gerd Moellmann <gerd@gnu.org> |
4107 2001-10-22 Gerd Moellmann <gerd@gnu.org> | 4107 2001-10-22 Gerd Moellmann <gerd@gnu.org> |
4108 | 4108 |
4109 * progmodes/compile.el (compilation-set-window-height): | 4109 * progmodes/compile.el (compilation-set-window-height): |
4110 Select old window only if it's still live. | 4110 Select old window only if it's still live. |
4111 | 4111 |
4112 2001-10-22 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 4112 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
4113 | 4113 |
4114 * help-mode.el (help-buffer): Remove debugging code. | 4114 * help-mode.el (help-buffer): Remove debugging code. |
4115 From Stefan Monnier <monnier@cs.yale.edu>. | 4115 From Stefan Monnier <monnier@cs.yale.edu>. |
4116 | 4116 |
4117 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> | 4117 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> |
4383 | 4383 |
4384 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> | 4384 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> |
4385 | 4385 |
4386 * version.el (emacs-version): Bump to 21.1.50. | 4386 * version.el (emacs-version): Bump to 21.1.50. |
4387 | 4387 |
4388 2001-10-13 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 4388 2001-10-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
4389 | 4389 |
4390 * mail/mailalias.el (mail-directory-stream): Do not double | 4390 * mail/mailalias.el (mail-directory-stream): Do not double |
4391 variables in the lambda-list. | 4391 variables in the lambda-list. |
4392 | 4392 |
4393 * play/gomoku.el (gomoku-init-display): Ditto. | 4393 * play/gomoku.el (gomoku-init-display): Ditto. |
4680 * simple.el (end-of-buffer): Fix code scrolling specially | 4680 * simple.el (end-of-buffer): Fix code scrolling specially |
4681 for the buffer end. | 4681 for the buffer end. |
4682 | 4682 |
4683 * startup.el (command-line-1): Bind tab-width to 8. | 4683 * startup.el (command-line-1): Bind tab-width to 8. |
4684 | 4684 |
4685 2001-10-10 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 4685 2001-10-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
4686 | 4686 |
4687 * emulation/tpu-edt.el: Use defalias instead of fset for | 4687 * emulation/tpu-edt.el: Use defalias instead of fset for |
4688 user-visible commands. From Rob Riepel | 4688 user-visible commands. From Rob Riepel |
4689 <riepel@Networking.Stanford.EDU>. | 4689 <riepel@Networking.Stanford.EDU>. |
4690 | 4690 |
5041 | 5041 |
5042 2001-10-03 Stefan Monnier <monnier@cs.yale.edu> | 5042 2001-10-03 Stefan Monnier <monnier@cs.yale.edu> |
5043 | 5043 |
5044 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. | 5044 * pcvs-util.el (cvs-prefix-define): Typo cons->concat. |
5045 | 5045 |
5046 2001-10-03 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 5046 2001-10-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
5047 | 5047 |
5048 * emulation/tpu-edt.el: Make messages match original TPU/edt | 5048 * emulation/tpu-edt.el: Make messages match original TPU/edt |
5049 editor. From riepel@Stanford.EDU (Rob Riepel). | 5049 editor. From riepel@Stanford.EDU (Rob Riepel). |
5050 | 5050 |
5051 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il> | 5051 2001-10-03 Eli Zaretskii <eliz@is.elta.co.il> |
5427 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk> | 5427 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk> |
5428 | 5428 |
5429 * comint.el (comint-send-input): Handle comint-process-echoes | 5429 * comint.el (comint-send-input): Handle comint-process-echoes |
5430 differently. | 5430 differently. |
5431 | 5431 |
5432 2001-09-07 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 5432 2001-09-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
5433 | 5433 |
5434 * locate.el (locate-insert-header): Remove unnecessary whitespace. | 5434 * locate.el (locate-insert-header): Remove unnecessary whitespace. |
5435 | 5435 |
5436 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il> | 5436 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il> |
5437 | 5437 |
5495 deleting previous input. From "Dr Francis J. Wright" | 5495 deleting previous input. From "Dr Francis J. Wright" |
5496 <F.J.Wright@qmw.ac.uk>. | 5496 <F.J.Wright@qmw.ac.uk>. |
5497 | 5497 |
5498 * simple.el (backward-word): Doc fix. | 5498 * simple.el (backward-word): Doc fix. |
5499 | 5499 |
5500 2001-09-03 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 5500 2001-09-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
5501 | 5501 |
5502 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el | 5502 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el |
5503 * uncompress.el, uniquify.el, vc.el, view.el, window.el | 5503 * uncompress.el, uniquify.el, vc.el, view.el, window.el |
5504 * w32-fns.el: Add Keywords header. | 5504 * w32-fns.el: Add Keywords header. |
5505 | 5505 |
5538 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for | 5538 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for |
5539 MS-DOS, since cpp might not be available. | 5539 MS-DOS, since cpp might not be available. |
5540 | 5540 |
5541 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: | 5541 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: |
5542 Mention "yank" in the help-echo text. | 5542 Mention "yank" in the help-echo text. |
5543 Suggested by Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 5543 Suggested by Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
5544 | 5544 |
5545 2001-09-01 Stefan Monnier <monnier@cs.yale.edu> | 5545 2001-09-01 Stefan Monnier <monnier@cs.yale.edu> |
5546 | 5546 |
5547 * newcomment.el (comment-indent): Insert spaces more carefully. | 5547 * newcomment.el (comment-indent): Insert spaces more carefully. |
5548 | 5548 |
5598 <Simon.Marshall@midas-kapiti.com>. | 5598 <Simon.Marshall@midas-kapiti.com>. |
5599 | 5599 |
5600 * startup.el (fancy-splash-screens): Temporarily set | 5600 * startup.el (fancy-splash-screens): Temporarily set |
5601 minor-mode-map-alist to nil while displaying splash screens. | 5601 minor-mode-map-alist to nil while displaying splash screens. |
5602 | 5602 |
5603 2001-08-29 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 5603 2001-08-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
5604 | 5604 |
5605 * buff-menu.el: Add Keywords header. | 5605 * buff-menu.el: Add Keywords header. |
5606 Doc fix (C-x C-b is bound to list-buffers). | 5606 Doc fix (C-x C-b is bound to list-buffers). |
5607 | 5607 |
5608 * dired-x.el: Add keyword files to get listed in finder. | 5608 * dired-x.el: Add keyword files to get listed in finder. |
5682 From Simon Josefsson <jas@extundo.com>. | 5682 From Simon Josefsson <jas@extundo.com>. |
5683 | 5683 |
5684 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il> | 5684 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il> |
5685 | 5685 |
5686 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error | 5686 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error |
5687 messages. From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 5687 messages. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
5688 | 5688 |
5689 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel | 5689 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel |
5690 Jan,bm(Bk <Pavel@Janik.cz>. | 5690 Jan,Bm(Bk <Pavel@Janik.cz>. |
5691 | 5691 |
5692 * emacs-lisp/lselect.el: Ditto. | 5692 * emacs-lisp/lselect.el: Ditto. |
5693 | 5693 |
5694 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): | 5694 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): |
5695 Remove periods from the end of error message strings. | 5695 Remove periods from the end of error message strings. |
5696 From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 5696 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
5697 | 5697 |
5698 * progmodes/antlr-mode.el: Add Keywords header. From Pavel | 5698 * progmodes/antlr-mode.el: Add Keywords header. From Pavel |
5699 Jan,bm(Bk <Pavel@Janik.cz>. | 5699 Jan,Bm(Bk <Pavel@Janik.cz>. |
5700 | 5700 |
5701 * net/telnet.el: Ditto. | 5701 * net/telnet.el: Ditto. |
5702 | 5702 |
5703 2001-08-26 Gerd Moellmann <gerd@gnu.org> | 5703 2001-08-26 Gerd Moellmann <gerd@gnu.org> |
5704 | 5704 |
5809 * whitespace.el (whitespace-check-indent-whitespace): Defaults to | 5809 * whitespace.el (whitespace-check-indent-whitespace): Defaults to |
5810 `indent-tabs-mode', since the latter notes user preferences on | 5810 `indent-tabs-mode', since the latter notes user preferences on |
5811 TABs anyway. | 5811 TABs anyway. |
5812 | 5812 |
5813 * whitespace.el (whitespace-version): 3.1. All of the above issues | 5813 * whitespace.el (whitespace-version): 3.1. All of the above issues |
5814 were raised by Fran,bg(Bois Pinard, which led to the fixes described. | 5814 were raised by Fran,Ag(Bois Pinard, which led to the fixes described. |
5815 | 5815 |
5816 2001-08-20 Gerd Moellmann <gerd@gnu.org> | 5816 2001-08-20 Gerd Moellmann <gerd@gnu.org> |
5817 | 5817 |
5818 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove | 5818 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove |
5819 some spaces from a message. From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 5819 some spaces from a message. From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
5820 | 5820 |
5821 * whitespace.el (whitespace-global-mode): Add autoload cookie. | 5821 * whitespace.el (whitespace-global-mode): Add autoload cookie. |
5822 | 5822 |
5823 2001-08-20 Alex Schroeder <alex@gnu.org> | 5823 2001-08-20 Alex Schroeder <alex@gnu.org> |
5824 | 5824 |
5988 * image.el (image-type-regexps): Allow whitespace at the start | 5988 * image.el (image-type-regexps): Allow whitespace at the start |
5989 of the image data for XPM, XBM and Postscript, which are | 5989 of the image data for XPM, XBM and Postscript, which are |
5990 text files. | 5990 text files. |
5991 (image-jpeg-p): Correct calculation of next field offset. | 5991 (image-jpeg-p): Correct calculation of next field offset. |
5992 | 5992 |
5993 2001-08-08 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 5993 2001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
5994 | 5994 |
5995 * battery.el: Fix typo. | 5995 * battery.el: Fix typo. |
5996 | 5996 |
5997 2001-08-08 Gerd Moellmann <gerd@gnu.org> | 5997 2001-08-08 Gerd Moellmann <gerd@gnu.org> |
5998 | 5998 |
6025 derived from the JFIF spec. | 6025 derived from the JFIF spec. |
6026 | 6026 |
6027 * image.el (image-type-regexps): Use `\`' instead of `^' in | 6027 * image.el (image-type-regexps): Use `\`' instead of `^' in |
6028 most regular expressions. | 6028 most regular expressions. |
6029 | 6029 |
6030 2001-08-06 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6030 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6031 | 6031 |
6032 * play/animate.el: Re-insert a reference to re-inserted function. | 6032 * play/animate.el: Re-insert a reference to re-inserted function. |
6033 | 6033 |
6034 2001-08-06 Gerd Moellmann <gerd@gnu.org> | 6034 2001-08-06 Gerd Moellmann <gerd@gnu.org> |
6035 | 6035 |
6039 * play/animate.el (animate-birthday-present): Re-insert. | 6039 * play/animate.el (animate-birthday-present): Re-insert. |
6040 | 6040 |
6041 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): | 6041 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): |
6042 Handle old-style menu definitions. | 6042 Handle old-style menu definitions. |
6043 | 6043 |
6044 2001-08-06 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6044 2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6045 | 6045 |
6046 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, | 6046 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el, |
6047 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. | 6047 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added. |
6048 | 6048 |
6049 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el, | 6049 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el, |
6050 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, | 6050 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el, |
6051 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. | 6051 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer. |
6052 | 6052 |
6053 2001-08-05 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6053 2001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6054 | 6054 |
6055 * textmodes/tildify.el: Milan Zamazal has new address. | 6055 * textmodes/tildify.el: Milan Zamazal has new address. |
6056 | 6056 |
6057 2001-08-03 Gerd Moellmann <gerd@gnu.org> | 6057 2001-08-03 Gerd Moellmann <gerd@gnu.org> |
6058 | 6058 |
6386 * font-lock.el (c++-keywords): Add Standard C++ operator names. | 6386 * font-lock.el (c++-keywords): Add Standard C++ operator names. |
6387 | 6387 |
6388 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. | 6388 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. |
6389 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, | 6389 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, |
6390 | 6390 |
6391 2001-07-17 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6391 2001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6392 | 6392 |
6393 * international/iso-transl.el: Fix typo in the header of the file. | 6393 * international/iso-transl.el: Fix typo in the header of the file. |
6394 | 6394 |
6395 * textmodes/picture.el (picture): Doc fix. | 6395 * textmodes/picture.el (picture): Doc fix. |
6396 | 6396 |
6418 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> | 6418 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> |
6419 | 6419 |
6420 * server.el (server-process-filter, server-visit-files): | 6420 * server.el (server-process-filter, server-visit-files): |
6421 Add support for +LINE:COLUMN style emacsclient calls. | 6421 Add support for +LINE:COLUMN style emacsclient calls. |
6422 | 6422 |
6423 2001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6423 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6424 | 6424 |
6425 * emacs-lisp/easy-mmode.el: Add Keywords header. | 6425 * emacs-lisp/easy-mmode.el: Add Keywords header. |
6426 | 6426 |
6427 * play/pong.el: Author has new address. | 6427 * play/pong.el: Author has new address. |
6428 | 6428 |
6471 | 6471 |
6472 * vc.el (vc-do-command): Autoload. | 6472 * vc.el (vc-do-command): Autoload. |
6473 | 6473 |
6474 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. | 6474 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook. |
6475 | 6475 |
6476 2001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6476 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6477 | 6477 |
6478 * ps-print.el: Fix Author: header. | 6478 * ps-print.el: Fix Author: header. |
6479 | 6479 |
6480 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 6480 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
6481 | 6481 |
6484 | 6484 |
6485 * eshell/esh-mode.el (eshell-send-invisible): Renamed from | 6485 * eshell/esh-mode.el (eshell-send-invisible): Renamed from |
6486 send-invisible, which is already defined in Comint. | 6486 send-invisible, which is already defined in Comint. |
6487 (eshell-watch-for-password-prompt): Use it. | 6487 (eshell-watch-for-password-prompt): Use it. |
6488 | 6488 |
6489 2001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6489 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6490 | 6490 |
6491 * which-func.el (which-func-mode): Doc fix. | 6491 * which-func.el (which-func-mode): Doc fix. |
6492 | 6492 |
6493 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el, | 6493 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el, |
6494 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el, | 6494 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el, |
6543 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 6543 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
6544 | 6544 |
6545 * simple.el (set-variable): Require 'cus-edit' instead of | 6545 * simple.el (set-variable): Require 'cus-edit' instead of |
6546 `wid-edit', so that the Custom widgets get defined. | 6546 `wid-edit', so that the Custom widgets get defined. |
6547 | 6547 |
6548 2001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6548 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6549 | 6549 |
6550 * allout.el: A fix to follow coding conventions. | 6550 * allout.el: A fix to follow coding conventions. |
6551 | 6551 |
6552 * find-lisp.el: A fix to follow coding conventions. | 6552 * find-lisp.el: A fix to follow coding conventions. |
6553 | 6553 |
6569 2001-07-16 Gerd Moellmann <gerd@gnu.org> | 6569 2001-07-16 Gerd Moellmann <gerd@gnu.org> |
6570 | 6570 |
6571 * dired.el (dired-insert-set-properties): Fix invalid mouse-face | 6571 * dired.el (dired-insert-set-properties): Fix invalid mouse-face |
6572 property. | 6572 property. |
6573 | 6573 |
6574 2001-07-16 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6574 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6575 | 6575 |
6576 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, | 6576 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el, |
6577 * play/gamegrid.el, play/handwrite.el, play/landmark.el, | 6577 * play/gamegrid.el, play/handwrite.el, play/landmark.el, |
6578 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: | 6578 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el: |
6579 Some fixes to follow coding conventions. | 6579 Some fixes to follow coding conventions. |
6591 * progmodes/make-mode.el (makefile-browse): Use make-local-variable. | 6591 * progmodes/make-mode.el (makefile-browse): Use make-local-variable. |
6592 | 6592 |
6593 * mail/reporter.el (reporter-submit-bug-report): | 6593 * mail/reporter.el (reporter-submit-bug-report): |
6594 Don't abuse make-variable-buffer-local. Fix call to add-hook. | 6594 Don't abuse make-variable-buffer-local. Fix call to add-hook. |
6595 | 6595 |
6596 2001-07-15 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6596 2001-07-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6597 | 6597 |
6598 * calendar/cal-china.el, calendar/cal-coptic.el, | 6598 * calendar/cal-china.el, calendar/cal-coptic.el, |
6599 * calendar/cal-dst.el, calendar/cal-french.el, | 6599 * calendar/cal-dst.el, calendar/cal-french.el, |
6600 * calendar/cal-hebrew.el, calendar/cal-islam.el, | 6600 * calendar/cal-hebrew.el, calendar/cal-islam.el, |
6601 * calendar/cal-iso.el, calendar/cal-julian.el, | 6601 * calendar/cal-iso.el, calendar/cal-julian.el, |
6718 * textmodes/underline.el, thingatpt.el, time.el, timer.el, | 6718 * textmodes/underline.el, thingatpt.el, time.el, timer.el, |
6719 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el, | 6719 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el, |
6720 * vt100-led.el, window.el: Some fixes to follow coding conventions in | 6720 * vt100-led.el, window.el: Some fixes to follow coding conventions in |
6721 files maintained by FSF. | 6721 files maintained by FSF. |
6722 | 6722 |
6723 2001-07-13 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6723 2001-07-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6724 | 6724 |
6725 * arc-mode.el: A fix to follow coding conventions. | 6725 * arc-mode.el: A fix to follow coding conventions. |
6726 | 6726 |
6727 * bindings.el: Ditto. | 6727 * bindings.el: Ditto. |
6728 | 6728 |
6749 * calendar/cal-islam.el (calendar-goto-islamic-date): | 6749 * calendar/cal-islam.el (calendar-goto-islamic-date): |
6750 Add autoload cookie. | 6750 Add autoload cookie. |
6751 | 6751 |
6752 * play/fortune.el: Add types to defcustoms. | 6752 * play/fortune.el: Add types to defcustoms. |
6753 | 6753 |
6754 2001-07-12 Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6754 2001-07-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6755 | 6755 |
6756 * language/czech.el: A fix to follow coding conventions. | 6756 * language/czech.el: A fix to follow coding conventions. |
6757 | 6757 |
6758 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> | 6758 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
6759 | 6759 |
6778 From: Per Starback <starback@ling.uu.se>. | 6778 From: Per Starback <starback@ling.uu.se>. |
6779 | 6779 |
6780 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> | 6780 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il> |
6781 | 6781 |
6782 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. | 6782 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs. |
6783 From Pavel Jan,bm(Bk <Pavel@Janik.cz> | 6783 From Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
6784 | 6784 |
6785 * progmodes/ada-mode.el: Ditto. | 6785 * progmodes/ada-mode.el: Ditto. |
6786 | 6786 |
6787 * progmodes/ada-xref.el: Ditto. | 6787 * progmodes/ada-xref.el: Ditto. |
6788 | 6788 |
6886 2001-07-05 Gerd Moellmann <gerd@gnu.org> | 6886 2001-07-05 Gerd Moellmann <gerd@gnu.org> |
6887 | 6887 |
6888 * calendar/todo-mode.el (todo-top-priorities): Use delete-region | 6888 * calendar/todo-mode.el (todo-top-priorities): Use delete-region |
6889 instead of kill-line. | 6889 instead of kill-line. |
6890 | 6890 |
6891 * play/pong.el: Fix first line. From Pavel Jan,bm(Bk | 6891 * play/pong.el: Fix first line. From Pavel Jan,Bm(Bk |
6892 <Pavel@Janik.cz>. | 6892 <Pavel@Janik.cz>. |
6893 | 6893 |
6894 * battery.el (battery-update): Add help-echo. From Pavel Jan,bm(Bk | 6894 * battery.el (battery-update): Add help-echo. From Pavel Jan,Bm(Bk |
6895 <Pavel@Janik.cz>. | 6895 <Pavel@Janik.cz>. |
6896 | 6896 |
6897 2001-07-04 Gerd Moellmann <gerd@gnu.org> | 6897 2001-07-04 Gerd Moellmann <gerd@gnu.org> |
6898 | 6898 |
6899 * font-lock.el (c-font-lock-keywords-3): When matching something | 6899 * font-lock.el (c-font-lock-keywords-3): When matching something |
6927 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15. | 6927 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15. |
6928 | 6928 |
6929 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> | 6929 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> |
6930 | 6930 |
6931 * allout.el: Fix the header line, so that finder.el recognizes it. | 6931 * allout.el: Fix the header line, so that finder.el recognizes it. |
6932 From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 6932 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
6933 | 6933 |
6934 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. | 6934 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. |
6935 From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 6935 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
6936 | 6936 |
6937 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> | 6937 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il> |
6938 | 6938 |
6939 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file. | 6939 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file. |
6940 | 6940 |
7240 lines of continuation lines. | 7240 lines of continuation lines. |
7241 | 7241 |
7242 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> | 7242 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il> |
7243 | 7243 |
7244 * server.el (server-process, server-buffer-clients): Doc fix. | 7244 * server.el (server-process, server-buffer-clients): Doc fix. |
7245 From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 7245 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
7246 | 7246 |
7247 2001-06-09 John Wiegley <johnw@gnu.org> | 7247 2001-06-09 John Wiegley <johnw@gnu.org> |
7248 | 7248 |
7249 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to | 7249 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to |
7250 test if the last command was Lisp or not. | 7250 test if the last command was Lisp or not. |
7498 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'. | 7498 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'. |
7499 | 7499 |
7500 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> | 7500 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il> |
7501 | 7501 |
7502 * international/ccl.el (define-ccl-program): Fix a typo. | 7502 * international/ccl.el (define-ccl-program): Fix a typo. |
7503 From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 7503 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
7504 | 7504 |
7505 * international/mule.el (decode-char): Fix a typo. From Pavel | 7505 * international/mule.el (decode-char): Fix a typo. From Pavel |
7506 Jan,bm(Bk <Pavel@Janik.cz>. | 7506 Jan,Bm(Bk <Pavel@Janik.cz>. |
7507 | 7507 |
7508 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel | 7508 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel |
7509 Jan,bm(Bk <Pavel@Janik.cz>. | 7509 Jan,Bm(Bk <Pavel@Janik.cz>. |
7510 | 7510 |
7511 * frame.el (automatic-hscrolling): Fix a typo. From Pavel | 7511 * frame.el (automatic-hscrolling): Fix a typo. From Pavel |
7512 Jan,bm(Bk <Pavel@Janik.cz>. | 7512 Jan,Bm(Bk <Pavel@Janik.cz>. |
7513 | 7513 |
7514 2001-05-18 Sam Steingold <sds@gnu.org> | 7514 2001-05-18 Sam Steingold <sds@gnu.org> |
7515 | 7515 |
7516 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer' | 7516 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer' |
7517 and [RET] to `cvs-mode-find-file'. | 7517 and [RET] to `cvs-mode-find-file'. |
7739 | 7739 |
7740 * tar-mode.el (tar-extract): Pay attention to the value of | 7740 * tar-mode.el (tar-extract): Pay attention to the value of |
7741 coding-system-for-read, if it is non-nil. | 7741 coding-system-for-read, if it is non-nil. |
7742 | 7742 |
7743 * calendar/holidays.el (holidays): Add an autoload cookie. | 7743 * calendar/holidays.el (holidays): Add an autoload cookie. |
7744 From Pavel Jan,bm(Bk <Pavel@Janik.cz>. | 7744 From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
7745 | 7745 |
7746 2001-05-08 John Wiegley <johnw@gnu.org> | 7746 2001-05-08 John Wiegley <johnw@gnu.org> |
7747 | 7747 |
7748 * calendar/timeclock.el (timeclock-workday-remaining): | 7748 * calendar/timeclock.el (timeclock-workday-remaining): |
7749 Changed logic for determining how much time is remaining. | 7749 Changed logic for determining how much time is remaining. |
8182 Tim Van Holder <tim.van.holder@pandora.be>. | 8182 Tim Van Holder <tim.van.holder@pandora.be>. |
8183 | 8183 |
8184 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il> | 8184 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il> |
8185 | 8185 |
8186 * info.el (Info-additional-directory-list): Doc fix. Suggested by | 8186 * info.el (Info-additional-directory-list): Doc fix. Suggested by |
8187 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>. | 8187 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>. |
8188 | 8188 |
8189 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il> | 8189 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il> |
8190 | 8190 |
8191 * info.el (Info-file-list-for-emacs): Add an entry for the "info" | 8191 * info.el (Info-file-list-for-emacs): Add an entry for the "info" |
8192 manual. | 8192 manual. |
8437 | 8437 |
8438 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): | 8438 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice): |
8439 Add an antry for ``converts''. | 8439 Add an antry for ``converts''. |
8440 | 8440 |
8441 * language/slovak.el ("Slovak"): Add documentation string. | 8441 * language/slovak.el ("Slovak"): Add documentation string. |
8442 From Pavel@Janik.cz (Pavel Jan,bm(Bk). | 8442 From Pavel@Janik.cz (Pavel Jan,Bm(Bk). |
8443 | 8443 |
8444 * language/czech.el ("Czech"): Add documentation string. | 8444 * language/czech.el ("Czech"): Add documentation string. |
8445 From Pavel@Janik.cz (Pavel Jan,bm(Bk). | 8445 From Pavel@Janik.cz (Pavel Jan,Bm(Bk). |
8446 | 8446 |
8447 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' | 8447 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf' |
8448 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. | 8448 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>. |
8449 | 8449 |
8450 2001-04-02 Stefan Monnier <monnier@cs.yale.edu> | 8450 2001-04-02 Stefan Monnier <monnier@cs.yale.edu> |
9151 correctly. | 9151 correctly. |
9152 | 9152 |
9153 2001-03-15 Gerd Moellmann <gerd@gnu.org> | 9153 2001-03-15 Gerd Moellmann <gerd@gnu.org> |
9154 | 9154 |
9155 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support | 9155 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support |
9156 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,bm(Bk ml.). | 9156 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan,Bm(Bk ml.). |
9157 | 9157 |
9158 2001-03-14 Gerd Moellmann <gerd@gnu.org> | 9158 2001-03-14 Gerd Moellmann <gerd@gnu.org> |
9159 | 9159 |
9160 * bindings.el (features): Add `md5' and `overlay' to the list. | 9160 * bindings.el (features): Add `md5' and `overlay' to the list. |
9161 | 9161 |
18339 accordingly. | 18339 accordingly. |
18340 | 18340 |
18341 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> | 18341 2000-08-28 Peter Breton <pbreton@ne.mediaone.net> |
18342 | 18342 |
18343 * locate.el (locate): Cleaned up locate command's interactive prompting | 18343 * locate.el (locate): Cleaned up locate command's interactive prompting |
18344 Thanks to Fran,bg(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. | 18344 Thanks to Fran,Ag(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions. |
18345 | 18345 |
18346 * filecache.el (file-cache-case-fold-search): New variable | 18346 * filecache.el (file-cache-case-fold-search): New variable |
18347 (file-cache-assoc-function): New variable | 18347 (file-cache-assoc-function): New variable |
18348 (file-cache-minibuffer-complete): Use file-cache-assoc-function. | 18348 (file-cache-minibuffer-complete): Use file-cache-assoc-function. |
18349 Use file-cache-case-fold-search variable | 18349 Use file-cache-case-fold-search variable |
22294 define-prefix-command with 3 arguments, to make the map suitable | 22294 define-prefix-command with 3 arguments, to make the map suitable |
22295 for a menu. | 22295 for a menu. |
22296 | 22296 |
22297 2000-05-07 Dave Love <fx@gnu.org> | 22297 2000-05-07 Dave Love <fx@gnu.org> |
22298 | 22298 |
22299 * time.el: Small doc fixes from Pavel Jan,bm(Bk ml. | 22299 * time.el: Small doc fixes from Pavel Jan,Am(Bk ml. |
22300 | 22300 |
22301 2000-05-05 Dave Love <fx@gnu.org> | 22301 2000-05-05 Dave Love <fx@gnu.org> |
22302 | 22302 |
22303 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg | 22303 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg |
22304 list in doc string. Don't quote keyword symbols. | 22304 list in doc string. Don't quote keyword symbols. |