2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
+ * calendar/calendar.el (generate-calendar-month): Add help-echo to
+ mouse-highlighted text.
+
* net/quickurl.el (quickurl-url-file): Run through
convert-standard-filename.
(quickurl-list-populate-buffer): Add help-echo to
;; Put in the days of the month
(calendar-for-loop i from 1 to last do
(insert (format "%2d " i))
- (put-text-property (- (point) 3) (1- (point))
- 'mouse-face 'highlight)
+ (add-text-properties
+ (- (point) 3) (1- (point))
+ '(mouse-face highlight
+ help-echo "mouse-2: menu of operations for this date"))
(and (zerop (mod (+ i blank-days) 7))
(/= i last)
(calendar-insert-indented "" 0 t) ;; Force onto following line