comparison src/ChangeLog @ 30337:5861c80aa795

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jul 2000 22:05:09 +0000
parents 1ea701655cf8
children 34d7df881220
comparison
equal deleted inserted replaced
30336:01102e63ed88 30337:5861c80aa795
919 919
920 2000-06-19 Dave Love <fx@gnu.org> 920 2000-06-19 Dave Love <fx@gnu.org>
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.
928 928
929 2000-06-19 Ken Raeburn <raeburn@gnu.org> 929 2000-06-19 Ken Raeburn <raeburn@gnu.org>
1056 (decode_mode_spec): Use Vline_number_display_limit with its new 1056 (decode_mode_spec): Use Vline_number_display_limit with its new
1057 meaning. 1057 meaning.
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
1065 * xfns.c (x_set_frame_parameters): Comment fix. 1065 * xfns.c (x_set_frame_parameters): Comment fix.
1066 1066
3159 number of bits per RGB because it's everywhere used as the depth 3159 number of bits per RGB because it's everywhere used as the depth
3160 of the visual. 3160 of the visual.
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
3168 2000-03-18 Gerd Moellmann <gerd@gnu.org> 3168 2000-03-18 Gerd Moellmann <gerd@gnu.org>
3169 3169
3707 3707
3708 2000-02-25 Gerd Moellmann <gerd@gnu.org> 3708 2000-02-25 Gerd Moellmann <gerd@gnu.org>
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 `/:'.
3716 3716
3717 * window.c (select_window_1): If selected_window is nil, 3717 * window.c (select_window_1): If selected_window is nil,
3833 (specbind, unbind_to): Handle most common case of non-constant 3833 (specbind, unbind_to): Handle most common case of non-constant
3834 symbol with trivial value specially. 3834 symbol with trivial value specially.
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.
3842 (Fmake_variable_frame_local): If the variable has already 3842 (Fmake_variable_frame_local): If the variable has already
3843 been buffer-local, set the check_frame field. 3843 been buffer-local, set the check_frame field.