diff options
| author | Richard M. Stallman | 2000-07-19 22:05:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-07-19 22:05:09 +0000 |
| commit | 18e21ce839ef274521686e7a63385fff66f3ad35 (patch) | |
| tree | fe75a00f058fabdde881fabd02fdb9ce3e20b246 /src/ChangeLog | |
| parent | 37c004c4f9a727aa42a1ae8491fce4252b00eb0a (diff) | |
| download | emacs-18e21ce839ef274521686e7a63385fff66f3ad35.tar.gz emacs-18e21ce839ef274521686e7a63385fff66f3ad35.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6de1df39f07..b39a869c4bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -921,7 +921,7 @@ | |||
| 921 | 921 | ||
| 922 | * mktime.c: Unprotoized. | 922 | * mktime.c: Unprotoized. |
| 923 | 923 | ||
| 924 | 2000-06-19 Richard Stallman <rms@caffeine.ai.mit.edu> | 924 | 2000-06-19 Richard Stallman <rms@gnu.org> |
| 925 | 925 | ||
| 926 | * data.c (set_internal): If variable is frame-local, | 926 | * data.c (set_internal): If variable is frame-local, |
| 927 | store the new value immediately into the frame parameter alist. | 927 | store the new value immediately into the frame parameter alist. |
| @@ -1058,7 +1058,7 @@ | |||
| 1058 | 1058 | ||
| 1059 | * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. | 1059 | * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. |
| 1060 | 1060 | ||
| 1061 | 2000-06-13 Richard Stallman <rms@caffeine.ai.mit.edu> | 1061 | 2000-06-13 Richard Stallman <rms@gnu.org> |
| 1062 | 1062 | ||
| 1063 | * frame.c (Fmodify_frame_parameters): Doc fix. | 1063 | * frame.c (Fmodify_frame_parameters): Doc fix. |
| 1064 | 1064 | ||
| @@ -3161,7 +3161,7 @@ | |||
| 3161 | 3161 | ||
| 3162 | * term.c (calculate_costs): Remove code dealing with X frames. | 3162 | * term.c (calculate_costs): Remove code dealing with X frames. |
| 3163 | 3163 | ||
| 3164 | 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 3164 | 2000-03-19 Richard M. Stallman <rms@gnu.org> |
| 3165 | 3165 | ||
| 3166 | * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte. | 3166 | * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte. |
| 3167 | 3167 | ||
| @@ -3709,7 +3709,7 @@ | |||
| 3709 | 3709 | ||
| 3710 | * emacs.c (main): Remove code snippet commented out with `//'. | 3710 | * emacs.c (main): Remove code snippet commented out with `//'. |
| 3711 | 3711 | ||
| 3712 | 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 3712 | 2000-02-25 Richard M. Stallman <rms@gnu.org> |
| 3713 | 3713 | ||
| 3714 | * fileio.c (Ffile_symlink_p): If result starts with a `/' | 3714 | * fileio.c (Ffile_symlink_p): If result starts with a `/' |
| 3715 | and contains a `:', prepend `/:'. | 3715 | and contains a `:', prepend `/:'. |
| @@ -3835,7 +3835,7 @@ | |||
| 3835 | 3835 | ||
| 3836 | * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. | 3836 | * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. |
| 3837 | 3837 | ||
| 3838 | 2000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 3838 | 2000-02-20 Richard M. Stallman <rms@gnu.org> |
| 3839 | 3839 | ||
| 3840 | * data.c (Fmake_variable_buffer_local): Doc fix. | 3840 | * data.c (Fmake_variable_buffer_local): Doc fix. |
| 3841 | Init found_for_buffer to 0. | 3841 | Init found_for_buffer to 0. |