Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Changelog
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Format== Changelog files are organized by paragraphs, which define a unique change within a function or file. The [[GNU coding standards|GNU Coding standards]] recommend the following format:<ref>{{cite web |url=https://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html |title=GNU Coding Standards: Style of Change Logs |website=Gnu.org |access-date=2019-09-03}}</ref> <pre> YYYY-MM-DD␣␣John Doe␣␣<johndoe@example.com> * myfile.ext (myfunction): my changes made additional changes. * myfile.ext (unrelated_change): my changes made to myfile.ext but completely unrelated to the above. * anotherfile.ext (somefunction): more changes made by me. </pre> Between the date and the name, and again between the name and the email address, there are two spaces each. It is common to enclose the email address in < and >. The [[Emacs |Emacs editor]] creates such entries when creating additional changelog entries.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)