aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2008-04-07 02:02:15 +0000
committerGlenn Morris2008-04-07 02:02:15 +0000
commiteee6134c66c38d89ce268069ec07e102df79912c (patch)
tree6930c371e6c76a08fdd2d962d63fcea983096dc6 /etc
parente803eab7779f54910464567216ed486d467b8537 (diff)
downloademacs-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0e88ea6cffb..ebba8d811f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -570,6 +570,13 @@ The variable `european-calendar-style' is obsolete - use `calendar-date-style'.
570Similarly, the commands `american-calendar' and `european-calendar' 570Similarly, the commands `american-calendar' and `european-calendar'
571should be replaced by `calendar-set-date-style'. 571should be replaced by `calendar-set-date-style'.
572 572
573*** The calendar namespace has been rationalized.
574All functions and variables now begin with a `calendar-', `diary-', or
575`holiday-' prefix. The various calendar systems have secondary
576prefixes, eg `calendar-french-'. The old names you are likely to use
577directly still exist, for the time being, as aliases, but please start
578using 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