diff options
| author | Ulf Jasper | 2010-08-10 20:01:18 +0200 |
|---|---|---|
| committer | Ulf Jasper | 2010-08-10 20:01:18 +0200 |
| commit | 490b89acab3e759426ede25c31c94268df55e925 (patch) | |
| tree | ec28024806055efd0cc3837ea35fb409885997de /lisp | |
| parent | 4240f32b9370b5c034bc1640f43319d7e7391dd6 (diff) | |
| download | emacs-490b89acab3e759426ede25c31c94268df55e925.tar.gz emacs-490b89acab3e759426ede25c31c94268df55e925.zip | |
Fixed my ChangeLog entry of 2010-08-08
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5b6c8182d8..5d005c4e8a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -132,16 +132,20 @@ | |||
| 132 | * align.el (align-default-spacing): Doc fix. | 132 | * align.el (align-default-spacing): Doc fix. |
| 133 | (align-region-heuristic, align-regexp): Fix typos in docstrings. | 133 | (align-region-heuristic, align-regexp): Fix typos in docstrings. |
| 134 | 134 | ||
| 135 | 2010-08-08 Ulf Jasper <ulf.jasper@web.de> | 135 | 2010-08-08 Stephen Peters <speters@itasoftware.com> |
| 136 | 136 | ||
| 137 | * calendar/icalendar.el (icalendar-uid-format): Doc fix. | 137 | * calendar/icalendar.el |
| 138 | (icalendar--split-value): Fixed splitting regexp. (Bug#6766) | 138 | (icalendar--split-value): Fixed splitting regexp. (Bug#6766) |
| 139 | (icalendar--get-weekday-numbers): New | 139 | (icalendar--get-weekday-numbers): New |
| 140 | (icalendar--create-uid, icalendar-export-region) | ||
| 141 | (icalendar--parse-summary-and-rest): Code formatting. | ||
| 142 | (icalendar--convert-recurring-to-diary): Handle multiple byday | 140 | (icalendar--convert-recurring-to-diary): Handle multiple byday |
| 143 | values in weekly rules. (Bug#6766) | 141 | values in weekly rules. (Bug#6766) |
| 144 | 142 | ||
| 143 | 2010-08-08 Ulf Jasper <ulf.jasper@web.de> | ||
| 144 | |||
| 145 | * calendar/icalendar.el (icalendar-uid-format): Doc fix. | ||
| 146 | (icalendar--create-uid, icalendar-export-region) | ||
| 147 | (icalendar--parse-summary-and-rest): Code formatting. | ||
| 148 | |||
| 145 | 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com> | 149 | 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com> |
| 146 | 150 | ||
| 147 | * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property | 151 | * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property |