aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-09 10:39:02 +0000
committerJuanma Barranquero2005-06-09 10:39:02 +0000
commit9fed2905dd854ab0647b337973f1c543b93be1ff (patch)
tree5632c193fe3803fc959ce9f676a3d5685ee891e6 /src/ChangeLog
parent9fa87e0dbcd5de07285151df20f10fd21bd5383f (diff)
downloademacs-9fed2905dd854ab0647b337973f1c543b93be1ff.tar.gz
emacs-9fed2905dd854ab0647b337973f1c543b93be1ff.zip
(Fdisplay_supports_face_attributes_p): Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2d506df58cb..4c43422e660 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-06-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * xfaces.c (Fdisplay_supports_face_attributes_p):
4 Fix typo in docstring.
5
12005-06-08 Steven Tamm <steventamm@mac.com> 62005-06-08 Steven Tamm <steventamm@mac.com>
2 7
3 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section 8 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
@@ -63,7 +68,7 @@
63 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode 68 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
64 non-static. 69 non-static.
65 70
66 * config.in: Added HAVE_CANCELMENUTRACKING 71 * config.in: Add HAVE_CANCELMENUTRACKING.
67 72
682005-06-06 Eli Zaretskii <eliz@gnu.org> 732005-06-06 Eli Zaretskii <eliz@gnu.org>
69 74
@@ -12994,9 +12999,9 @@
12994 * sound.c: Added a partial implementation of play-sound-internal 12999 * sound.c: Added a partial implementation of play-sound-internal
12995 for Microsoft Windows. Added various #ifdef / #else / #endif 13000 for Microsoft Windows. Added various #ifdef / #else / #endif
12996 code blocks to separate the code that will compile under 13001 code blocks to separate the code that will compile under
12997 Microsoft Windows from the code that is specific to Gnu/Linux. 13002 Microsoft Windows from the code that is specific to GNU/Linux.
12998 Moved several blocks of code around to make this separation of code 13003 Moved several blocks of code around to make this separation of code
12999 into Windows compatible and Gnu/Linux compatible code blocks easier. 13004 into Windows compatible and GNU/Linux compatible code blocks easier.
13000 13005
13001 * makefile.w32-in: Include sound.c and link with WinMM.lib. 13006 * makefile.w32-in: Include sound.c and link with WinMM.lib.
13002 13007