comparison lisp/ChangeLog @ 53550:3f95b362dd1b

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 08 Jan 2004 23:35:07 +0000
parents 09fdb86bd84e
children bf35ae17f543
comparison
equal deleted inserted replaced
53549:f34089e632fc 53550:3f95b362dd1b
1 2004-01-09 Deepak Goel <deego@gnufans.org>
2
3 * calendar/diary-lib.el (diary-entry-time):
4 Also accept time in the form XX[.XX][am/pm/AM/PM].
5 (fancy-diary-font-lock-keywords): Likewise.
6 (diary-font-lock-keywords): Likewise.
7 * calendar/appt.el (appt-add): Likewise.
8 (appt-make-list): Likewise.
9 (appt-convert-time): Likewise.
10
1 2004-01-08 Nick Roberts <nick@nick.uklinux.net> 11 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
2 12
3 * gdb-ui.el (gdb-ann3): Revert previous change. 13 * gdb-ui.el (gdb-ann3): Revert previous change.
4 (gdb-source-info): Allow for case of where compilation directory 14 (gdb-source-info): Allow for case of where compilation directory
5 is not recorded. 15 is not recorded.
190 200
191 * term.el (term-exec): Set up sentinel. 201 * term.el (term-exec): Set up sentinel.
192 (term-sentinel): New function. 202 (term-sentinel): New function.
193 (term-handle-exit): New function. 203 (term-handle-exit): New function.
194 204
195 * subr.el (assoc-ignore-case, assoc-ignore-representation): 205 * subr.el (assoc-ignore-case, assoc-ignore-representation):
196 Use assoc-string, and mark them obsolete. 206 Use assoc-string, and mark them obsolete.
197 (delay-mode-hooks): Mark as permanent local. 207 (delay-mode-hooks): Mark as permanent local.
198 208
199 * simple.el (sendmail-user-agent-compose): Use assoc-string. 209 * simple.el (sendmail-user-agent-compose): Use assoc-string.
200 210
874 2003-11-01 Mark A. Hershberger <mah@everybody.org> 884 2003-11-01 Mark A. Hershberger <mah@everybody.org>
875 885
876 * xml.el (xml-parse-region): Allow comments to appear after the 886 * xml.el (xml-parse-region): Allow comments to appear after the
877 topmost element has closed. 887 topmost element has closed.
878 (xml-ns-parse-ns-attrs, xml-ns-expand-el) 888 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
879 (xml-ns-expand-attr): New functions to do namespace handling. 889 (xml-ns-expand-attr): New functions to do namespace handling.
880 (xml-intern-attrlist): Back-compatible handling of attribute 890 (xml-intern-attrlist): Back-compatible handling of attribute
881 names. 891 names.
882 (xml-parse-tag): Move namespace handling to seperate functions. 892 (xml-parse-tag): Move namespace handling to seperate functions.
883 Now produces elements in the form ((:ns . "element") (attr-list) 893 Now produces elements in the form ((:ns . "element") (attr-list)
884 children) instead of ('ns:element (attr-list) children). 894 children) instead of ('ns:element (attr-list) children).