I'm preparing a document with 100+ references, all sourced from a single .bib file. Many -- but not all -- of the references are articles previously written by me and/or some of my current co-authors. We would like these to appear differently in the generated bibliography: preferably using boldface for the citation number, both in the main text and in the (plain-style) bibliography.
Just defining a new command (\mcite is what we call it) as \textbf{\cite[#1]} works for the in-text part, but of course, doesn't affect the appearance of the bibliography at all.
So far, we've used BibTeX and simple styles, like plain. I've looked through the documentation for BibTeX & biblatex, as well as natbib. Nothing seems to address this; can it be done?