# HG changeset patch # User Thien-Thi Nguyen # Date 1073604907 0 # Node ID 3f95b362dd1b1758817d433f8389088378d07f2f # Parent f34089e632fc8dac71ae5dee2843e8c093537b2e *** empty log message *** diff -r f34089e632fc -r 3f95b362dd1b lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 08 23:33:12 2004 +0000 +++ b/lisp/ChangeLog Thu Jan 08 23:35:07 2004 +0000 @@ -1,3 +1,13 @@ +2004-01-09 Deepak Goel + + * calendar/diary-lib.el (diary-entry-time): + Also accept time in the form XX[.XX][am/pm/AM/PM]. + (fancy-diary-font-lock-keywords): Likewise. + (diary-font-lock-keywords): Likewise. + * calendar/appt.el (appt-add): Likewise. + (appt-make-list): Likewise. + (appt-convert-time): Likewise. + 2004-01-08 Nick Roberts * gdb-ui.el (gdb-ann3): Revert previous change. @@ -192,7 +202,7 @@ (term-sentinel): New function. (term-handle-exit): New function. - * subr.el (assoc-ignore-case, assoc-ignore-representation): + * subr.el (assoc-ignore-case, assoc-ignore-representation): Use assoc-string, and mark them obsolete. (delay-mode-hooks): Mark as permanent local. @@ -876,7 +886,7 @@ * xml.el (xml-parse-region): Allow comments to appear after the topmost element has closed. (xml-ns-parse-ns-attrs, xml-ns-expand-el) - (xml-ns-expand-attr): New functions to do namespace handling. + (xml-ns-expand-attr): New functions to do namespace handling. (xml-intern-attrlist): Back-compatible handling of attribute names. (xml-parse-tag): Move namespace handling to seperate functions.