diff options
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6980220a8bf..4f07ffef7a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -51,25 +51,25 @@ | |||
| 51 | 2006-04-20 Carsten Dominik <dominik@science.uva.nl> | 51 | 2006-04-20 Carsten Dominik <dominik@science.uva.nl> |
| 52 | 52 | ||
| 53 | * textmodes/org.el: (org-deadline-announce): Face removed. | 53 | * textmodes/org.el: (org-deadline-announce): Face removed. |
| 54 | (org-level-faces, org-n-levels): Converted to constant. | 54 | (org-level-faces, org-n-levels): Converted to constant. |
| 55 | (org-compatible-face): New function. | 55 | (org-compatible-face): New function. |
| 56 | (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) | 56 | (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) |
| 57 | (org-level-5, org-level-6, org-level-7, org-level-8) | 57 | (org-level-5, org-level-6, org-level-7, org-level-8) |
| 58 | (org-special-keyword, org-warning, org-headline-done, org-link) | 58 | (org-special-keyword, org-warning, org-headline-done, org-link) |
| 59 | (org-date, org-tag, org-todo, org-done, org-table, org-formula) | 59 | (org-date, org-tag, org-todo, org-done, org-table, org-formula) |
| 60 | (org-scheduled-today, org-scheduled-previously, org-time-grid): | 60 | (org-scheduled-today, org-scheduled-previously, org-time-grid): |
| 61 | Face definition revised for better color tty support. | 61 | Face definition revised for better color tty support. |
| 62 | (org-bold-re, org-italic-re, org-underline-re): New constants. | 62 | (org-bold-re, org-italic-re, org-underline-re): New constants. |
| 63 | (org-set-font-lock-defaults): Use the new constants. | 63 | (org-set-font-lock-defaults): Use the new constants. |
| 64 | (org-agenda-highlight-todo): New function. | 64 | (org-agenda-highlight-todo): New function. |
| 65 | (org-agenda-todo): Fixed bug with point at end of line. | 65 | (org-agenda-todo): Fixed bug with point at end of line. |
| 66 | (org-agenda-change-all-lines, org-finalize-agenda-entries): | 66 | (org-agenda-change-all-lines, org-finalize-agenda-entries): |
| 67 | Fontify TODO keywords. | 67 | Fontify TODO keywords. |
| 68 | (org-insert-link): Preserve relative path in ../ links. | 68 | (org-insert-link): Preserve relative path in ../ links. |
| 69 | (org-export-as-html): Convert links pointing to .org files into | 69 | (org-export-as-html): Convert links pointing to .org files into |
| 70 | links that will work beteen the exported HTML files. | 70 | links that will work beteen the exported HTML files. |
| 71 | (org-todo-list): Fix bug when arg=0. | 71 | (org-todo-list): Fix bug when arg=0. |
| 72 | (org-insert-heading): More fine-tuning. | 72 | (org-insert-heading): More fine-tuning. |
| 73 | 73 | ||
| 74 | 2006-04-19 Romain Francoise <romain@orebokech.com> | 74 | 2006-04-19 Romain Francoise <romain@orebokech.com> |
| 75 | 75 | ||