comparison lisp/ChangeLog @ 46201:ec2505a6b272

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jul 2002 10:52:11 +0000
parents 99d6a42ded52
children 3bf04111920d
comparison
equal deleted inserted replaced
46200:b2d574ba36c5 46201:ec2505a6b272
1 2002-07-07 Richard M. Stallman <rms@gnu.org>
2
3 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
4
5 * emacs-lisp/advice.el (ad-compile-function):
6 Disable cl-function warnings if cl is loaded.
7
8 * files.el (safe-local-eval-forms): New user option.
9 (hack-one-local-variable-eval-safep): Support it.
10 Also allow `safe-local-eval-function' property to be a function
11 or a list of functions.
12 (c-add-style): Delete `safe-local-eval-function' property.
13
14 * files.el (after-find-file): Make buffer read-only if file is
15 marked that way, even for root.
16
17 * files.el (save-some-buffers): Doc fix.
18
19 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
20
1 2002-07-06 Francesco Potorti` <pot@gnu.org> 21 2002-07-06 Francesco Potorti` <pot@gnu.org>
2 22
3 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of 23 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
4 .sx[dmicw] file suffixes for Open office data files. 24 .sx[dmicw] file suffixes for Open office data files.
5 25