# HG changeset patch # User Richard M. Stallman # Date 1116070227 0 # Node ID 2f50bbaca2399f97cef8f9f2b7a073a1b3585e89 # Parent 3ae147d964be2b511eb2c88420b44ab9213d2ebb *** empty log message *** diff -r 3ae147d964be -r 2f50bbaca239 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 14 11:29:04 2005 +0000 +++ b/lisp/ChangeLog Sat May 14 11:30:27 2005 +0000 @@ -1,3 +1,28 @@ +2005-05-14 Richard M. Stallman + + * progmodes/cc-engine.el (c-literal-faces): + Add font-lock-comment-delimiter-face. + + * net/net-utils.el (dig): Use with-no-warnings. + + * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist) + (sc-recite-frame-alist, sc-default-cite-frame) + (sc-default-uncite-frame, sc-default-recite-frame) + (sc-attrib-selection-list, sc-rewrite-header-list): + Mark as risky-local-variable. + + * international/ogonek.el (ogonek-jak, ogonek-how): + Don't use beginning-of-buffer. + + * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload. + + * calendar/solar.el (solar-data-list): Move definition up. + + * dnd.el (dnd-protocol-alist): Add autoload. + + * progmodes/sh-script.el: Many doc usage fixes. + (sh-indent-after-do): Change default to match common styles. + 2005-05-13 Luc Teirlinck * files.el (interpreter-mode-alist)