Mercurial > emacs
comparison src/ChangeLog @ 97902:ee22ec4ace1d
Fix typos.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 31 Aug 2008 14:07:35 +0000 |
| parents | 170486ace2df |
| children | ed2a7d6c4d9c |
comparison
equal
deleted
inserted
replaced
| 97901:44cca67de748 | 97902:ee22ec4ace1d |
|---|---|
| 137 (ftfont_resolve_generic_family): Add langset "en" to pattern. | 137 (ftfont_resolve_generic_family): Add langset "en" to pattern. |
| 138 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not | 138 (ftfont_shape_by_flt): Use LGSTRING_GLYPH_LEN, not |
| 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. |
| 146 (compute_motion): Likewise. | 146 (compute_motion): Likewise. |
| 147 (Fvertical_motion): Fix checking of composition. | 147 (Fvertical_motion): Fix checking of composition. |
| 492 2008-08-20 David Reitter <david.reitter@gmail.com> | 492 2008-08-20 David Reitter <david.reitter@gmail.com> |
| 493 | 493 |
| 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). |
| 501 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on | 501 * xdisp.c (get_phys_cursor_geometry): Redraw wider rectangle on |
| 502 Nextstep, too. | 502 Nextstep, too. |
| 863 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0. | 863 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0. |
| 864 (ns_clip_to_row): Make gc arg a BOOL. | 864 (ns_clip_to_row): Make gc arg a BOOL. |
| 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. |
| 872 (EmacsApp -openFile:): Move to different section of file. | 872 (EmacsApp -openFile:): Move to different section of file. |
| 873 (EmacsApp -application:openFiles:): Don't return a value, call | 873 (EmacsApp -application:openFiles:): Don't return a value, call |
