diff options
| author | Glenn Morris | 2008-04-07 02:02:15 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-07 02:02:15 +0000 |
| commit | eee6134c66c38d89ce268069ec07e102df79912c (patch) | |
| tree | 6930c371e6c76a08fdd2d962d63fcea983096dc6 /etc | |
| parent | e803eab7779f54910464567216ed486d467b8537 (diff) | |
| download | emacs-eee6134c66c38d89ce268069ec07e102df79912c.tar.gz emacs-eee6134c66c38d89ce268069ec07e102df79912c.zip | |
(org-agenda-format-date-aligned, org-agenda-execute-calendar-command):
Access date elements directly rather than using calendar functions.
(org-read-date, org-goto-calendar, org-agenda-goto-calendar):
Also set calendar-view-diary-initially-flag,
calendar-view-holidays-initially-flag
(org-get-entries-from-diary): Also set diary-fancy-buffer.
(org-agenda-execute-calendar-command): No need to set displayed-day.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -570,6 +570,13 @@ The variable `european-calendar-style' is obsolete - use `calendar-date-style'. | |||
| 570 | Similarly, the commands `american-calendar' and `european-calendar' | 570 | Similarly, the commands `american-calendar' and `european-calendar' |
| 571 | should be replaced by `calendar-set-date-style'. | 571 | should be replaced by `calendar-set-date-style'. |
| 572 | 572 | ||
| 573 | *** The calendar namespace has been rationalized. | ||
| 574 | All functions and variables now begin with a `calendar-', `diary-', or | ||
| 575 | `holiday-' prefix. The various calendar systems have secondary | ||
| 576 | prefixes, eg `calendar-french-'. The old names you are likely to use | ||
| 577 | directly still exist, for the time being, as aliases, but please start | ||
| 578 | using the new names. | ||
| 579 | |||
| 573 | ** Miscellaneous programming mode changes | 580 | ** Miscellaneous programming mode changes |
| 574 | 581 | ||
| 575 | *** The file etc/emacs.py now supports both Python 2 and 3, meaning | 582 | *** The file etc/emacs.py now supports both Python 2 and 3, meaning |