diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3c19b5e1f3..341771a5640 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2006-03-07 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: Move defvars out of eval-when-compile. Use | ||
| 4 | buffer-file-name variable. | ||
| 5 | (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused | ||
| 6 | arg `file'. | ||
| 7 | (org-level-faces): Remove startup dependency. | ||
| 8 | (org-cycle, org-map-tree, org-scan-tags) | ||
| 9 | (org-remember-handler): Don't call `outline-level' directly. | ||
| 10 | (org-mhe-search-all-folders): New option. | ||
| 11 | (org-mhe-get-message-folder-from-index, | ||
| 12 | org-mhe-get-message-folder): Fix indexing search. | ||
| 13 | (org-format-agenda-item): Handle nil TAGS argument. | ||
| 14 | (org-cleaned-string-for-export, org-activate-target-links) | ||
| 15 | (org-make-target-link-regexp): Deal with empty radio target list. | ||
| 16 | (org-tag): New face. | ||
| 17 | (org-get-level-face): New function. | ||
| 18 | (org-set-font-lock-defaults): Simplify setup for headlines. | ||
| 19 | (org-complete): Pass common substring to | ||
| 20 | `display-completion-list'. | ||
| 21 | |||
| 1 | 2006-03-06 David Ponce <david@dponce.com> | 22 | 2006-03-06 David Ponce <david@dponce.com> |
| 2 | 23 | ||
| 3 | * tree-widget.el: Update Commentary header. | 24 | * tree-widget.el: Update Commentary header. |