diff options
| author | Carsten Dominik | 2006-01-05 08:06:25 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-01-05 08:06:25 +0000 |
| commit | 8abe9d4f56f792d493191c037c425c172555259e (patch) | |
| tree | 7da8fe2980fe782a759026d32cece5ce0f5a8057 | |
| parent | 04d183046949b2954424678bdb67f04ab689b5f6 (diff) | |
| download | emacs-8abe9d4f56f792d493191c037c425c172555259e.tar.gz emacs-8abe9d4f56f792d493191c037c425c172555259e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 30 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d79e77ef066..d07198c3eec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 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) |
diff --git a/man/ChangeLog b/man/ChangeLog index 0d316ec9020..2cad7a29063 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-01-05 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi: (Agenda Views): Chapter reorganized. | ||
| 4 | |||
| 1 | 2006-01-02 Chong Yidong <cyd@stupidchicken.com> | 5 | 2006-01-02 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * custom.texi (Custom Themes): Describe the new | 7 | * custom.texi (Custom Themes): Describe the new |