diff options
| author | Juanma Barranquero | 2013-06-07 05:23:57 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-06-07 05:23:57 +0200 |
| commit | a0eb10b32a013091db685f46f64a78917a40b8ca (patch) | |
| tree | 5ad3ad28ac5ec7dc2d2fb5cb90902daa337310fb /src | |
| parent | 5f8015a6fef433b1fa407611e6aef4369ce5e8a2 (diff) | |
| download | emacs-a0eb10b32a013091db685f46f64a78917a40b8ca.tar.gz emacs-a0eb10b32a013091db685f46f64a78917a40b8ca.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 24 | ||||
| -rw-r--r-- | src/w32notify.c | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3b65ff105e9..5a25758c421 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -298,15 +298,15 @@ | |||
| 298 | DPSxshow. | 298 | DPSxshow. |
| 299 | (ns_glyph_metrics): CGFloat instead of float. | 299 | (ns_glyph_metrics): CGFloat instead of float. |
| 300 | 300 | ||
| 301 | * nsfns.m (x_set_foreground_color, x_set_background_color): Use | 301 | * nsfns.m (x_set_foreground_color, x_set_background_color): |
| 302 | EmacsCGFloat. | 302 | Use EmacsCGFloat. |
| 303 | (ns_implicitly_set_icon_type, Fx_create_frame): Make static, remove | 303 | (ns_implicitly_set_icon_type, Fx_create_frame): Make static, |
| 304 | unused variables. | 304 | remove unused variables. |
| 305 | (Fns_read_file_name): Keep track if panel is for save. Use | 305 | (Fns_read_file_name): Keep track if panel is for save. |
| 306 | ns_filename_from_panel/ns_directory_from_panel. | 306 | Use ns_filename_from_panel/ns_directory_from_panel. |
| 307 | (Fns_list_services): delegate only used for COCOA. | 307 | (Fns_list_services): delegate only used for COCOA. |
| 308 | (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep. Just | 308 | (Fns_convert_utf8_nfd_to_nfc): Remove warning for GNUStep. |
| 309 | return the input if GNUStep. | 309 | Just return the input if GNUStep. |
| 310 | (x_screen_planes): Remove. | 310 | (x_screen_planes): Remove. |
| 311 | (Fxw_color_values): Use EmacsCGFloat | 311 | (Fxw_color_values): Use EmacsCGFloat |
| 312 | (Fns_display_monitor_attributes_list): Only get screen number for | 312 | (Fns_display_monitor_attributes_list): Only get screen number for |
| @@ -422,7 +422,7 @@ | |||
| 422 | 2013-05-21 Dmitry Antipov <dmantipov@yandex.ru> | 422 | 2013-05-21 Dmitry Antipov <dmantipov@yandex.ru> |
| 423 | 423 | ||
| 424 | * xdisp.c (reseat_at_previous_visible_line_start): | 424 | * xdisp.c (reseat_at_previous_visible_line_start): |
| 425 | Already declared in dispextern.h, so remove it here. | 425 | Already declared in dispextern.h, so remove it here. |
| 426 | (move_it_vertically_backward): Likewise. | 426 | (move_it_vertically_backward): Likewise. |
| 427 | 427 | ||
| 428 | 2013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 428 | 2013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| @@ -433,7 +433,7 @@ | |||
| 433 | Mention `display-monitor-attributes-list' in docstrings. | 433 | Mention `display-monitor-attributes-list' in docstrings. |
| 434 | 434 | ||
| 435 | * nsfns.m (ns_get_screen): Remove function. All uses removed. | 435 | * nsfns.m (ns_get_screen): Remove function. All uses removed. |
| 436 | (check_ns_display_info): Sync with check_x_display_info in xfns.c. | 436 | (check_ns_display_info): Sync with check_x_display_info in xfns.c. |
| 437 | (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version) | 437 | (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version) |
| 438 | (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height) | 438 | (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height) |
| 439 | (Fx_display_backing_store, Fx_display_visual_class) | 439 | (Fx_display_backing_store, Fx_display_visual_class) |
| @@ -4672,7 +4672,7 @@ | |||
| 4672 | * w32term.c (x_window_to_scroll_bar): Likewise. | 4672 | * w32term.c (x_window_to_scroll_bar): Likewise. |
| 4673 | * window.c (window_list): Likewise. | 4673 | * window.c (window_list): Likewise. |
| 4674 | * xdisp.c (x_consider_frame_title): Likewise. | 4674 | * xdisp.c (x_consider_frame_title): Likewise. |
| 4675 | * xfaces.c ( Fdisplay_supports_face_attributes_p): Likewise. | 4675 | * xfaces.c (Fdisplay_supports_face_attributes_p): Likewise. |
| 4676 | * xfns.c (x_window_to_frame, x_any_window_to_frame) | 4676 | * xfns.c (x_window_to_frame, x_any_window_to_frame) |
| 4677 | (x_menubar_window_to_frame, x_top_window_to_frame): Likewise. | 4677 | (x_menubar_window_to_frame, x_top_window_to_frame): Likewise. |
| 4678 | * xmenu.c (menubar_id_to_frame): Likewise. | 4678 | * xmenu.c (menubar_id_to_frame): Likewise. |
| @@ -17904,7 +17904,7 @@ | |||
| 17904 | 17904 | ||
| 17905 | Fix memory allocation problems in Cygwin build (Bug#9273). | 17905 | Fix memory allocation problems in Cygwin build (Bug#9273). |
| 17906 | 17906 | ||
| 17907 | * unexcw.c ( __malloc_initialized): Declare external variable. | 17907 | * unexcw.c (__malloc_initialized): Declare external variable. |
| 17908 | (fixup_executable): Force the dumped emacs to reinitialize malloc. | 17908 | (fixup_executable): Force the dumped emacs to reinitialize malloc. |
| 17909 | 17909 | ||
| 17910 | * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): | 17910 | * gmalloc.c [CYGWIN] (bss_sbrk_heapbase, bss_sbrk_heapinfo): |
diff --git a/src/w32notify.c b/src/w32notify.c index 1bcaa794565..be03a6ce45f 100644 --- a/src/w32notify.c +++ b/src/w32notify.c | |||
| @@ -39,7 +39,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 39 | return, and watch_worker then issues another call to | 39 | return, and watch_worker then issues another call to |
| 40 | ReadDirectoryChangesW. (Except when it does not, see below.) | 40 | ReadDirectoryChangesW. (Except when it does not, see below.) |
| 41 | 41 | ||
| 42 | In a GUI session, The WM_EMACS_FILENOTIFY message, posted to the | 42 | In a GUI session, the WM_EMACS_FILENOTIFY message posted to the |
| 43 | message queue gets dispatched to the main Emacs window procedure, | 43 | message queue gets dispatched to the main Emacs window procedure, |
| 44 | which queues it for processing by w32_read_socket. When | 44 | which queues it for processing by w32_read_socket. When |
| 45 | w32_read_socket sees this message, it accesses the buffer with file | 45 | w32_read_socket sees this message, it accesses the buffer with file |