aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2005-12-12 11:48:11 +0000
committerCarsten Dominik2005-12-12 11:48:11 +0000
commit7d29e55d5be0670107e57adb838fb537320a5bfc (patch)
tree5eefc7356b42127305607562170844ec888e4aaf
parent3e2392a4cff1b8dc18cfeb30ff3902bf5af12179 (diff)
downloademacs-7d29e55d5be0670107e57adb838fb537320a5bfc.tar.gz
emacs-7d29e55d5be0670107e57adb838fb537320a5bfc.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog4
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 24de320c583..19561566edf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-12-12 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-agenda, org-timeline, org-todo):
4 Implement Logging and the keep-modes setting.
5 (org-get-category): Make sure a string is returned.
6 (org-log-done): New function.
7 (org-log-done, org-closed-string): New options.
8
12005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 92005-12-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 10
3 * tooltip.el (tooltip-y-offset): Changed default to 20. 11 * tooltip.el (tooltip-y-offset): Changed default to 20.
diff --git a/man/ChangeLog b/man/ChangeLog
index 3988d36c5b2..31ac7a7f4a4 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12005-12-12 Carsten Dominik <dominik@science.uva.nl>
2
3 * org.texi: (Progress Logging): New section.
4
12005-12-12 Richard M. Stallman <rms@gnu.org> 52005-12-12 Richard M. Stallman <rms@gnu.org>
2 6
3 * custom.texi (Easy Customization): Change menu comment. 7 * custom.texi (Easy Customization): Change menu comment.