aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorCarsten Dominik2005-05-20 11:27:45 +0000
committerCarsten Dominik2005-05-20 11:27:45 +0000
commit24e9a727ba9d150f2bdaf4cf67f27e3acb1ae93a (patch)
tree8fe97e7e6501b73082e15ba40503b3db60393f8c /lisp/ChangeLog
parenteb2f9c591be5562ff3c1d5f21d22d3c7b5ef538e (diff)
downloademacs-24e9a727ba9d150f2bdaf4cf67f27e3acb1ae93a.tar.gz
emacs-24e9a727ba9d150f2bdaf4cf67f27e3acb1ae93a.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d962d71c044..8c7da4e15bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12005-05-20 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5 (org-agenda-add-time-grid-maybe): New function.
6 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
7 (org-table-create): `dotimes' instead of `mapcar'.
8 (org-xor): Simplified implementation.
9 (org-agenda): `inhibit-redisplay' turned on.
10 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
11 a consistent line after a state change.
12 (org-agenda-remove-times-when-in-prefix): New option.
13 (org-prefix-has-time): New variable.
14 (org-parse-time-string): Optional argument NODEFAULT.
15 (org-format-agenda-item): Parse items for time-of-day
16 specifications and move these into the prefix if possible.
17 (org-agenda-priority): Get current heading, not previous heading
18 during agenda remote editing.
19
12005-05-20 Juanma Barranquero <lekktu@gmail.com> 202005-05-20 Juanma Barranquero <lekktu@gmail.com>
2 21
3 * subr.el (send-string, send-region): 22 * subr.el (send-string, send-region):