comparison lisp/ChangeLog @ 62318:2f50bbaca239

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 May 2005 11:30:27 +0000
parents 7ae51dd8a0f6
children 250393a33b15
comparison
equal deleted inserted replaced
62317:3ae147d964be 62318:2f50bbaca239
1 2005-05-14 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/cc-engine.el (c-literal-faces):
4 Add font-lock-comment-delimiter-face.
5
6 * net/net-utils.el (dig): Use with-no-warnings.
7
8 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
9 (sc-recite-frame-alist, sc-default-cite-frame)
10 (sc-default-uncite-frame, sc-default-recite-frame)
11 (sc-attrib-selection-list, sc-rewrite-header-list):
12 Mark as risky-local-variable.
13
14 * international/ogonek.el (ogonek-jak, ogonek-how):
15 Don't use beginning-of-buffer.
16
17 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18
19 * calendar/solar.el (solar-data-list): Move definition up.
20
21 * dnd.el (dnd-protocol-alist): Add autoload.
22
23 * progmodes/sh-script.el: Many doc usage fixes.
24 (sh-indent-after-do): Change default to match common styles.
25
1 2005-05-13 Luc Teirlinck <teirllm@auburn.edu> 26 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2 27
3 * files.el (interpreter-mode-alist) 28 * files.el (interpreter-mode-alist)
4 (auto-mode-interpreter-regexp): Doc fixes. 29 (auto-mode-interpreter-regexp): Doc fixes.
5 30