comparison lisp/ChangeLog @ 101457:feab64c71ad0

icalendar: uid-format, bug fixes.
author Ulf Jasper <ulf.jasper@web.de>
date Sun, 25 Jan 2009 13:38:14 +0000
parents 3e95fdf33fdd
children 3f77442b1edf
comparison
equal deleted inserted replaced
101456:133f2b03479e 101457:feab64c71ad0
1 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
2
3 * calendar/icalendar.el (icalendar-uid-format): New defcustom
4 variable to allow the user to choose icalendar UID format.
5 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
6 12:00am-12:59am are correctly converted to 0000-0059, instead of
7 12pm.
8 (icalendar-export-region,icalendar--create-uid): Use custom
9 function to compute icalendar UID for each entry.
10 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
11 with description, location, etc. fields (need to keep active count
12 of fields encountered). Another bug fix to the regex that matches
13 multiple lines (need \' regex instead of $ to match end-of-entry).
14
1 2009-01-25 Juri Linkov <juri@jurta.org> 15 2009-01-25 Juri Linkov <juri@jurta.org>
2 16
3 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and 17 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
4 change its title from "Recursive grep..." to "Grep via Find...". 18 change its title from "Recursive grep..." to "Grep via Find...".
5 Add menu items for lgrep and rgrep. 19 Add menu items for lgrep and rgrep.