diff options
| author | Carsten Dominik <dominik@science.uva.nl> | 2005-05-20 11:27:45 +0000 |
|---|---|---|
| committer | Carsten Dominik <dominik@science.uva.nl> | 2005-05-20 11:27:45 +0000 |
| commit | 24e9a727ba9d150f2bdaf4cf67f27e3acb1ae93a (patch) | |
| tree | 8fe97e7e6501b73082e15ba40503b3db60393f8c | |
| parent | eb2f9c591be5562ff3c1d5f21d22d3c7b5ef538e (diff) | |
| download | emacs-24e9a727ba9d150f2bdaf4cf67f27e3acb1ae93a.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 19 | ||||
| -rw-r--r-- | man/ChangeLog | 11 |
2 files changed, 30 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 @@ +2005-05-20 Carsten Dominik <dominik@science.uva.nl> + + * textmodes/org.el (org-agenda-toggle-time-grid): New command. + (org-agenda-use-time-grid, org-agenda-time-grid): New options. + (org-agenda-add-time-grid-maybe): New function. + (org-agenda): Call `org-agenda-add-time-grid-maybe'. + (org-table-create): `dotimes' instead of `mapcar'. + (org-xor): Simplified implementation. + (org-agenda): `inhibit-redisplay' turned on. + (org-agenda-change-all-lines): Use `org-format-agenda-item' to get + a consistent line after a state change. + (org-agenda-remove-times-when-in-prefix): New option. + (org-prefix-has-time): New variable. + (org-parse-time-string): Optional argument NODEFAULT. + (org-format-agenda-item): Parse items for time-of-day + specifications and move these into the prefix if possible. + (org-agenda-priority): Get current heading, not previous heading + during agenda remote editing. + 2005-05-20 Juanma Barranquero <lekktu@gmail.com> * subr.el (send-string, send-region): diff --git a/man/ChangeLog b/man/ChangeLog index acde7c5b491..077d393f521 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,13 @@ +2005-05-20 Carsten Dominik <dominik@science.uva.nl> + + * org.texi: Version 3.09 + +<<<<<<< ChangeLog +2005-05-18 Carsten Dominik <dominik@science.uva.nl> + + * reftex.texi: Version 4.28 + +======= 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> * buffers.texi (Select Buffer): Document `C-u M-g M-g'. @@ -114,6 +124,7 @@ * building.texi (Debugger Operation): Clarify previous change. +>>>>>>> 1.574 2005-04-29 Carsten Dominik <dominik@science.uva.nl> * org.texi: Version 3.08, structure reorganized. |
