diff options
| -rw-r--r-- | lisp/ChangeLog | 20 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
2 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2abf4980f6b..fd433166011 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2006-01-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * textmodes/org.el: (org-open-file): Use mailcap for selecting an | ||
| 4 | application. | ||
| 5 | (org-file-apps-defaults-gnu): Use mailcap as the default for | ||
| 6 | selecting an application on a UNIX system. | ||
| 7 | (org-agenda-show-tags): New command. | ||
| 8 | (org-table-insert-hline): Keep cursor in current table | ||
| 9 | line. | ||
| 10 | (org-table-convert): Offset effect of modifying | ||
| 11 | `org-table-insert-hline'. | ||
| 12 | (org-format-agenda-item): New optional argument TAG. | ||
| 13 | (org-compile-prefix-format): Handle %T format for the tag. | ||
| 14 | (org-expand-wide-chars): New function. | ||
| 15 | (org-table-insert-row, org-table-insert-hline): Use | ||
| 16 | `org-expand-wide-chars'. | ||
| 17 | (org-open-file): Fixed bug in program launch. | ||
| 18 | (org-get-time-of-day): Fixed bug with times before 1am. | ||
| 19 | (org-agenda-menu): Addes tags commands. | ||
| 20 | |||
| 1 | 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es> | 21 | 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es> |
| 2 | 22 | ||
| 3 | * textmodes/ispell.el (ispell-init-process): Include the used | 23 | * textmodes/ispell.el (ispell-init-process): Include the used |
diff --git a/man/ChangeLog b/man/ChangeLog index faecf0e138b..6fcb3fdbf23 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-01-13 Carsten Dominik <dominik@science.uva.nl> | ||
| 2 | |||
| 3 | * org.texi: (Agenda commands): Document tags command. | ||
| 4 | |||
| 1 | 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2006-01-11 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * custom.texi (Changing a Variable, Face Customization): Update | 7 | * custom.texi (Changing a Variable, Face Customization): Update |