1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 05:51:21 -08:00
emacs/lisp/calendar
Paul Eggert 8c01e88921 Follow user preference in calendar diagnostics
Respect text-quoting-style preference in diagnostic formats by
using curved quotes (which are translated as per text-quoting-style)
instead of grave accent and apostrophe (which are not).
* lisp/calendar/appt.el (appt-display-message):
* lisp/calendar/diary-lib.el (diary-check-diary-file)
(diary-mail-entries, diary-from-outlook):
* lisp/calendar/icalendar.el (icalendar-export-region)
(icalendar--convert-float-to-ical)
(icalendar--convert-date-to-ical)
(icalendar--convert-ical-to-diary)
(icalendar--convert-recurring-to-diary)
(icalendar--add-diary-entry):
* lisp/calendar/time-date.el (format-seconds):
* lisp/calendar/timeclock.el (timeclock-mode-line-display)
(timeclock-make-hours-explicit):
* lisp/calendar/todo-mode.el (todo-prefix, todo-delete-category)
(todo-item-mark, todo-check-format)
(todo-insert-item--next-param, todo-edit-item--next-key)
(todo-mode):
Use curved quotes in diagnostic format strings.
* lisp/calendar/icalendar.el (icalendar-import-format-sample):
* test/automated/icalendar-tests.el (icalendar--import-format-sample):
Just use straight quoting for simple test case.
2015-08-21 05:03:38 -07:00
..
appt.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00
cal-bahai.el Omit U+0332 COMBINING LOW LINE in previous change 2015-06-05 00:04:53 -07:00
cal-china.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-coptic.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-dst.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-french.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-hebrew.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-html.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-islam.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-iso.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-julian.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-mayan.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-menu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-move.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-persia.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-tex.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cal-x.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
calendar.el Add option `calendar-weekend-days' 2015-08-02 17:30:44 +02:00
diary-lib.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00
holidays.el Optional args for holiday-greek-orthodox-easter 2015-08-13 12:17:50 -07:00
icalendar.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00
lunar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
parse-time.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
solar.el * lisp/calendar/solar.el (solar-ecliptic-coordinates): Use float-pi. 2015-05-17 23:02:10 -07:00
time-date.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00
timeclock.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00
todo-mode.el Follow user preference in calendar diagnostics 2015-08-21 05:03:38 -07:00