diff options
| author | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-20 04:48:53 +0100 |
| commit | cd1181dbece7f23a801ce9c56b985f9466cd6511 (patch) | |
| tree | 59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /src/ChangeLog.8 | |
| parent | 17e845af732cf7bd0ada49375f014e10deb3d06a (diff) | |
| download | emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index bd51e55cdc6..e21af17657f 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -2723,7 +2723,7 @@ | |||
| 2723 | (CURSOR_FACE_ID, MOUSE_FACE_ID): New. | 2723 | (CURSOR_FACE_ID, MOUSE_FACE_ID): New. |
| 2724 | 2724 | ||
| 2725 | * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New. | 2725 | * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New. |
| 2726 | (syms_of_xfaces): Intialize new symbols. | 2726 | (syms_of_xfaces): Initialize new symbols. |
| 2727 | 2727 | ||
| 2728 | * fns.c (Fmakehash): Take one argument, test, make all the | 2728 | * fns.c (Fmakehash): Take one argument, test, make all the |
| 2729 | rest keyword arguments. | 2729 | rest keyword arguments. |
| @@ -9227,7 +9227,7 @@ | |||
| 9227 | * xdisp.c (store_frame_title_char): New function to store a | 9227 | * xdisp.c (store_frame_title_char): New function to store a |
| 9228 | single character for the frame title with re-allocation of | 9228 | single character for the frame title with re-allocation of |
| 9229 | frame_title_buf. | 9229 | frame_title_buf. |
| 9230 | (init_xdisp): Intialize frame_title_.* variables to null. | 9230 | (init_xdisp): Initialize frame_title_.* variables to null. |
| 9231 | 9231 | ||
| 9232 | * dispnew.c (quit_error_check): Removed. | 9232 | * dispnew.c (quit_error_check): Removed. |
| 9233 | 9233 | ||
| @@ -12321,7 +12321,7 @@ | |||
| 12321 | (enumfont_t): Remove unused head pointer. | 12321 | (enumfont_t): Remove unused head pointer. |
| 12322 | (enum_font_cb2): Dereference elfLogFont. | 12322 | (enum_font_cb2): Dereference elfLogFont. |
| 12323 | (w32_list_bdf_fonts): New function. | 12323 | (w32_list_bdf_fonts): New function. |
| 12324 | (w32_list_fonts): Use one_w32_dispay_info instead of insisting on | 12324 | (w32_list_fonts): Use one_w32_display_info instead of insisting on |
| 12325 | valid frame. Remove MessageBox. Support BDF fonts. | 12325 | valid frame. Remove MessageBox. Support BDF fonts. |
| 12326 | (Fw32_find_bdf_fonts): New function. | 12326 | (Fw32_find_bdf_fonts): New function. |
| 12327 | (syms_of_w32fns): Add Vw32_bdf_filename_alist and | 12327 | (syms_of_w32fns): Add Vw32_bdf_filename_alist and |