Mercurial > emacs
comparison src/ChangeLog @ 46557:90f559e5fbda
*** empty log message ***
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Fri, 19 Jul 2002 14:35:03 +0000 |
parents | 018d4ae67d41 |
children | 7e33b9e54c4c |
comparison
equal
deleted
inserted
replaced
46556:71e205b50a3e | 46557:90f559e5fbda |
---|---|
1 2002-07-19 Ken Raeburn <raeburn@gnu.org> | |
2 | |
3 * bytecode.c (struct byte_stack): Pointers into byte string now | |
4 point to const. | |
5 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to | |
6 const. | |
7 * charset.h (BCOPY_SHORT): Source pointer now points to const. | |
8 * coding.c (encode_eol, detect_coding, detect_eol): | |
9 (decode_coding, encode_coding, detect_coding_system): Source | |
10 strings now treated as const. | |
11 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to | |
12 modify Lisp string contents. | |
13 * coding.h (decode_coding, encode_coding, detect_coding, | |
14 detect_eol): Declarations updated. | |
15 * composite.c (compose_chars_in_text): Treat Lisp string contents | |
16 as const. | |
17 * dispnew.c (safe_bcopy): Source pointer now points to const. | |
18 * lisp.h (STRING_COPYIN): New macro. | |
19 (detect_coding_system, safe_bcopy, temp_output_buffer_setup): | |
20 (internal_with_output_to_temp_buffer): Declarations updated. | |
21 * print.c (temp_output_buffer_setup): | |
22 (internal_with_output_to_temp_buffer): Buffer name argument is now | |
23 pointer to const. | |
24 * sound.c (struct sound_device): Function pointer field "write" | |
25 buffer argument now points to const. | |
26 (vox_write): Buffer argument points to const. | |
27 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string | |
28 contents as const. | |
29 * xfaces.c (may_use_scalable_font_p): Argument now points to | |
30 const. | |
31 (x_face_list_fonts, x_update_menu_appearance): | |
32 (hash_string_case_insensitive): Treat Lisp string contents as | |
33 const. | |
34 | |
1 2002-07-19 Juanma Barranquero <lektu@terra.es> | 35 2002-07-19 Juanma Barranquero <lektu@terra.es> |
2 | 36 |
3 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. | 37 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. |
4 | 38 |
5 * fileio.c (syms_of_fileio): Likewise. | 39 * fileio.c (syms_of_fileio): Likewise. |