Mercurial > emacs
comparison lisp/ChangeLog @ 94099:20019cf19232
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 15 Apr 2008 13:38:55 +0000 |
parents | e8b7cae31fe3 |
children | 90fb63bd51c8 |
comparison
equal
deleted
inserted
replaced
94098:12dc3bbd02c8 | 94099:20019cf19232 |
---|---|
1 2008-04-15 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * international/uni-bidi.el, international/uni-category.el: | |
4 * international/uni-combining.el, international/uni-comment.el: | |
5 * international/uni-decimal.el, international/uni-decomposition.el: | |
6 * international/uni-digit.el, international/uni-lowercase.el: | |
7 * international/uni-mirrored.el, international/uni-name.el: | |
8 * international/uni-numeric.el, international/uni-old-name.el: | |
9 * international/uni-titlecase.el, international/uni-uppercase.el: | |
10 * international/charprop.el: Regenerate. | |
11 | |
1 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu> | 12 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 13 |
3 * vc.el (vc-status-fileinfo): Add new member directoryp. | 14 * vc.el (vc-status-fileinfo): Add new member directoryp. |
4 (vc-default-status-printer): Print directories. | 15 (vc-default-status-printer): Print directories. |
5 (vc-status-update): Sort files before subdirectories. | 16 (vc-status-update): Sort files before subdirectories. |
6 | 17 |
7 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status): Add | 18 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status): |
8 alternative implementation based on "cvs update". | 19 Add alternative implementation based on "cvs update". |
9 | 20 |
10 2008-04-15 Tassilo Horn <tassilo@member.fsf.org> | 21 2008-04-15 Tassilo Horn <tassilo@member.fsf.org> |
11 | 22 |
12 * doc-view.el: Changed requirements section to tell that only one | 23 * doc-view.el: Changed requirements section to tell that only one |
13 of dvipdf or dvipdfm is needed. | 24 of dvipdf or dvipdfm is needed. |
14 (doc-view-already-converted-p): Fix bug that forced reconversion | 25 (doc-view-already-converted-p): Fix bug that forced reconversion |
15 if doc was already converted. | 26 if doc was already converted. |
16 | 27 |
17 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 28 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
18 | 29 |
19 * minibuffer.el (minibuffer-message): Make sure we can put-text-property. | 30 * minibuffer.el (minibuffer-message): |
31 Make sure we can put-text-property. | |
20 | 32 |
21 * emacs-lisp/crm.el: Complete rewrite. | 33 * emacs-lisp/crm.el: Complete rewrite. |
22 | 34 |
23 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1. | 35 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1. |
24 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in | 36 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in |
793 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords. | 805 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords. |
794 Keep old name as alias, update users. | 806 Keep old name as alias, update users. |
795 (diary-fancy-display-mode): Rename fancy-diary-display-mode. | 807 (diary-fancy-display-mode): Rename fancy-diary-display-mode. |
796 Keep old name as alias, update callers. | 808 Keep old name as alias, update callers. |
797 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el: | 809 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el: |
798 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el | 810 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el: |
799 * calendar/icalendar.el: Update for diary-lib name changes. | 811 * calendar/icalendar.el: Update for diary-lib name changes. |
800 | 812 |
801 2008-04-06 Chong Yidong <cyd@stupidchicken.com> | 813 2008-04-06 Chong Yidong <cyd@stupidchicken.com> |
802 | 814 |
803 * dired-aux.el (dired-overwrite-confirmed): Revert last change. | 815 * dired-aux.el (dired-overwrite-confirmed): Revert last change. |