diff options
| author | Juanma Barranquero | 2012-01-03 03:14:40 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-01-03 03:14:40 +0100 |
| commit | b81d40f0fe43db0c6a4d71e1aaea6b2c65b27395 (patch) | |
| tree | 1496e12a16747442e95696101a84cdb235c4a24b /src/ChangeLog | |
| parent | 30710442b4725af9f45e9a9b6013f4a3f4e4706b (diff) | |
| download | emacs-b81d40f0fe43db0c6a4d71e1aaea6b2c65b27395.tar.gz emacs-b81d40f0fe43db0c6a4d71e1aaea6b2c65b27395.zip | |
Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 829895d1b72..31d6ecaca43 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -41,8 +41,8 @@ | |||
| 41 | 41 | ||
| 42 | 2011-12-21 Jan Djärv <jan.h.d@swipnet.se> | 42 | 2011-12-21 Jan Djärv <jan.h.d@swipnet.se> |
| 43 | 43 | ||
| 44 | * nsterm.m (x_free_frame_resources): Release | 44 | * nsterm.m (x_free_frame_resources): |
| 45 | f->output_data.ns->miniimage | 45 | Release f->output_data.ns->miniimage. |
| 46 | (ns_index_color): Fix indentation. Do not retain | 46 | (ns_index_color): Fix indentation. Do not retain |
| 47 | color_table->colors[i]. | 47 | color_table->colors[i]. |
| 48 | 48 | ||
| @@ -94,10 +94,10 @@ | |||
| 94 | Fns_store_cut_buffer_internal. | 94 | Fns_store_cut_buffer_internal. |
| 95 | (ns_get_foreign_selection, Fx_own_selection_internal) | 95 | (ns_get_foreign_selection, Fx_own_selection_internal) |
| 96 | (Fx_disown_selection_internal, Fx_selection_exists_p) | 96 | (Fx_disown_selection_internal, Fx_selection_exists_p) |
| 97 | (Fns_get_selection_internal, Fns_store_selection_internal): Use | 97 | (Fns_get_selection_internal, Fns_store_selection_internal): |
| 98 | ns_symbol_to_pb and check if return value is nil. | 98 | Use ns_symbol_to_pb and check if return value is nil. |
| 99 | (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove | 99 | (syms_of_nsselect): Remove ifdef CUT_BUFFER_SUPPORT. Remove defsubr |
| 100 | defsubr Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal | 100 | Sns_rotate_cut_buffers_internal. Sns_get_cut_buffer_internal |
| 101 | renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal | 101 | renamed to Sns_get_selection_internal, Sns_store_cut_buffer_internal |
| 102 | renamed to Sns_store_selection_internal. | 102 | renamed to Sns_store_selection_internal. |
| 103 | (ns_handle_selection_request): Move code to Fx_own_selection_internal | 103 | (ns_handle_selection_request): Move code to Fx_own_selection_internal |