From: Carsten Dominik Date: Fri, 13 Jan 2006 11:30:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=203ac7f3b3a063d0c92cd96ddcaec9289eee604d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2abf4980f6b..fd433166011 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2006-01-13 Carsten Dominik + + * textmodes/org.el: (org-open-file): Use mailcap for selecting an + application. + (org-file-apps-defaults-gnu): Use mailcap as the default for + selecting an application on a UNIX system. + (org-agenda-show-tags): New command. + (org-table-insert-hline): Keep cursor in current table + line. + (org-table-convert): Offset effect of modifying + `org-table-insert-hline'. + (org-format-agenda-item): New optional argument TAG. + (org-compile-prefix-format): Handle %T format for the tag. + (org-expand-wide-chars): New function. + (org-table-insert-row, org-table-insert-hline): Use + `org-expand-wide-chars'. + (org-open-file): Fixed bug in program launch. + (org-get-time-of-day): Fixed bug with times before 1am. + (org-agenda-menu): Addes tags commands. + 2006-01-13 Agustin Martin * 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 @@ +2006-01-13 Carsten Dominik + + * org.texi: (Agenda commands): Document tags command. + 2006-01-11 Luc Teirlinck * custom.texi (Changing a Variable, Face Customization): Update