aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-01-13 11:30:26 +0000
committerCarsten Dominik2006-01-13 11:30:26 +0000
commit203ac7f3b3a063d0c92cd96ddcaec9289eee604d (patch)
tree9fdb9a283147c4b267ccfec01771bc7a011673e9
parent70a539ca222d7dc1a02d7c68faf6657d2c42f5d4 (diff)
downloademacs-203ac7f3b3a063d0c92cd96ddcaec9289eee604d.tar.gz
emacs-203ac7f3b3a063d0c92cd96ddcaec9289eee604d.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog20
-rw-r--r--man/ChangeLog4
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 @@
12006-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
12006-01-13 Agustin Martin <agustin.martin@hispalinux.es> 212006-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 @@
12006-01-13 Carsten Dominik <dominik@science.uva.nl>
2
3 * org.texi: (Agenda commands): Document tags command.
4
12006-01-11 Luc Teirlinck <teirllm@auburn.edu> 52006-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