diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-22 19:24:18 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-22 19:24:18 +0000 |
commit | 0d4e1b5f11dc60a4d0b376c4794493b99aa5460d (patch) | |
tree | 97ba2f9f8e4ffff507f73b40d20051836ec3b917 | |
parent | 4d5e4ae749628a5d24684fdb04bda9a053726846 (diff) | |
download | emacs-0d4e1b5f11dc60a4d0b376c4794493b99aa5460d.tar.gz |
* xselect.c (Fx_rotate_cut_buffers_internal): Doc fix.
* nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p)
(Fx_get_selection_internal, Fns_rotate_cut_buffers_internal)
(Fns_own_selection_internal, Fx_disown_selection_internal)
(Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal):
* nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /*
... */' style of docstrings. Doc fixes.
-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 @@ +2008-07-22 Chong Yidong <cyd@stupidchicken.com> + + * xselect.c (Fx_rotate_cut_buffers_internal): Doc fix. + + * nsselect.m (Fns_selection_exists_p, Fns_selection_owner_p) + (Fx_get_selection_internal, Fns_rotate_cut_buffers_internal) + (Fns_own_selection_internal, Fx_disown_selection_internal) + (Fns_get_cut_buffer_internal, Fns_store_cut_buffer_internal): + + * nsmenu.m (Fns_reset_menu, Fx_popup_menu): Change to use 'doc: /* + ... */' style of docstrings. Doc fixes. + 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> * terminfo.c (UP, BC, PC): Undo previous change. - + * nsfns.m: Rename ns prefixed functions/variables to the corresponding x versions. Update references. |