diff options
| author | Carsten Dominik | 2006-03-07 10:03:55 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2006-03-07 10:03:55 +0000 |
| commit | 7204b00e0e5526b50fe76e031f15a609fe950b3d (patch) | |
| tree | 97d07f24b9b80af3dbb6f74c1a28c536b5975cb7 /lisp/ChangeLog | |
| parent | 9b1dbf7d72be948622ea023b52dd16c1503e147d (diff) | |
| download | emacs-7204b00e0e5526b50fe76e031f15a609fe950b3d.tar.gz emacs-7204b00e0e5526b50fe76e031f15a609fe950b3d.zip | |
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'.
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. |