comparison lisp/ChangeLog @ 51300:0d8a28231554

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 May 2003 11:52:33 +0000
parents 260b864ff270
children 955ff3c53a87
comparison
equal deleted inserted replaced
51299:931dc917de11 51300:0d8a28231554
1 2003-05-28 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/refill.el (refill-fill-paragraph-at):
4 Avoid refilling the following paragraph.
5 (refill-doit): Doc fix.
6
7 * emulation/vip.el (ctl-x-map): Don't bind C-x C-i or C-x 3.
8 (global-map): Don't bind C-z.
9 (vip-setup): New function to rebind C-x 7 and C-z.
10
11 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
12 Undo previous change (don't check for eob). Widen at the beginning.
13
14 * map-ynp.el (map-y-or-n-p): No special handling for exit-prefix.
15 In help string, mention C-g but not ESC.
16
17 * jka-compr.el (jka-compr-insert-file-contents):
18 When REPLACE, delete the proper range of text.
19
20 * info.el (Info-index): Add autoload cookie.
21
22 * forms.el (forms-mode): Use write-file-functions instead
23 of local-write-file-hooks. Use make-local-variable to make it local.
24
25 * descr-text.el (describe-char-unicode-data): New dummy definition.
26 (unicode-data): Commented out since we can't use UnicodeData.txt as is.
27 (describe-char-unicodedata-file): Variable renamed and commented out.
28
29 * faces.el (set-face-attribute): Set face-modified prop to t
30 when we change the new-frame defaults.
31 (face-spec-set): Set face-modified prop to nil
32 when we change the new-frame defaults.
33
34 * cus-edit.el (custom-face-state-set): non-nil `face-modified'
35 means face was set outside of Custom.
36
37 2003-05-28 Richard M. Stallman <rms@gnu.org>
38
39 * byte-run.el (with-no-warnings): New function.
40
41 * emacs-lisp/bytecomp.el (byte-compile-no-warnings): New function.
42 (with-no-warnings): Set up compile handler.
43
44 * startup.el (command-line-1): Use with-no-warnings.
45
46 * type-break.el (type-break-cancel-function-timers):
47 Use with-no-warnings.
48
49 2003-05-28 Luc Teirlinck <teirllm@mail.auburn.edu>
50
51 * env.el (substitute-env-vars): Fix typo.
52
53 2003-05-28 Walter C. Pelissero <walter@pelissero.de> (tiny change)
54
55 * net/browse-url.el (browse-url-mozilla): Correct the conditionals
56 for using ,new-window.
57
1 2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk> 58 2003-05-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2 59
3 * progmodes/sh-script.el (sh-here-document-word): Document 60 * progmodes/sh-script.el (sh-here-document-word): Document
4 new treatment of leading "-". 61 new treatment of leading "-".
5 (sh-maybe-here-document): Strip a leading "-" from closing 62 (sh-maybe-here-document): Strip a leading "-" from closing