diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4fd6e1023b0..9e0877701d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,19 @@ | |||
| 1 | 2008-07-22 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix. | ||
| 4 | |||
| 5 | * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p) | ||
| 6 | (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal) | ||
| 7 | (Fns_own_selection_internal, Fx_disown_selection_internal) | ||
| 8 | (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal): | ||
| 9 | |||
| 10 | * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* | ||
| 11 | ... */' style of docstrings. Doc fixes. | ||
| 12 | |||
| 1 | 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> | 13 | 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 14 | ||
| 3 | * terminfo.c (UP, BC, PC): Undo previous change. | 15 | * terminfo.c (UP, BC, PC): Undo previous change. |
| 4 | 16 | ||
| 5 | * nsfns.m: Rename ns prefixed functions/variables to the | 17 | * nsfns.m: Rename ns prefixed functions/variables to the |
| 6 | corresponding x versions. Update references. | 18 | corresponding x versions. Update references. |
| 7 | 19 | ||