diff options
| author | Juanma Barranquero | 2008-08-31 14:07:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-08-31 14:07:35 +0000 |
| commit | 87e204a2632ba4efdf147be3a0999c9a4bfcb56c (patch) | |
| tree | 2e8d95d9527887fb26959b66f133727a9397e1f3 /src | |
| parent | 403dae9d06b19f7508b3140b3a9fadfbe4847394 (diff) | |
| download | emacs-87e204a2632ba4efdf147be3a0999c9a4bfcb56c.tar.gz emacs-87e204a2632ba4efdf147be3a0999c9a4bfcb56c.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa152d712bf..fffb4205ff8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -139,7 +139,7 @@ | |||
| 139 | LGSTRING_LENGTH. | 139 | LGSTRING_LENGTH. |
| 140 | 140 | ||
| 141 | * indent.c: Include composite.h and dispextern.h. | 141 | * indent.c: Include composite.h and dispextern.h. |
| 142 | (check_composition): Delete this function.. | 142 | (check_composition): Delete this function. |
| 143 | (scan_for_column): Handle composition by | 143 | (scan_for_column): Handle composition by |
| 144 | composition_compute_stop_pos, composition_reseat_it, and | 144 | composition_compute_stop_pos, composition_reseat_it, and |
| 145 | composition_update_it. | 145 | composition_update_it. |
| @@ -494,7 +494,7 @@ | |||
| 494 | * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c. | 494 | * nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c. |
| 495 | * nsterm.m: Remove ns-specific code for cursor blinking. | 495 | * nsterm.m: Remove ns-specific code for cursor blinking. |
| 496 | (ns_draw_window_cursor): Clear cursor properly rather than | 496 | (ns_draw_window_cursor): Clear cursor properly rather than |
| 497 | redrawing the area. Respect width of bar cursors. | 497 | redrawing the area. Respect width of bar cursors. |
| 498 | These changes enable the use of generic blink-cursor-mode and | 498 | These changes enable the use of generic blink-cursor-mode and |
| 499 | generic cursor types in NS and support smooth cursor movements (do | 499 | generic cursor types in NS and support smooth cursor movements (do |
| 500 | not blink off after command). | 500 | not blink off after command). |
| @@ -865,7 +865,7 @@ | |||
| 865 | (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in | 865 | (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in |
| 866 | ns_clip_to_row() call. | 866 | ns_clip_to_row() call. |
| 867 | (ns_draw_glyph_string): Drop face comparison to ~0 (no longer | 867 | (ns_draw_glyph_string): Drop face comparison to ~0 (no longer |
| 868 | used). Cast FRAME_FONT assignments. | 868 | used). Cast FRAME_FONT assignments. |
| 869 | (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:. | 869 | (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:. |
| 870 | (ns_string_to_lispmod): Change arg to const char. | 870 | (ns_string_to_lispmod): Change arg to const char. |
| 871 | (ns_term_init): Use NSMenuItem class. | 871 | (ns_term_init): Use NSMenuItem class. |