aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2013-05-04 16:55:57 -0700
committerGlenn Morris2013-05-04 16:55:57 -0700
commitfd3a9a6b378e556c3b09b217920d95cb129a13d6 (patch)
treef3000825ceeab99e8145e4e23d7b5f359b91c390 /etc
parentf4c7b20fc11370d032a915d67e3ad4150b162a10 (diff)
downloademacs-fd3a9a6b378e556c3b09b217920d95cb129a13d6.tar.gz
emacs-fd3a9a6b378e556c3b09b217920d95cb129a13d6.zip
* lisp/calendar/diary-lib.el (diary-from-outlook-function): New variable.
(diary-from-outlook): Respect diary-from-outlook-function. * doc/emacs/calendar.texi (Importing Diary): Mention diary-from-outlook-function. * etc/NEWS: Mention this.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a8cf2c0325..4669021c472 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -146,6 +146,12 @@ The default separator is changed to allow surrounding spaces around the comma.
146 146
147*** Battery information via the BSD `apm' utility is now supported. 147*** Battery information via the BSD `apm' utility is now supported.
148 148
149** Calendar and Diary
150
151+++
152*** New variable `diary-from-outlook-function' for used by the command
153`diary-from-outlook'.
154
149** cl-lib 155** cl-lib
150 156
151*** New macro cl-tagbody. 157*** New macro cl-tagbody.