diff options
| author | Glenn Morris | 2009-09-30 02:33:07 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-30 02:33:07 +0000 |
| commit | 9d459fc520a79e37eef09031dacbb6b071b67af6 (patch) | |
| tree | bad3b547169fae062d0648e3db7fc83a4cac814e /lisp/org/ChangeLog | |
| parent | 1a5ee3eed4e77d07909c9ad797b036b6c07d9596 (diff) | |
| download | emacs-9d459fc520a79e37eef09031dacbb6b071b67af6.tar.gz emacs-9d459fc520a79e37eef09031dacbb6b071b67af6.zip | |
Fix declarations.
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 8e0decf5347..8685c02b7a8 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2009-09-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * org-compat.el (w32-focus-frame): | ||
| 4 | * org-exp-blocks.el (R): | ||
| 5 | * org-exp.el (htmlize-buffer): | ||
| 6 | * org-protocol.el (server-edit): | ||
| 7 | * org-table.el (org-format-org-table-html): | ||
| 8 | * org.el (org-indent-mode): Fix declarations. | ||
| 9 | |||
| 10 | * org-colview.el (org-columns-uncompile-format): Avoid assignment to | ||
| 11 | free variable `fun'. | ||
| 12 | |||
| 1 | 2009-09-29 Juanma Barranquero <lekktu@gmail.com> | 13 | 2009-09-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 14 | ||
| 3 | * org-agenda.el (org-agenda-restore-windows-after-quit): | 15 | * org-agenda.el (org-agenda-restore-windows-after-quit): |