aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-08-31 14:07:35 +0000
committerJuanma Barranquero <[email protected]>2008-08-31 14:07:35 +0000
commit87e204a2632ba4efdf147be3a0999c9a4bfcb56c (patch)
tree2e8d95d9527887fb26959b66f133727a9397e1f3 /src/ChangeLog
parent403dae9d06b19f7508b3140b3a9fadfbe4847394 (diff)
Fix typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aa152d712b..fffb4205ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -139,7 +139,7 @@
LGSTRING_LENGTH.
* indent.c: Include composite.h and dispextern.h.
- (check_composition): Delete this function..
+ (check_composition): Delete this function.
(scan_for_column): Handle composition by
composition_compute_stop_pos, composition_reseat_it, and
composition_update_it.
@@ -494,7 +494,7 @@
* nsfns.m (ns_lisp_to_cursor_type): Replace with generic xfns.c.
* nsterm.m: Remove ns-specific code for cursor blinking.
(ns_draw_window_cursor): Clear cursor properly rather than
- redrawing the area. Respect width of bar cursors.
+ redrawing the area. Respect width of bar cursors.
These changes enable the use of generic blink-cursor-mode and
generic cursor types in NS and support smooth cursor movements (do
not blink off after command).
@@ -865,7 +865,7 @@
(ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
ns_clip_to_row() call.
(ns_draw_glyph_string): Drop face comparison to ~0 (no longer
- used). Cast FRAME_FONT assignments.
+ used). Cast FRAME_FONT assignments.
(ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
(ns_string_to_lispmod): Change arg to const char.
(ns_term_init): Use NSMenuItem class.