Mercurial > emacs
comparison lisp/ChangeLog @ 70134:3df72e0432d9
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Thu, 20 Apr 2006 11:48:56 +0000 |
parents | ac1dd9b38f12 |
children | fa073d9c1a2b |
comparison
equal
deleted
inserted
replaced
70133:36d1ec75581c | 70134:3df72e0432d9 |
---|---|
1 2006-04-20 Carsten Dominik <dominik@science.uva.nl> | |
2 | |
3 * textmodes/org.el: (org-deadline-announce): Face removed. | |
4 (org-level-faces, org-n-levels): Converted to constant. | |
5 (org-compatible-face): New function. | |
6 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4) | |
7 (org-level-5, org-level-6, org-level-7, org-level-8) | |
8 (org-special-keyword, org-warning, org-headline-done, org-link) | |
9 (org-date, org-tag, org-todo, org-done, org-table, org-formula) | |
10 (org-scheduled-today, org-scheduled-previously, org-time-grid): | |
11 Face definition revised for better color tty support. | |
12 (org-bold-re, org-italic-re, org-underline-re): New constants. | |
13 (org-set-font-lock-defaults): Use the new constants. | |
14 (org-agenda-highlight-todo): New function. | |
15 (org-agenda-todo): Fixed bug with point at end of line. | |
16 (org-agenda-change-all-lines, org-finalize-agenda-entries): | |
17 Fontify TODO keywords. | |
18 (org-insert-link): Preserve relative path in ../ links. | |
19 (org-export-as-html): Convert links pointing to .org files into | |
20 links that will work beteen the exported HTML files. | |
21 (org-todo-list): Fix bug when arg=0. | |
22 (org-insert-heading): More fine-tuning. | |
23 | |
1 2006-04-19 Romain Francoise <romain@orebokech.com> | 24 2006-04-19 Romain Francoise <romain@orebokech.com> |
2 | 25 |
3 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group | 26 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group |
4 from `rmail-mime-charset-pattern'. | 27 from `rmail-mime-charset-pattern'. |
5 | 28 |