diff options
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 4c902de8e17..0a59f1f837e 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2012-01-05 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * org-eshell.el (org-eshell-open): Use (goto-char (point-max)) | ||
| 4 | instead of (end-of-buffer). | ||
| 5 | |||
| 6 | * org-bbdb.el (name): Declare variable. | ||
| 7 | (bbdb-record-get-field, bbdb-search-name) | ||
| 8 | (bbdb-search-organization): Declare as part of ext:bbdb. | ||
| 9 | |||
| 10 | * org-agenda.el: Add an alias for `org-agenda-filter'. | ||
| 11 | (diary-list-entries-hook): Use the non-obsolete hook. | ||
| 12 | (org-agenda-filter-apply): Silent compiler warnings. | ||
| 13 | |||
| 14 | * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter' | ||
| 15 | instead of the obsolete `org-agenda-filter'. | ||
| 16 | |||
| 1 | 2012-01-03 Bastien Guerry <bzg@gnu.org> | 17 | 2012-01-03 Bastien Guerry <bzg@gnu.org> |
| 2 | 18 | ||
| 3 | * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding | 19 | * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding |