Mercurial > emacs
comparison lisp/ChangeLog @ 77288:bdefea1a6a49
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 18 Apr 2007 02:43:44 +0000 |
parents | 0f67bcedb447 |
children | 600d42d971f8 |
comparison
equal
deleted
inserted
replaced
77287:293993a9e1e7 | 77288:bdefea1a6a49 |
---|---|
1 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change) | |
2 | |
3 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR | |
4 is less than the length of parse-time-syntax. | |
5 | |
1 2007-04-17 David Kastrup <dak@gnu.org> | 6 2007-04-17 David Kastrup <dak@gnu.org> |
2 | 7 |
3 * replace.el (query-replace-regexp-eval): Deprecate. | 8 * replace.el (query-replace-regexp-eval): Deprecate. |
4 | 9 |
5 2007-04-17 Alan Mackenzie <acm@muc.de> | 10 2007-04-17 Alan Mackenzie <acm@muc.de> |
728 (diary-header-line-format): Doc fix. | 733 (diary-header-line-format): Doc fix. |
729 (diary-set-maybe-redraw): New function. | 734 (diary-set-maybe-redraw): New function. |
730 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. | 735 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw. |
731 (diary-list-entries): Always run diary-mode. | 736 (diary-list-entries): Always run diary-mode. |
732 | 737 |
738 2007-03-20 Kenichi Handa <handa@m17n.org> | |
739 | |
740 * international/quail.el (quail-setup-completion-buf): Make the | |
741 completion buffer read-only. | |
742 (quail-completion): Adjusted for the above change. Leave the | |
743 modified flag nil. | |
744 | |
733 2007-03-20 David Kastrup <dak@gnu.org> | 745 2007-03-20 David Kastrup <dak@gnu.org> |
734 | 746 |
735 * files.el (magic-mode-alist): Require literal "%!PS" string for | 747 * files.el (magic-mode-alist): Require literal "%!PS" string for |
736 magic postscript file detection. | 748 magic postscript file detection. |
737 | 749 |
791 (python-buffer): Fix typo in docstring. | 803 (python-buffer): Fix typo in docstring. |
792 | 804 |
793 * isearchb.el (isearchb-follow-char): | 805 * isearchb.el (isearchb-follow-char): |
794 * subr.el (def-edebug-spec): Fix typo in docstring. | 806 * subr.el (def-edebug-spec): Fix typo in docstring. |
795 | 807 |
808 >>>>>>> 1.10924 | |
796 2007-03-19 Richard Stallman <rms@gnu.org> | 809 2007-03-19 Richard Stallman <rms@gnu.org> |
797 | 810 |
798 * files.el (default-directory): Mark safe. | 811 * files.el (default-directory): Mark safe. |
799 (basic-save-buffer-2): Put proper dir name in error message. | 812 (basic-save-buffer-2): Put proper dir name in error message. |
800 | 813 |