aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3c19b5e1f..341771a564 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
+2006-03-07 Carsten Dominik <[email protected]>
+
+ * textmodes/org.el: Move defvars out of eval-when-compile. Use
+ buffer-file-name variable.
+ (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
+ arg `file'.
+ (org-level-faces): Remove startup dependency.
+ (org-cycle, org-map-tree, org-scan-tags)
+ (org-remember-handler): Don't call `outline-level' directly.
+ (org-mhe-search-all-folders): New option.
+ (org-mhe-get-message-folder-from-index,
+ org-mhe-get-message-folder): Fix indexing search.
+ (org-format-agenda-item): Handle nil TAGS argument.
+ (org-cleaned-string-for-export, org-activate-target-links)
+ (org-make-target-link-regexp): Deal with empty radio target list.
+ (org-tag): New face.
+ (org-get-level-face): New function.
+ (org-set-font-lock-defaults): Simplify setup for headlines.
+ (org-complete): Pass common substring to
+ `display-completion-list'.
+
2006-03-06 David Ponce <[email protected]>
* tree-widget.el: Update Commentary header.