aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.5
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 02:41:14 +0000
committerGlenn Morris2008-06-27 02:41:14 +0000
commit6772c8e169a6a56ee387373a00a65bd3a3070725 (patch)
tree4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /src/ChangeLog.5
parent04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff)
downloademacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz
emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip
American English spelling fix.
Diffstat (limited to 'src/ChangeLog.5')
-rw-r--r--src/ChangeLog.56
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index 8b003decef0..dd4ba75089d 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -4587,7 +4587,7 @@
4587 (Fframep #2) [MSDOS]: Return 'pc for when termcap is not used. 4587 (Fframep #2) [MSDOS]: Return 'pc for when termcap is not used.
4588 (Fmouse_position #2) [HAVE_MOUSE]: Return useful information. 4588 (Fmouse_position #2) [HAVE_MOUSE]: Return useful information.
4589 (Fframe_parameters #2): Show "font" as "default". 4589 (Fframe_parameters #2): Show "font" as "default".
4590 (Fframe_parameters #2) [MSDOS]: Show fore- and background colours. 4590 (Fframe_parameters #2) [MSDOS]: Show fore- and background colors.
4591 (Fmodify_frame_parameters #2) [MSDOS]: Call IT_set_frame_parameters. 4591 (Fmodify_frame_parameters #2) [MSDOS]: Call IT_set_frame_parameters.
4592 (Fframe_list #2): New stub function. 4592 (Fframe_list #2): New stub function.
4593 (syms_of_frame #2): defsubr frame_list. 4593 (syms_of_frame #2): defsubr frame_list.
@@ -4671,7 +4671,7 @@
4671 * sysdep.c (init_sys_modes): Make sure that internal_terminal_init 4671 * sysdep.c (init_sys_modes): Make sure that internal_terminal_init
4672 is only called once. 4672 is only called once.
4673 (init_sys_modes, reset_sys_modes) [HAVE_X_WINDOWS]: Add conditional. 4673 (init_sys_modes, reset_sys_modes) [HAVE_X_WINDOWS]: Add conditional.
4674 (reset_sys_modes) [MSDOS]: Change to MSDOG's default colours. 4674 (reset_sys_modes) [MSDOS]: Change to MSDOG's default colors.
4675 (kbd_input_ast): Use just XSETFRAME. 4675 (kbd_input_ast): Use just XSETFRAME.
4676 4676
4677 * window.c (init_window_once) [!MULTI_FRAME]: Set selected_frame and 4677 * window.c (init_window_once) [!MULTI_FRAME]: Set selected_frame and
@@ -4691,7 +4691,7 @@
4691 stubs. 4691 stubs.
4692 (load_color) [MSDOS && !HAVE_X_WINDOWS]: Special version. 4692 (load_color) [MSDOS && !HAVE_X_WINDOWS]: Special version.
4693 (Fset_face_attribute_internal) [MSDOS && !HAVE_X_WINDOWS]: Stubify 4693 (Fset_face_attribute_internal) [MSDOS && !HAVE_X_WINDOWS]: Stubify
4694 font setting, mask away 0x08 (the blink bit) from background colour. 4694 font setting, mask away 0x08 (the blink bit) from background color.
4695 (syms_of_xfaces) [!HAVE_X_WINDOWS]: Don't defsubr Spixmap_spec_p. 4695 (syms_of_xfaces) [!HAVE_X_WINDOWS]: Don't defsubr Spixmap_spec_p.
4696 (Fmake_face_internal): Use FOR_EACH_FRAME. 4696 (Fmake_face_internal): Use FOR_EACH_FRAME.
4697 (init_frame_faces): Guard multi-frame stuff with MULTI_FRAME. 4697 (init_frame_faces): Guard multi-frame stuff with MULTI_FRAME.