diff options
Diffstat (limited to 'lisp/ChangeLog.14')
| -rw-r--r-- | lisp/ChangeLog.14 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14 index c30f0e749ce..cd91dfad28c 100644 --- a/lisp/ChangeLog.14 +++ b/lisp/ChangeLog.14 | |||
| @@ -2885,11 +2885,11 @@ | |||
| 2885 | 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com> | 2885 | 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com> |
| 2886 | 2886 | ||
| 2887 | * calendar/icalendar.el (icalendar-uid-format): New defcustom | 2887 | * calendar/icalendar.el (icalendar-uid-format): New defcustom |
| 2888 | variable to allow the user to choose icalendar UID format. | 2888 | variable to allow the user to choose iCalendar UID format. |
| 2889 | (icalendar--diarytime-to-isotime): Bug fix, now times in the range | 2889 | (icalendar--diarytime-to-isotime): Bug fix, now times in the range |
| 2890 | 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm. | 2890 | 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm. |
| 2891 | (icalendar-export-region, icalendar--create-uid): Use custom | 2891 | (icalendar-export-region, icalendar--create-uid): Use custom |
| 2892 | function to compute icalendar UID for each entry. | 2892 | function to compute iCalendar UID for each entry. |
| 2893 | (icalendar--parse-summary-and-rest): Bug fix for parsing of lines | 2893 | (icalendar--parse-summary-and-rest): Bug fix for parsing of lines |
| 2894 | with description, location, etc. fields (need to keep active count | 2894 | with description, location, etc. fields (need to keep active count |
| 2895 | of fields encountered). Another bug fix to the regex that matches | 2895 | of fields encountered). Another bug fix to the regex that matches |
| @@ -6724,7 +6724,7 @@ | |||
| 6724 | (rx-check-any): Return result as a list. Don't convert chars to | 6724 | (rx-check-any): Return result as a list. Don't convert chars to |
| 6725 | strings. Don't prepend "\\" to "^". Don't search for close bracket. | 6725 | strings. Don't prepend "\\" to "^". Don't search for close bracket. |
| 6726 | Check char category string. Call rx-form instead of rx-to-string. | 6726 | Check char category string. Call rx-form instead of rx-to-string. |
| 6727 | (rx-any): Rebuid to complete the function. | 6727 | (rx-any): Rebuild to complete the function. |
| 6728 | (rx-check-not): Fix char category regexp pattern string. | 6728 | (rx-check-not): Fix char category regexp pattern string. |
| 6729 | Call rx-form instead of rx-to-string. | 6729 | Call rx-form instead of rx-to-string. |
| 6730 | (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to | 6730 | (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to |
| @@ -7913,7 +7913,7 @@ | |||
| 7913 | ignored while matching, replace the entire filename with completion. | 7913 | ignored while matching, replace the entire filename with completion. |
| 7914 | 7914 | ||
| 7915 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure | 7915 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure |
| 7916 | flyspell-pre-point is valid to avoid signalling an error in | 7916 | flyspell-pre-point is valid to avoid signaling an error in |
| 7917 | post-command-hook. | 7917 | post-command-hook. |
| 7918 | 7918 | ||
| 7919 | 2008-08-26 Johan Bockgård <bojohan@gnu.org> | 7919 | 2008-08-26 Johan Bockgård <bojohan@gnu.org> |
| @@ -17799,7 +17799,7 @@ | |||
| 17799 | (org-local-logging): New function. | 17799 | (org-local-logging): New function. |
| 17800 | (org-columns-open-link): Fix bug with opening link in column view. | 17800 | (org-columns-open-link): Fix bug with opening link in column view. |
| 17801 | (org-local-logging): New function. | 17801 | (org-local-logging): New function. |
| 17802 | (org-todo): Make sure that LOGGING properties are honoured. | 17802 | (org-todo): Make sure that LOGGING properties are honored. |
| 17803 | (org-todo-keywords): Improve docstring. | 17803 | (org-todo-keywords): Improve docstring. |
| 17804 | (org-startup-options): Cleanup startup options. | 17804 | (org-startup-options): Cleanup startup options. |
| 17805 | (org-set-regexps-and-options): Process the "!" markers. | 17805 | (org-set-regexps-and-options): Process the "!" markers. |
| @@ -20567,4 +20567,3 @@ See ChangeLog.13 for earlier changes. | |||
| 20567 | 20567 | ||
| 20568 | You should have received a copy of the GNU General Public License | 20568 | You should have received a copy of the GNU General Public License |
| 20569 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20569 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 20570 | |||