Mercurial > emacs
comparison lisp/ChangeLog @ 36031:2c93976ae48d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 10 Feb 2001 16:34:42 +0000 |
parents | 57dc583696a7 |
children | 6a0f0f11fe3b |
comparison
equal
deleted
inserted
replaced
36030:6ef1520f4852 | 36031:2c93976ae48d |
---|---|
1 2001-02-10 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * simple.el (delete-key-deletes-forward-mode): | |
4 Change `let' to `let*' to fix gross bug in last change. | |
5 | |
6 * repeat.el (repeat): Don't let execute-kbd-macro alter | |
7 real-last-command. | |
8 | |
1 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il> | 9 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 10 |
3 * simple.el (eval-expression): Doc fix. | 11 * simple.el (eval-expression): Doc fix. |
4 | 12 |
5 2001-02-09 Dave Love <fx@gnu.org> | 13 2001-02-09 Dave Love <fx@gnu.org> |
400 | 408 |
401 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change | 409 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change |
402 from 2001-01-12. It is not needed, since backspace is mapped into | 410 from 2001-01-12. It is not needed, since backspace is mapped into |
403 DEL. | 411 DEL. |
404 | 412 |
405 2001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 413 2001-01-27 Richard M. Stallman <rms@gnu.org> |
406 | 414 |
407 * dabbrev.el (dabbrev--substitute-expansion): | 415 * dabbrev.el (dabbrev--substitute-expansion): |
408 Treat a one-capital-letter abbrev as "not all upper case", | 416 Treat a one-capital-letter abbrev as "not all upper case", |
409 so as to force preservation of the expansion's pattern | 417 so as to force preservation of the expansion's pattern |
410 if the expansion starts with a capital letter. | 418 if the expansion starts with a capital letter. |
467 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il> | 475 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il> |
468 | 476 |
469 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl | 477 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl |
470 twice. | 478 twice. |
471 | 479 |
472 2001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 480 2001-01-26 Richard M. Stallman <rms@gnu.org> |
473 | 481 |
474 * simple.el (next-line): Don't let `newline' expand abbrevs. | 482 * simple.el (next-line): Don't let `newline' expand abbrevs. |
475 Simplify slightly. | 483 Simplify slightly. |
476 (open-line): Don't let `newline' expand abbrevs. | 484 (open-line): Don't let `newline' expand abbrevs. |
477 | 485 |
789 2001-01-12 Sam Steingold <sds@gnu.org> | 797 2001-01-12 Sam Steingold <sds@gnu.org> |
790 | 798 |
791 * bookmark.el (bookmark-maybe-historicize-string): | 799 * bookmark.el (bookmark-maybe-historicize-string): |
792 Use new backquote syntax. | 800 Use new backquote syntax. |
793 | 801 |
794 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 802 2001-01-12 Richard M. Stallman <rms@gnu.org> |
795 | 803 |
796 * subr.el (last): Handle a list that doesn't end in nil. | 804 * subr.el (last): Handle a list that doesn't end in nil. |
797 | 805 |
798 2001-01-12 Sam Steingold <sds@gnu.org> | 806 2001-01-12 Sam Steingold <sds@gnu.org> |
799 | 807 |
1098 | 1106 |
1099 * international/mule.el (make-coding-system): If the coding system | 1107 * international/mule.el (make-coding-system): If the coding system |
1100 accepts extra latin codes, register such codes as safe for the | 1108 accepts extra latin codes, register such codes as safe for the |
1101 coding system. | 1109 coding system. |
1102 | 1110 |
1103 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 1111 2001-01-08 Richard M. Stallman <rms@gnu.org> |
1104 | 1112 |
1105 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case, | 1113 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case, |
1106 don't mention the file name or the date here, because they are | 1114 don't mention the file name or the date here, because they are |
1107 logged at the start of the file. | 1115 logged at the start of the file. |
1108 | 1116 |