diff options
| author | Juanma Barranquero | 2011-02-12 04:17:00 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-02-12 04:17:00 +0100 |
| commit | b762841f959188397404ed752f0f6ed9db5c93fb (patch) | |
| tree | f0672ccfcac121700c912f63cf1655996d637a7e /src | |
| parent | 4d46072b29fa32b9d5823135900f86a884c56e2f (diff) | |
| download | emacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.gz emacs-b762841f959188397404ed752f0f6ed9db5c93fb.zip | |
Fix trivial typos in comments and ChangeLogs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fbf1841982..f530a8d904e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -114,7 +114,7 @@ | |||
| 114 | (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal. | 114 | (x_set_title): Remove commet about EXPLICIT. Call ns_set_name_internal. |
| 115 | (ns_set_name_as_filename): Encode name with ENCODE_UTF_8. | 115 | (ns_set_name_as_filename): Encode name with ENCODE_UTF_8. |
| 116 | Always use buffer name for title and buffer filename only for | 116 | Always use buffer name for title and buffer filename only for |
| 117 | RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517). | 117 | RepresentedFilename. Handle bad UTF-8 in buffer name (Bug#7517). |
| 118 | 118 | ||
| 119 | 2011-01-03 Eli Zaretskii <eliz@gnu.org> | 119 | 2011-01-03 Eli Zaretskii <eliz@gnu.org> |
| 120 | 120 | ||
| @@ -264,7 +264,7 @@ | |||
| 264 | 264 | ||
| 265 | * gtkutil.c (menubar_map_cb): New function (Bug#7425). | 265 | * gtkutil.c (menubar_map_cb): New function (Bug#7425). |
| 266 | (xg_update_frame_menubar): Connect signal map to menubar_map_cb. | 266 | (xg_update_frame_menubar): Connect signal map to menubar_map_cb. |
| 267 | Use 23 as menubar height if 0. (Bug#7425). | 267 | Use 23 as menubar height if 0. (Bug#7425). |
| 268 | 268 | ||
| 269 | 2010-11-14 Jan Djärv <jan.h.d@swipnet.se> | 269 | 2010-11-14 Jan Djärv <jan.h.d@swipnet.se> |
| 270 | 270 | ||
| @@ -488,7 +488,7 @@ | |||
| 488 | is more portable. | 488 | is more portable. |
| 489 | 489 | ||
| 490 | * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... | 490 | * keyboard.c (gobble_input): Move call of xd_read_queued_messages ... |
| 491 | (kbd_buffer_get_event): ... here. This is needed for cygwin, which | 491 | (kbd_buffer_get_event): ... here. This is needed for cygwin, which |
| 492 | has not defined SIGIO. | 492 | has not defined SIGIO. |
| 493 | 493 | ||
| 494 | 2010-09-27 Michael Albinus <michael.albinus@gmx.de> | 494 | 2010-09-27 Michael Albinus <michael.albinus@gmx.de> |
| @@ -685,7 +685,7 @@ | |||
| 685 | * nsterm.m (ns_draw_fringe_bitmap): Likewise. | 685 | * nsterm.m (ns_draw_fringe_bitmap): Likewise. |
| 686 | 686 | ||
| 687 | * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here. | 687 | * fringe.c (draw_fringe_bitmap_1): Don't clip bitmap here. |
| 688 | Take account of bitmap offset. | 688 | Take account of bitmap offset. |
| 689 | (draw_window_fringes): Take account of window vscroll. | 689 | (draw_window_fringes): Take account of window vscroll. |
| 690 | (update_window_fringes): Likewise. Extend top-aligned top indicator | 690 | (update_window_fringes): Likewise. Extend top-aligned top indicator |
| 691 | or bottom-aligned bottom indicator to adjacent rows if it doesn't fit | 691 | or bottom-aligned bottom indicator to adjacent rows if it doesn't fit |