comparison lisp/ChangeLog @ 70187:9c4afe63f0af

Tabify.
author Romain Francoise <romain@orebokech.com>
date Sat, 22 Apr 2006 23:39:47 +0000
parents a2173a369f78
children 3a3093f77da8
comparison
equal deleted inserted replaced
70186:a2173a369f78 70187:9c4afe63f0af
49 (comment-end-skip, comment-end): Mark as safe. 49 (comment-end-skip, comment-end): Mark as safe.
50 50
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
76 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group 76 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
77 from `rmail-mime-charset-pattern'. 77 from `rmail-mime-charset-pattern'.