diff options
| author | Juanma Barranquero | 2005-06-09 10:39:02 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-09 10:39:02 +0000 |
| commit | 9fed2905dd854ab0647b337973f1c543b93be1ff (patch) | |
| tree | 5632c193fe3803fc959ce9f676a3d5685ee891e6 /src/ChangeLog | |
| parent | 9fa87e0dbcd5de07285151df20f10fd21bd5383f (diff) | |
| download | emacs-9fed2905dd854ab0647b337973f1c543b93be1ff.tar.gz emacs-9fed2905dd854ab0647b337973f1c543b93be1ff.zip | |
(Fdisplay_supports_face_attributes_p): Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 1 | 2005-06-09 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * xfaces.c (Fdisplay_supports_face_attributes_p): | ||
| 4 | Fix typo in docstring. | ||
| 5 | |||
| 1 | 2005-06-08 Steven Tamm <steventamm@mac.com> | 6 | 2005-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 | ||
| 68 | 2005-06-06 Eli Zaretskii <eliz@gnu.org> | 73 | 2005-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 | ||