This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: WIN-10: patch to name-finder.h
>>>>> "Adam" == Adam Megacz <patches@lists.megacz.com> writes:
[ ChangeLog ]
>> This happens automatically if you're using Emacs.
Adam> Huh, I must not have that turned on. Do you have to add
Adam> something to your .emacs?
Nope, just use M-x add-change-log-entry.
Unfortunately, it doesn't know how to pick up the function names in
Java mode (as of Emacs 20.5), but it will do this for C++.
I bind add-change-log-entry and add-change-log-entry-other-window to
keys (C-c a and C-x 4 a), since I use them so much.
Tom