Add a file to existing changelist
In general you can use:
p4 reopen -c CLN FILE ...
to move open files into the specified changelist (regardless of whether they were open for edit, add, etc.).
CLN
may be default
to dissociate the specified files from any numbered changelist.
You can say:
p4 edit -c changelist# file ...
where changelist#
refers to the pending changelist.