diff options
| author | Chong Yidong | 2008-07-22 19:24:18 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-22 19:24:18 +0000 |
| commit | 0d4e1b5f11dc60a4d0b376c4794493b99aa5460d (patch) | |
| tree | 97ba2f9f8e4ffff507f73b40d20051836ec3b917 /src | |
| parent | 4d5e4ae749628a5d24684fdb04bda9a053726846 (diff) | |
| download | emacs-0d4e1b5f11dc60a4d0b376c4794493b99aa5460d.tar.gz emacs-0d4e1b5f11dc60a4d0b376c4794493b99aa5460d.zip | |
* 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.
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 | ||