diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3c9e56c62dd..b56b402a6af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2006-01-20 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: (org-open-at-point): Fixed bug with matching a | ||
| 4 | link. Fixed buggy argument sequence in call to `org-view-tags'. | ||
| 5 | (org-compile-prefix-format): Set `org-prefix-has-tag'. | ||
| 6 | (org-prefix-has-tag): New variable. | ||
| 7 | (org-format-agenda-item): Remove tags from headline if | ||
| 8 | appropriate. | ||
| 9 | (org-agenda-remove-tags-when-in-prefix): New option. | ||
| 10 | (org-get-tags-at): New function. | ||
| 11 | |||
| 1 | 2006-01-20 Nick Roberts <nickrob@snap.net.nz> | 12 | 2006-01-20 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 13 | ||
| 3 | * thumbs.el (thumbs-buffer): New variable. Make it buffer local. | 14 | * thumbs.el (thumbs-buffer): New variable. Make it buffer local. |