Mercurial > emacs
comparison lisp/ChangeLog @ 68032:f3a9c72833ec
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Thu, 05 Jan 2006 08:06:25 +0000 |
parents | b0c2a07f73f6 |
children | c83d0a0de875 |
comparison
equal
deleted
inserted
replaced
68031:f556787bf755 | 68032:f3a9c72833ec |
---|---|
1 2006-01-05 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el: (org-end-of-subtree): New function. | |
4 (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use | |
5 `org-end-of-subtree'. | |
6 (org-agenda, org-agenda-convert-date): Protect calls to | |
7 `fit-window-to-buffer'. | |
8 (org-tags-view): Force matching of sublevels when doing a | |
9 todo-only search. Define the correct redo command, including the | |
10 arguments. | |
11 (org-agenda-redo): Display message. | |
12 (org-check-for-org-mode): New function. | |
13 (org-agenda-type): New variable. | |
14 (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set | |
15 `org-agenda-type'. | |
16 (org-agenda-check-type): New function. | |
17 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier) | |
18 (org-agenda-week-view, org-agenda-day-view) | |
19 (org-agenda-next-date-line, org-agenda-previous-date-line) | |
20 (org-agenda-log-mode, org-agenda-toggle-diary) | |
21 (org-agenda-toggle-time-grid, org-agenda-date-later) | |
22 (org-agenda-date-prompt, org-agenda-diary-entry) | |
23 (org-agenda-execute-calendar-command, org-agenda-goto-calendar) | |
24 (org-agenda-convert-date, org-agenda-menu): Use | |
25 `org-agenda-check-type'. | |
26 (org-make-overlay, org-delete-overlay) | |
27 (org-detatch-overlay, org-move-overlay, org-overlay-put): New | |
28 compatibility functions. | |
29 (org-calendar-select-mouse): New command. | |
30 | |
1 2006-01-04 Chong Yidong <cyd@stupidchicken.com> | 31 2006-01-04 Chong Yidong <cyd@stupidchicken.com> |
2 | 32 |
3 * cus-edit.el (Custom-reset-current, Custom-reset-saved) | 33 * cus-edit.el (Custom-reset-current, Custom-reset-saved) |
4 (Custom-reset-standard): Fix y-or-n-p messages. | 34 (Custom-reset-standard): Fix y-or-n-p messages. |
5 (custom-link): New face for links. | 35 (custom-link): New face for links. |